ООО НПФ "ЕКонтрол"
ENG  RUS  

EControl Syntax Editor SDK

Обзор

Разработан для:

Delphi: 5,6,7,2005,2006,2007,2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, XE10 Seattle, XE10.1 Berlin, XE10.2 Tokyo
C++Builder: 5, 6, 2006, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, XE10 Seattle, XE10.1 Berlin, XE10.2 Tokyo
Delphi .Net: 8, 2005, 2006, 2007, 2009

EControl Syntax Editor SDK полнофункциональный редактор текста с подсветкой синтаксиса, сверткой текста, проверкой грамматики, с авто-заполнением, с простмостром структуры текста и другими функциональными возможностями...

Библиотека состоит из 41 компонеты для построения профессиональных и качественных приложений.

Наиболее важной функциональной возможностью редактора является 100% настраиваемый синтаксический анализатор, таким образом Вы можете настроить его для анализа любого формата (языка) без единой строчки кода. Подсветка синтаксиса, свертка текста, структура текста, и т.п. задаются правилами на уровне ресурсов. Вы можете использовать удобный редактор синтаксического анализатора для настройки сущуствующего или создания нового текстового анализатора. Настройки легко экспортируются/импортируются, что позволяет многократно использовать имеющие нароботки в области анализа текста.


В качестве примера см. Библиотеку Лексеров. Библиотека содержит лексеры: C++, Pascal, Basic, SQL, Delphi Resources, HTML, XML, Style sheets, Ini files, Help Contents, Batch files, Assembler, Java, PL SQL, ...

Editor features (of the editor control)

  • CodeGear RAD Studio like editor.
  • Unlimited text length.
  • Fast loading huge files.
  • UNICODE support (IME, right-to-left ...).
  • 100% customizable lexer, so editor is suitable for any plane text format. Lexer is a resource that may be created and manipulated at design time and at runtime. Lexer uses standard VCL streaming and stores itself in DFM text format.
  • Comfortable visual lexer editor.
  • Powerful and customizable highlighting.
  • Text folding, any determined text range or user range may be collapsed.
  • Gutter with multiple bands, line numeration, gutter objects (images) that are customizable at design time. Line highlighting, image, hint, position may be associated with the gutter object (for example, like breakpoint or current execution point).
  • Normal, column-oriented and line selection, clipboard operations.
  • Hint subsystem. Now hints available for text tokens, expanding button, gutter objects, vertical scroll.
  • Export to RTF, HTML file with syntax highlighting.
  • Copy selection to clipboard in RTF.
  • Multiple dragable right margins, persistent blocks, keep caret in text and numerous other options.
  • User ranges allows custom lexer independent highlighting and text folding.
  • Stack-based markers like in CodeRush
  • Unlimited bookmarks.
  • Animation allows to mark out some position in text.
  • Powerful search/replace (regular expressions, search all ...).
  • Incremental search.
  • Active spell checking.
  • Hyperlinks highlighting.
  • Multiple Sync Edit regions.
  • Insert character popup grid.
  • Zoom
  • Multiple replecements tool
  • Embedded in text images and controls support
  • Smart tags
  • Horizontal ruler
  • User formatting
  • Enhanced caret

Highlighting features

  • Highlighting styles can use any font.
  • Text border styles.
  • Syntax highlighting associated with simple lexical elements (tokens).
  • Text range (sequence of tokens) highlighting. Any detected text range can have style that will be merged with token styles.
  • Nested lexers highlighting.Combining several lexers in one using "Sub Lexer" rules.
  • Highlighting of the user ranges (over lexer defined highlighting).
  • Active highlighting depended on caret position. Highlights valid blocks (for example, current procedure, brackets, "begin" ... "end" blocks ...).
  • Line highlighting associated with text ranges, caret position, gutter objects or custom.
  • Powerful style merging (token style, text range style, dynamic style, …)
  • Text partition by means of line separators like in Visual Basic IDE.
  • Hierarchical text representation using block staples.
  • Hiding parts of the text using Hidden attribute of the style.
  • ReadOnly style attribute - allows partially protect text.
  • Hignlighting of syntax tree nodes (in syntax tree view) .
  • User formatting.

Code automation features

  • TAutoCompletePopup. Improved auto completion with starting timer, using custom styles and images for rendering list items.
  • TTemplatePopup. Improved Code templates. It is possible to use multiple code template with different key strokes.
  • TSyntAutoReplace - auto replace plug-in (auto correction of user input).
  • TParamCompletion - code parameter hints with formatting and images supports .
  • TecMacroRecorder - records and plays macros.
  • Auto-closing text ranges.

Library features

  • EControl Regular Expression library (with .Net support). Own regular expressions compiler.
  • TSyntaxTreeView provides easy navigation and text structure view!
  • TSyntTextSource component allows sharing single text between several Syntax Editors.
  • TSyntKeyMapping component provide ability to assign key shortcuts to editor commands.
  • TecSyntPrinter. Output to printer with syntax highlighting.
  • TecSyntPreview. Print preview control.
  • TPropsManager - share settings between several objects and save/load to/from ini/registry.
  • TUserStylesCombo - combo box for selecting user style while formatting text.
  • THyperlinkHighlighter - hyperlinks highlighting.
  • TecDictionary - manager of dicionaries for spell checking.
  • TecSpellChecker - spell checker.
  • 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.

Descendent Controls

  • TSyntaxEdit - Single line syntax edit control. All power of syntax memo in edit control: highlighting, extended commands, completion, etc.
  • TSingleButtonSyntaxEdit - Single line edit control with a button.
  • TSpinSyntaxEdit - Single line edit control with up/down. It's suited for editing integer, float, date and time values.
  • TSyntaxComboBox - Combo box based on syntax edit and auto-completion popup list. Use highlighting in edit field and formatting of drop-down list. Ability to create multiline combo boxes.
  • TDurationEdit - Special edit control to edit time interval.
  • TBtnSyntaxEdit - Syntax edit with arbitrary number of customizable buttons.
  • TColumnSyntaxEditor - Special descendent of syntax memo for editing TAB separated text files.
Copyright © EControl Ltd., 2004 - 2017