Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Lexer how to
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Lexer how to (Read 4792 times)
comsytec
Multiple posting newcomer
Posts: 58
Lexer how to
«
on:
March 26, 2013, 03:56:59 pm »
Is there some guide about how to create lexer file(s) ?
Logged
Folco
Regular
Posts: 343
Re: Lexer how to
«
Reply #1 on:
March 26, 2013, 04:00:25 pm »
The simplest way is to look at the scintilla code of other lexers, and to search fot the used class. Perhaps you could find any doc on the Scintilla site.
«
Last Edit: March 27, 2013, 03:31:11 pm by Folco
»
Logged
Kernel Extremist - PedroM power ©
Jenna
Administrator
Lives here!
Posts: 7252
Re: Lexer how to
«
Reply #2 on:
March 26, 2013, 08:00:33 pm »
You can also look into these wiki-article
http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor
and the link to the patch-tracker you find here:
http://wiki.codeblocks.org/index.php?title=Java_lexer
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Lexer how to