Hi all!
I've seen property "statement.end" in documentation, which states:
However, if a statement end is found on the same line then the next line
is not indented. For C++ the statement end is the semicolon in the
operator style, so this is defined:
statement.end.$(file.patterns.cpp)=10 ;
I've tried it and found that it didn't work. I've looked through the
source (v. 1.73) and found that this property is read into variable
statementEnd:
scite/src/SciTEProps.cxx:1071:
statementEnd = GetStyleAndWords("statement.end.");
But no other mentions of this variable was found in the code except
header file:
[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