Ann: Editor.NET 1.3 released


2005-11-07 05:07:07 PM
delphi147
Editor.NET 1.3 is released
07 Nov 2005
We are glad to inform that new version of Editor.NET component library is
available
Editor.NET is an advanced code editor allowing integration of a highly
flexible edit control in your .NET applications.
It has almost all the features that can be found in the Visual Studio.NET
code Editor, including customizable syntax highlighting, code outlining,
code completion, unlimited undo/redo, bookmarks, word wrap, drag-n-drop,
search/replace, and displaying gutter/margin/line numbers.
Here is what's new in version 1.3 beta:
New features :
Editor :
+ Visual Studio 2005 beta support
+ Visual Studio 2005 like images for gutter and code completion
+ line modificators allowing visually track modified lines
+ scrolling buttons like in MS word
+ flat scrollbars
+ unicode support
+ ability to visually split editor vertically and horizontally
+ named bookmarks with description and hypertext
+ LineTerminator property allows to save file into Windows, Unix, and
Mac formats.
+ popup hint now supports syntax painting
+ popup listbox supports sorting
+ macro recording and playback
+ amount of pages calculation when printing
+ autocorrect feature allowing to correct words when typing
+ RemoveTrailingBlanks option allowing to remove trail spaces when
editing.
+ added methods :
DialogResult DisplayGotoLineDialog();
DialogResult DisplaySearchDialog();
DialogResult DisplayReplaceDialog();
DialogResult DisplayEditorSettingsDialog();
bool CanFindNext();
bool CanFindPrevious();
bool CanFindNextSelected();
bool CanFindPreviousSelected();
void MoveLineEndCycled();
void MoveLineBeginCycled();
void Selection.CommentSelection();
void Selection.UncommentSelection();
void Selection.CollapseToDefinitions()
Dialogs:
Localization to German, French, Spanish, Russian and Ukranian languages
Syntax Parser :
+ C#, J# and VB.NET parser was completely rewritten according to the
grammar definition.
+ code outlining, smart formating, code completion features improved
+ code completion reprository, find declaration/find references added
+ highlighting of incorrect code added.
+ xml comments are parsed and displayed in code completion listbox and
tooltip
+ Language parser with about predefined 30 schemes added
Common
+ GdiPlus painter classe added
Bug fixes :
- bug with calculating of count of printed pages
- bug with invalidating editor when setting text from the code
- FindNext(F3) raised exception first time
- Replace in Find/Replace dialog works like in Visual Studio
Behaviour changed
* improved algorithm for highlighting matching braces
* style of source code changed
* Undo buffer cleared when executing SaveFile method and UndoAfterSave
option is off.
* Format of xml scheme file was changed because of adding xsd definition
file
Please feel free to write us if you have any questions regarding the new
version
Best regards,
Quantum Whale
XXXX@XXXXX.COM
www.qwhale.net