|
|
EControl Syntax Editor SDK
Latest update
27.09.2008 (v 2.60)
- CodeGear RAD Studio 2009 support
- Enhanced caret - ability to define shape, color, image and blinking.
- Parser states - improvement of syntactical analyzer.
02.06.2008 (v 2.50)
- Lexer defined ranges auto-closing feature.
Each text range may have text that may automatically close this opened text range when inserting new line. For example, to automatically close XML tags next auto-close text is defined for "tag block begin" rule of XML lexer:
</%s0>
- Horizontal ruler (at the top of editor). All elements of the ruler are customizable.
- Multiple "right" margins with custom pen, hint and dragging.
Find in tree component (to search entries in tree view, including syntax tree)
Smart tags support (TecSmartTagManager component). Smart tags may be associated with text range.
- Ability to place gutter objects on sub-lines (in word-break mode)
- Line break gutter object (if defined it is displayed for all sub-lines in word-wrap mode)
- Embedded controls support. Now when using TecEmbeddedObjects text source you may insert any controls (buttons, combo boxes, list views, tree views, etc.) directly in text.
- Aligning functions
- Ability to insert controls in text (using TecEmbeddedObjects text source)
- Search command/shortcut in key-mapping dialog
- Hyperlink highlighter and spell checker supports multiple styles
- Significantly improved parameter completion (Up-Down scroller, formatting, using grammar rules to extract list of functions).
- Fixes in Regular expression engine to improve its quality.
- Other fixes and minor improvements (for details see MANTIS entries).
|