|
• LMD SyntaxEdit 2016
General Information
Introduction
Key Features
Order Links (switches to order page)
Downloads (switches to download page)
Screenshots
LMD SyntaxEdit - Features 1
LMD SyntaxEdit - Features 2
Component Overview
Components of LMD SyntaxEdit 2016
New in version 2
- Text Drag and drop support.
- Bugfixes and enourmous speed enhancements.
- Auto-completion API added. Completion supported: based on document text, or custom completion, based on events. See TLMDEditView.CompletionSettings, OnFillCompletionList, OnCompletionReplace, OnCompletionCustomDraw, OnCompletionMeasureItem properties/events.
- Simple text highlight API added: HighlightSettings, Add/Remove Highlight. Useful to highlight some errors or some search results. Check TLMDEditView.HighlightSettings property, and TLMDEditView.AddHighlight, RemoveHighlight, ClearHighlight methods.
- UTF8 text auto-detect improved: now it can detect UTF8 without BOM
- Other improvements like Addict 4 support, themed border support, improved dialogs and much more.
Features
- 9 components including full sourcecode;
- Logical separation of Document and View, multiple views of the same text are easily possible.
- Syntax highlighting based on XML syntax schemes. Subschemes also supported (e.g. Javascript in HTML).
- 15+ syntax schemes for popular languages like C++, HTML, JavaScript, PHP, TCL, Visual Basic etc. are included.
- Code folding feature (also based on on XML syntax schemes)
- Unicode support! Fast! No size limitations!
- All standard editor features like Word Wrap, Clipboard support etc.
- Multilevel Undo/Redo, compound edit feature in document.
- Customizable 'special symbols' (spaces, tabs, line ends, line wraps)
- Customizable gutter with any number of bookmarks, breakpoints, line numbering, folding images, and custom bars (along with
- OnGutterPaint/OnGutterClick custom events).
- Bookmarks and breakpoints behavior as known in Delphi IDE: bookmarks never disappear when text is deleted, breakpoints will disappear when corresponding line is deleted. Different kinds of breakpoints are supported - with ability to set images for any kind of breakpoint, bookmarks and folding pictures.
- Supports custom collections of line markers, or just markers for any position in text. Markers positions will be updated during text editing.
- Document works with any kind of line ending characters (DOS ASCII, Linux, MAC etc. formats)
- Virtual editing in view (as known from Delphi IDE).
- Predefined dialogs for Search (including regular expression based search), Goto Line etc. operations
- Property editor for syntax/color scheme editing included.
- Free updates via Internet
- A Site License covers unlimited number of developers in same organization at one location
- Free technical support via forum (forum.lmd.de), e-mail, fax or mail
- Also available as part of LMD IDE-Tools or VCL Complete packages.
|