Download RJ TextEd 10.30

Spread the love

Version 10.25 of RJ TextEd has been released and due to a bug version 10.30 was immediately released. This free Swedish-made text editor has several features that are especially interesting for software and web developers, such as syntax highlighting, autocompletion, extensive selection and sorting options and an embedded (s)ftp client. The program is being developed for Windows, but can also be used under Linux via Wine. The changelog for this release looks like this:

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. You can move them around, drag them out to an external window or close them in any order. Just like a normal document.

Word wrap 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.

Script

  • 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.

Code explorer panel
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.

misc

  • 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.

Fixed

  • 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.

Version number 10.30
Release status Final
Operating systems Windows 7, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2012, Windows 8, Windows 10
Website Rickard Johansson
Download
File size

28.88MB

License type Freeware
You might also like