Specifies kind of the template syntax.
property Advanced: Boolean;
There are two types of template syntax: advanced - like in CodeRush, simple - like in Borland's IDE. To specify template syntax use property Advanced.
In advanced templates you may use: <caret> - specifies caret position (must be single), <paste> - inserts clipboard text, <marker> - drops stack-based marker.
In simple templates you may specify only caret position using "|" character.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|