Editor.NET is a software tool that offers an advanced code editor with a flexible edit control integration option for .NET applications. It allows developers to edit and customize the source code efficiently.

Editor.NET offers almost all the functionalities that you can find in the Visual Studio.NET code editor. Its customizable syntax highlighting, code outlining, and code completion features enable you to write clean and elegant code with ease. Unlimited undo/redo, bookmarks, word wrap, drag-n-drop, built-in search/replace dialogs, and multi-view of the same text are some of the other notable features that Editor.NET offers.
One of the unique aspects of Editor.NET is that it includes code parsers that implement full syntax analysis for a vast subset of modern programming languages, such as C#, VB.NET, Java, Ansi-C, Java script, and XML. This makes it an ideal editor for developers working with multiple programming languages.
Editor.NET is available in two editions- WinForms and WPF. Both editions offer the same set of features, but WinForms is built specifically for Windows Forms applications, while WPF is targeted towards Windows Presentation Foundation applications.
Overall, Editor.NET is a versatile and feature-packed code editor that can help you save time and improve your productivity. Its robust set of features, combined with its support for multiple programming languages, make it a great choice for developers looking to improve their coding experience.
Version 2.5:
Full Visual Studio 2015 support.
Further enhancing C# VB.NET parsers based on Microsoft Roslyn .NET compiler.
Multiple improvements and bug fixes
Version 2.4:
Further enhancing C# and introducing VB.NET parsers based on Microsoft Roslyn .NET compiler.
Multiple improvements and bug fixes
Version 2.3:
Updated look and feel to match Visual Studio 2013 code editor
Technology preview of C# parser based on Microsoft .NET Roslyn Compiler
Multiple improvements and bug fixes
Version 1.62:
New Features
* Parsing can work in separate thread.
* Conditional defines evaluation and highlighting for C#/VB/Ansi C parsers.
* HTMLScript parser for highlighting HTML with javascript blocks.
* Compatibility with Visual Studio 2010/.NET 4.0 (full solution and client profile)
Version 1.56:
Bug Fixes
Bug with trial version not working when writing to registry is not allowed.
Bug with GDI resource leak.
Bug with deleting text to the end of the line when code completion is invoked.
Consistent crash with code completion invocation in VB parser.
Version 1.53:
New Features
Editor
+ LineSpace property added to control space between lines.
+ SpellDelimiters property added to better control spelling algorithm.
+ Added BeginUpdate/EndUpdate method to SyntaxEdit class.
Fixed a lot of bugs with syntax parsing and code completion
Version 1.48: This is a service pack release. We've fixed several minor bugs in syntax parsing/code completion/search
Version 1.47: This is a service pack release. We've fixed several minor bugs in syntax parsing/code completion/editor settings dialog
Version 1.46: We've implemented a lot of improvements to the Editor, Parser and Code completion. Also we've updated our installation to use MSI, copy assemblies to GAC and register components on Visual Studio toolbox automatically.
Version 1.42:
Bug Fixes
Editor
Last eol was removed when setting Editor's text.
User margin painting bug.
Last line was not always visible when scrolling vertically.
CanPaste, CanCut now work more accurately with readonly control.
Default popup menu constants was not localized.
Bug with block deletion and undo.
Syntax Parser
Vb parser : default arguments was parsed incorrectly.
Code Completion
Code completion did not work for namespaces listed in using section within a region.
Bug with showing enumeration members in Vb Parser case statement and method arguments.
Default and byref parameter modificators was not shown
Code snippets - several minor problems fixed.
Bug with autosize in code completion listbox.
Api changed
ReadOnly was changed to Readonly
FullCollapse, FullExpand was added to IOutlining interface.
SaveStream, LoadStream now accepts Stream parameter.
Several minor bugs fixed.