Ann: Editor.NET 1.2 released



Hello,

We are glad to inform you that Editor.NET version 1.2 is released.

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.

Software requirements:

..NET Framework 1.1 (2.0)
Microsoft Visual Studio.NET 2003 (2005 beta) or Borland Delphi8 for
..NET(Delphi 2005)

You can download trial version from
http://qwhale.net/download/editor/1.2/QWhale_Editor1_2.zip


Here is what's new in version 1.2:

new features:
+ the new version supports page layout mode making it easy to see how text
will be positioned on the printed page. Horizontal and
vertical rulers are available and can be used to change page margins and
other space settings.
+ better support for code completion : code completion listbox allows to
show hints and filter its content.
Code completion hint displays shadow when themes are available.
+ new features for matching braces highlighting
+ ability to visually drag margin
+ Transparent property added allowing to display background image.
+ BorderStyle.System property added allowing to display editor border using
themes.
+ new parsers for C#, VB.NET and JScript.NET come with faster parsing
algorithm,
code outlining, smart formatting and code completion features.
+ more syntax schemes available
+ ability to restrict selection to square or stream blocks
+ block insertion and deletion works faster

bug fixes :
- deleting selection when wordwrap is on raised exception.
- code templates worked incorrectly.
- code completion was enabled inside comments and strings
- character "(" in tooltip made incorrect parameter hightliting.
- syntaxEdit1.SaveFile raised exception
- when connected to data source, edit did not update its text when moving
to another record.
- horz scrollbar was not updated when changing lines programmaticaly
- bug with indenting and unindenting text.
- changing wordwrap property did not invalidate editor
- space bar and other delimiters did not select from intellilist
- outlining hints was displayed incorrectly
- removed outlining, selection and gutter flickering
- bug with mnemonic keys
- outlining worked slowly


Best regards,
Quantum Whale
www.qwhale.net





.



Relevant Pages

  • Re: code completion in With Statement
    ... >> How do you bring up code completion within code editor when in a With ... >> With qry do begin ... >> I've tried ctrl shift space but that only works when you have an ...
    (borland.public.delphi.ide)
  • Re: Naming conventions
    ... code editor with code completion, you don't have to type it all in ... I would agree completely that readable code is more important than ... reducing typing. ...
    (microsoft.public.dotnet.general)
  • Re: Delphi 2005 and D7 code completion slow
    ... Code completion: ... When you enter a class name followed by a period in the Code editor, the list of properties, methods and events appropriate to the class is displayed. ... Tooltip expression evaluation: ... Display declaration information for any identifier by passing the mouse over it in the Code editor. ...
    (borland.public.delphi.non-technical)
  • Re: Sourcecode editor control
    ... code, preferably written in C#, something like the code editor in Visual Studio: with line numbers, outlining, applying color to parts of the text without having to change the selection like in the RichTextBox etc. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: code completion in With Statement
    ... Bill N wrote: ... > How do you bring up code completion within code editor when in a With ... > With qry do begin ...
    (borland.public.delphi.ide)