Looking at Wx-0.84/ext/stc/cpp/st_constants.cpp
and comparing it to include/SciLexer.h in Scintilla 1.76 I see several constants missing from Wx-0.84 specifically I miss: SCE_PL_VARIABLE_INDEXER (16) #define SCE_PL_POD_VERB 31 #define SCE_PL_SUB_PROTOTYPE 40 #define SCE_PL_FORMAT_IDENT 41 #define SCE_PL_FORMAT 42 but I guess there are others as well. Where is Wx-0.84/ext/stc/cpp/st_constants.cpp coming from? How can I (or someone else) help adding these constants? BTW, how can I find out which version of Scintilla am I using? Gabor