Links
EControl Syntax Editor SDK
TSubAnalyzerRule.FromTextBegin Property

Specifies whether sub-lexer range must be created at the begin of the text.

property FromTextBegin: Boolean;

If there are several rules with FromTextBegin = True, only first rule creates sub-lexer range. 

If FromTextBegin is True, you also can use StartExpression, because started at the begin of the text sub-lexer range may be closed, therefore it is possible to create new sub-lexer range for this rule.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!