hi,
i'm using the CCP lexter to use the syntax hilighting and folder feature for my .as files..
but is it possible to have more than 2 keywords list to be hilighted?
hi,
i'm using the CCP lexter to use the syntax hilighting and folder feature for my .as files..
but is it possible to have more than 2 keywords list to be hilighted?
A quick look at the code reveals that the lexer is using 4 keyword lists, but the second two are being used for other things. If I am reading things right, they corespond to the wxSTC_C_COMMENTDOCKEYWORD and wxSTC_C_GLOBALCLASS styles.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!