|
|
Editor.NET 1.32 released
31 Jan 2006
We are glad to inform that new version of Editor.NET component library is available.
This version is a minor update, we would like to make sure that all known issues are addressed and all known bugs are fixed before releasing major version. Also we have added QuickStart demos which would help to get better understading how to use the product. Here is what's new in version 1.32:
New features :
Editor
- added shortcut keys for macro recording/playback (Ctrl+Shift+R, Ctrl+Shift+P).
- added method OnPaintBackground allowing to handle drawing of Edit control background.
- added property descriptions for all properties, so now they appear in
properties window (Visual Studio IDE).
- found text centered vertically when executing Search dialog.
Syntax Parser
- better code completion handling for VB language (added code completion for enumerations inside invocation, if and case statements).
- ability to register global modules containing MsgBox, Beep and other global methods.
- code completion for new statement.
- code completion supports using aliases.
- RegisterAssembly, RegisterType, RegisterObject methods added to the .NET syntax parsers.
- ability to use lexer scheme in ISyntaxParser rather than internal method for syntax highlighting.
Bug Fixes :
Editor
- bug with scrolling buttons when resizing SyntaxEdit control.
- painting bug with outlining (when displaying on gutter).
- wordwrap right margin calculated incorrectly in page break mode.
- line separator color was ignored.
- matching braces background color was ignored.
- in some cases page rulers was drawn over the scrollbars and caused painting problems.
- bug with scrollbars when changing page size in page layout mode.
- painting bug with selection in transparent mode.
- selection was not cleared when pressing End or Right Arrow at line end.
- outline sections was expanded/collapsed with right mouse click.
Syntax Parser
- code completion issue : now intellisense listbox appears quicker.
- bug with sorting content in intellisense listbox.
- fixed xml_with_scripts and html_with_scripts syntax schemes.
Api Changed
CodeCompletionReprository, ReflectionReprository was changed to CodeCompletionRepository, ReflectionRepository accordingly due to wrong spelling.
- SyntaxEdit.Recording property was changed to SyntaxEdit.MacroRecording.
- SyntaxEdit.PlayBack method was changed to SyntaxEdit.PlayBackMacro.
Learn more about Editor.NET
<< previous |
News
| next >>
|
|