Daniel Tomann
2014-03-25 09:49:25 UTC
Hi all,
I am struggling in adding a new Lexer to scintilla.
I added a line for the new lexer in scintilla.bkl. However, after building
the new Makefile
this line has no effect. It will be somehow skipped while running make?!
on the other hand if I drop the template for a new lexer in
src/stc/scintilla/lexers and run
the Python script "LexGen" firstly, the new lexer will be added to
Catalogue.cpp and make
is aware of this new reference. But it still skips the compilation of the
newLexer.cxx template
So what is the right way to do it? Probably someone could help?!
Many thanks in advance, Daniel
I am struggling in adding a new Lexer to scintilla.
I added a line for the new lexer in scintilla.bkl. However, after building
the new Makefile
this line has no effect. It will be somehow skipped while running make?!
on the other hand if I drop the template for a new lexer in
src/stc/scintilla/lexers and run
the Python script "LexGen" firstly, the new lexer will be added to
Catalogue.cpp and make
is aware of this new reference. But it still skips the compilation of the
newLexer.cxx template
So what is the right way to do it? Probably someone could help?!
Many thanks in advance, Daniel
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users