Hi All,

> manual changes intact when possible. All the constants/methods/events
> have been updated and should be up-to-date with wxwidgets31 and
> Scintilla 3.6.3.

It turned out that my patch for Scintilla 3.6.3 was not merged into
3.1.0 that was recently released, but has been merged into 3.1.1 (the
current master branch), so I split the patch I had into two
branches/patches: wxwidgets310
(https://github.com/pkulchenko/wxlua/tree/wxwidgets310), which is
updated for Scintilla 3.5.5 that was included with 3.1.0 and
wxwidgets311 (https://github.com/pkulchenko/wxlua/tree/wxwidgets311),
which includes Scintilla 3.6.3.

I plan on adding more missing methods/constants to 3.1.0 branch (and
rebasing 3.1.1 branch to include Scintilla changes). Please let me
know if you notice any issues with the bindings.

Paul.

On Tue, Feb 9, 2016 at 2:39 PM, Paul K <paulclin...@yahoo.com> wrote:
> Hi All,
>
> For those interested in wxwidgets upgrades, I pulled the current
> version of wxlua into a github repository and applied wxSTC changes in
> the current wxwidgets master branch to wxlua; all these changes are
> available in wxwidgets31 branch:
> https://github.com/pkulchenko/wxlua/tree/wxwidgets31
>
> I wrote a couple of scripts to merge stc.h constants/methods with
> wxlua interface descriptions, but since the earlier changes have been
> done manually, I've tried to reconcile the differences keeping the
> manual changes intact when possible. All the constants/methods/events
> have been updated and should be up-to-date with wxwidgets31 and
> Scintilla 3.6.3.
>
> John, I also fixed an earlier change that removed CoffeeScript lexer
> instead of removing just one constant in wxwidgets 3.1; the change is
> here: 
> https://github.com/pkulchenko/wxlua/commit/0cb663ecd05dd1aabe9dcd12a7053f524dc336d5
>
> I've tested this with my application on Windows and would appreciate
> you letting me know if you notice any issues with the updated binding.
>
> Paul.

------------------------------------------------------------------------------
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to