 |
TSyntaxMemo - visual text editor with syntax highlighting. |
 |
TSyntAnalyzer - styles and rules holder, performs lexis analysis. |
 |
TSyntaxManager - container of multiple lexers for managing purpose. |
 |
TSyntFindDialog - dialog for search in TSyntaxMemo (with regular expressions). |
 |
TSyntReplaceDialog - dialog to perform text replace operations. |
 |
TSyntaxTreeView - shows structure of text ranges, provide easy navigation through text. |
 |
TSyntTextSource - text storage that may be shared with several editors. |
 |
TSyntKeyMapping - hold key shortcut assignments for the editor commands. |
 |
TRTFSyntExport - export to RTF format. |
 |
THTMLSyntExport - export to HTML format. |
 |
TAutoCompletePopup - auto-complete managing component. |
 |
TTemplatePopup - code templates managing component. |
 |
TecSyntPrinter - printer component. |
 |
TecSyntPreview - print preview control. |
 |
TecDragDrop - component intended for managing OLE drag&drop operations. |
 |
TSyntAutoReplace - auto replace plug-in. |
 |
TSyntStyles - styles holder for using with UserStyles property of Editor. |
 |
TUserStylesCombo - combo box for selecting user style. |
 |
TPropsManager - share settings between several objects, save to/load from ini/registry. |
 |
THyperlinkHighlighter - highlights hyperlinks defined using reg. expressions, executes corresponding shell commands. |
 |
TecDictionary - word lists manager, used by the spell checker to validate word in the text. |
 |
TecSpellChecker - validates words in text, highlights errors. May be used for custom error detection. |
 |
TParamCompletion - automated code parameter hints. |
 |
TDBSyntaxMemo - DB version of syntax editor. |
 |
TecFormPrinter - printer component for printing forms. |
 |
TecMemoStateStorage - saves/restores editor state. |
 |
TecSingleInstance - component to manage instances of the application. |
 |
TecMacroRecorder - records and plays macros. |
 |
TecMultiReplace - performs complex replace operations defined rules. |
 |
TecEmbeddedObjects - provides ability of custom formatting by user, embedded images and controls. |
 |
TecSelCharPopup - popup grid with characters to be inserted in editor. |
 |
TecHotKey - special hot key control used in key mapping dialog. |
 |
TecFindInTreeDialog - dialog for search text in tree view control. |
 |
TSmartTagManager - manages multiple smart tags added to editor. |