[wxlua-users] ethan.zh...@arrisi.com

2014-09-03 Thread Zhang, Ethan
ethan.zh...@arrisi.com -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/___ wxlua-users mailing list wxlua-users@lists.sourceforge.net

[wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-04 Thread Zhang, Ethan
Hi, ALL I compiled the newest wxlua against wxWidgets 3.0.1 by visual studio 2013 and Cmak2.8.12.2 in Windows 7, the compiling was smooth. I found some APPs issues for the my generated wxLua apps that I could not solve : 1. STC seems does not work for wxstc.wxSTC_LEX_CPP, I just

Re: [wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-07 Thread Zhang, Ethan
chars are put in the second line. From: Zhang, Ethan [mailto:ethan.zh...@arrisi.com] Sent: 2014年9月5日 13:45 To: wxlua-users@lists.sourceforge.net Subject: [wxlua-users] wxLua APPs issues against wxWidgets 3.0 Hi, ALL I compiled the newest wxlua against wxWidgets 3.0.1 by visual studio 2013

Re: [wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-07 Thread Zhang, Ethan
For the issue: STC seems does not work for wxstc.wxSTC_LEX_CPP, something found through my tests, 1. I found all the lexers (ASM, D, CPP, PERL, SQL) using LexerFactory in the line like LexerModule lmCPP(SCLEX_CPP, LexerCPP::LexerFactoryCPP, cpp, cppWordLists) have the same issue. 2.

Re: [wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-07 Thread Zhang, Ethan
I do not know why my last two post did not include the email content, post again. For the issue: STC seems does not work for wxstc.wxSTC_LEX_CPP, something found through my tests, 1. I found all the lexers (ASM, D, CPP, PERL, SQL) using LexerFactory in the line like LexerModule

Re: [wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-07 Thread Zhang, Ethan
1. Please check the attached file, you can find that the first line in the editor does NOT have a line number in the line number margin, and the line number 1 is against the second line in the editor. For the attached file mentioned here, please check the attached file wxlua.png in post

Re: [wxlua-users] wxLua APPs issues against wxWidgets 3.0

2014-09-09 Thread Zhang, Ethan
Hi, John, Thank you for your prompt reply. 1. STC seems does not work for wxstc.wxSTC_LEX_CPP, I just changed the editor:SetLexer(wxstc.wxSTC_LEX_LUA) - editor:SetLexer(wxstc.wxSTC_LEX_CPP) in the editor.wx.wlua, then run the editor.wx.wlua, the editor did not show what inputted. the editor