Syntax parsing
Editor.NET comes with parsers supporting complete syntax analysis.
Such parsers perform syntax analysis of the text being edited by SyntaxEdit control and create abstract syntax tree out of it which is used to provide features like code completion, smart formatting, code outlining and highlighting of incorrect syntax.
Complete syntax parsing is supported for .NET languages such as C#, VB J# and JScript.NET, as well as for VB Script, JavaScript , Ansi-C, SQL and XML.
Linking SyntaxEdit control to one of these parsers by setting Lexer property allows to have all cool features of Visual Studio.NET editor, like completing variables, method parameters, code outlining, smart formatting when pressing close brace ("}"), and erroneous syntax highlighting.
Syntax parsing can be configured to be performed in a separate thread, preventing main thread from being blocked during syntax analysis.
Live demo
Editor.NET
Product Description
Features
Find out more about Editor.NET
Download
Download free trial, demo and documentation
Order
Order your copy of Editor.NET today
System requirements
Supported platforms and OS
Version history
List of changes since release of the first version
