Dynamica Editor description
A professional text editor for displaying text content that need extra formatting (text highlighting)
Dynamica Editor gives you a helpful .NET component for editing text content that requires syntax highlighting. Appropriate for source code and script editors.
Dynamica Editor is a professional text editor for displaying text content that need extra formatting (text highlighting). It is completely written in C# and contains pure managed code.
Syntax styles
While using Dynamica Editor, you can make use of one of the predefined highligh styles, like C# or Java. Yet, Dynamica Editor is extendable with respect to the syntax rules - you can define your own syntax description set and use it with Dynamica Editor. Setting new syntax style is as easy as calling
one editor method. Read more on how to create a syntax definition file in Syntax files.
Easy to use
You can easily use Dynamica Editor component with your projects. Make a project reference to Dynamica.Editor.dll assembly just as you would do with any other component. You can also add Dynamica Editor to your Visual Studio Toolbar and use a drag-and-drop mechanism for creating new instances of this component within your Windows Forms.
Dynamica Editor features rich set of properties which makes it easy to adjust this component's look to fit your forms. It also exposes all significant properties one editor should have like caret position, undo operation, clipboard operations, etc.
Here are some key features of "Dynamica Editor":
· Easy embeddable in Windows Forms.
· Predefined highligh styles for C#, Java, XML, HTML
· Customizable syntax rules.
Create your own syntax !
· Rich property set
· AutoComplete feature enabled
· Big files support
· Clipboard operations supported
· Customizable look-and-feel
Requirements:
· .NET runtime 1.1 or higher
Limitations:
· Paints a little logo in the upper-right corner of the editor component