RJ TextEd 4.0

Posted on Monday, August 13 2007 @ 11:53 CEST by

RJ TextEd is a web development tool and a Unicode text editor with features like syntax highlighting, advanced column mode and code folding.

Project class member completion

*Project files are scanned for classes and class members. The data is saved to file and is accessed when you press "Ctrl+Space" or when you access members of an object. When "Ctrl+Space" is used to open the member completion list you can select the class in a drop-down list. When you type "object." or "object->" the class is identified and the class members are listed.

*The class member completion dialog has several filters. You can chose to only display functions or variables. Or maybe filter out all private members.

*Sorting options are located in the project settings dialog. The sorting algorithms are:

-Kind, visibility, name (default)
-Kind, name
-Visibility, kind, name
-Visibility, name
-Name

*Class member completion works with C#, C++, Java, Pascal/Delphi, PHP and VB .NET.

ASP .NET

*Wrote a new syntax file and added auto completion.
*You can use "Ctrl+Space" to get a list of common tags, types and classes.
*In C# / VB .NET you get an auto completion list after each "new" statement, and after "As" in VB .NET.
*The ASPX syntax uses multiple highlighters. C# or VB .NET in script blocks. It can also highlight CSS.
*Added a few simple templates in the ASPX, C# and VB .NET folders.

NOTE! Old users may have to add this syntax manually in the options dialog (Options->Manage highlighters). You should name it "ASPX" and use ".aspx|.master" as file extensions.

CSS

*Added auto completion after properties. E.g. if you type "background-color:" followed by space you get a list of colors.
*Use "Ctrl+Space" to get a list of properties.

User tools shortcut

*It is now possible to set a shortcut for each user tool. You are able to set any shortcut you want.

Page controls and margins

Rewrote the page controls. Changed the look and removed border margins. Looks much better when using skins. Actually, it looks pretty good without them as well.

Project Tab

*Speed improvement.
*Changed several toolbar items. Should be easier to work with.
*Added a favorites menu.
*Added a context menu.

Editor (Memo)

*Select a line by a click in the left margin. The line break is included.
*Select text by dragging the mouse in the left margin.
*Made improvements to the yellow/green diff bars.
*Added diff bars in wordwrap mode.
*Changed how line numbers are displayed in wordwrap mode.
*Made several small improvments and fixes.

Code Explorer

*Can now handle items with identical names. The identical items are sorted in the order they are found.
*Fixed several issues.

Misc

*Modified document indicator on the document tab. Yellow for changed and green for changed and saved.
*Spellcheck selected text. Select a text block and hit "Spellcheck". Only text within the selection will be checked.
*Added find/replace history drop down lists in all find/replace dialogs. The 10 latest words are remembered between sessions.
*Undo/Redo now work with Replace All and Delete All.

Bugs

Fixed a lot of bugs.

*A few problems with the configure tools dialog.
*Save sometimes saves a file twice.
*Help does not work in Vista.
*Some wordwrap issues.
*Some diff bar issues.
*Sync mode problems (synchronized editing).
*A problem with multiple monitors.
*A small problem with "Goto bookmark"
*A few user menu issues "Ctrl+Space"
*Refresh issues in the explorer tabs.
*Refresh issues in the File Commander.
*Highlighting issues and some pointer issues in the text memo.
*Some code folding issues. E.g. bookmark in folded block. And more...
*Code explorer issues.
+ a few more. I don't remember them all...


Program Information

Category:
Tools and Utilities
Type:
Free


Version:
4.0
Size:
6.82MB
Works on:
Windows


Product page: here

Download: RJ TextEd 4.0



Loading Comments