Hi,

<snip>
But no other mentions of this variable was found in the code except
header file:

This property is probably forwarded to Scintilla and should be used in the lexer you're using. Search in scintilla/src/

-Mitchell;


[EMAIL PROTECTED] ~/temp $ grep -rn statementEnd *
scite/src/SciTEBase.h:451:      StyleAndWords statementEnd;
scite/src/SciTEProps.cxx:1071:  statementEnd =
GetStyleAndWords("statement.end.");

So, it seems to me that this feature is not implemented in v. 1.73.
What can be done to make the property "statement.end" work?

With best regards,
Vadim Zborovskii

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to