Versie 10.25 van RJ TextEd is uitgebracht en wegens een foutje is meteen versie 10.30 verschenen. Deze gratis teksteditor van Zweedse makelij heeft diverse mogelijkheden die vooral voor software- en webontwikkelaars interessant zijn, zoals syntax-highlighting, autocompletion, uitgebreide selectie- en sorteermogelijkheden en een ingebakken (s)ftp-client. Het programma wordt voor Windows ontwikkeld, maar is via Wine ook onder Linux te gebruiken. De changelog voor deze uitgave ziet er als volgt uit:
Clone document window
Added menu items to the document tab context menu (right click over tab) to clone the current window. You can clone the document as many times as you want. A document can be cloned in the same view or you can clone it to the right/left.
Cloned documents are the exact same document in new document tabs. Basically it's the same as split window, but the clones reside in there own tab. Any change made to one document is immediately seen in all the others. You can move them around, drag them out to an external window or close them in any order. Just like a normal document.
Wordwrap with hard return
Added option to enable wordwrap at right margin by inserting hard return (CRLF) when wrapping the lines. It works with indent wrapped lines.
Wrap lines at margin with line breaks
This feature was previously called "Insert line breaks". I've changed the name and redesigned the feature and options. You can now wrap all lines at the window edge, right margin, a specified column, or as displayed if wordwrap is turned on. You can also choose to indent wrapped lines.
A menu item is available in the format menu.
UnWrap lines by removing line breaks
Unwrap lines by removing line breaks will unwrap lines and preserve paragraphs. This feature has been renamed was previously called "Remove line breaks". Information text was made clearer.
A menu item is available in the format menu.
Join lines (in edit menu and as script function)
The join lines function should now by default add spaces between joined lines and join lines even if they are blank.
ScriptCode explorer panel
- Document.JoinLines
The script function Document.JoinLines(bAddSpaces, bSkipBlankLines) now have two new arguments. This allows you to change the behavior. bAddSpaces - add space between joined lines, or not. bSkipBlankLines - preserve paragraphs by skipping blank lines, or not.- Document.DeleteCurrentLine
Added a new function to delete the current line. This is already available in the editor but was not added as a script function.- Document.DeleteLine(line)
Added a new function to delete a given line.
A double click on a class name should move the text cursor to the class in your source code.
Reopen as binary file
Added "Reopen as binary file" as a context menu item to the document tab. It will reload the file and display it using binary mode.
In binary mode control characters are displayed as symbols, text is wrapped at the right margin and contents is always displayed as ANSI. The file may contain zero's or other ANSI control values between 0 and 32.
Save Copy As...
Added a menu item to the "File" menu to save a copy of the current file.
Install and update the portable version
Added a folder called "Install and Update" which include an InstallUpdate.exe tool and a ReadMe.txt file.
The tool is very easy to use and is able to copy the portable version to a new location or update an existing one.
Menu and theme fixes
Disabled text is now drawn properly using the correct colors. Selected text should use the correct colors.
MiscFixed
- Delete from disk in the file menu now moves the file to recycle bin.
- Added a button to "Save Session" dialog to insert current date/time as a description.
- Changed how HereDocs are highlighted in PHP code.
- Mouse wheel scroll over the explorer tab should work again.
- Slow clear of items in code explorer tag tree.
- Tab color issues with themes.
- A few install issues with multiple user accounts.
- Regular expression find in Unix or Mac files.
- Menu item colors when using themes.
- Main tabs should remain hidden even if you switch to one.
- Some syntax issues.
- Select issue when scrolling.
- Draw issue with themes (Canvas can not be drawn to).
- Context menu issues with multiple monitors.
- Several find/replace issues.
- A few undo/redo issues.
- Redraw issues.
- Several other misc issues.