|
![]() [ View full size screenshot ] Best Software Downloads Award:
|
| Version | Date Released | Status | Release Notes |
| Portable RJ TextEd 6.0 | Feb 13, 2010 | New Release | Multi Paste: · As with all other multi-edit features you position multiple text cursors or make several selections using Ctrl+LeftMouseButton. Then simply use "Paste" (Ctrl+V) to insert text, from the clipboard, in all instances at once. · This feature works with text clips that contain several lines, but there is one limitation. You can only insert one multiple line clip per line. If you have two selections on the same line, only the first selection is replace when you paste. You can insert as many one line clips as you want though, even on the same line. Syntax Files: · I've added a JSP syntax file in this version. · You can now use [] arrays with auto completion, e.g. List[index]. Text Clip Manager: · Added buttons to sort or position your clips as you like in the lower list. You can also insert separators by adding an item called "-". Misc: · Updated the help on syntax files. · Double click on document tab bar will open a new document. |
| Portable RJ TextEd 5.90 | Jan 24, 2010 | New Release | · Multi Edit and multi select · Multi edit and multi select let you select or position a text cursor in several places at ones, by holding the CTRL key. Ones you've made your selections or cursor placements you can start editing. All instances at the same time. · Please check out the "Multi Edit and Multi Select" topic in the help file for more information. · You can use most normal functions like typing, backspace, delete and cut/copy/paste. You can also use the case functions for selections. · Some restrictions though when editing two, or more, instances at ones. · You can only delete till the end of line. If you reach EOL on one line, nothing will happen in that place when you hit the "Del" key. · You can only backspace till the beginning of line. · Some keys like "Enter" or the arrow keys will bring you out of multi edit mode. · User Clipboards |
| Portable RJ TextEd 5.80 | Jan 16, 2010 | New Release | · Project file navigation and auto completion · Made some changes in the source code parsers to include more information about the code. This information is used with auto completion and to navigate in the code. · Auto completion ( Ctrl + J ) now includes all functions (not class members) available in your project files, as well as all class members. To display functions just press Ctrl+J at an empty spot. · Go to Declaration. Added as an context menu item. Position the text cursor over a function, class object or a class member and select the context menu item. The correct file will open and the text cursor will be positioned at the function or class member declaration. · Go to Implementation. Added as an context menu item. This is used with C/C++ and Delphi/Pascal files. Class members are, in these languages, divided into a declaration and an implementation part. |
| Portable RJ TextEd 5.75.1 | Nov 24, 2009 | New Release | · Fixed a language issue. Menu and dialog text's may not have been displayed properly. · Made a small change in the "New project wizard". |
| Portable RJ TextEd 5.74.1 | Nov 3, 2009 | New Release | · Fixed · Command line issue. This also made explorer context menu execution to stop working. · Fixed some serious undo issues. · Fixed a delete selection issue. |
| Portable RJ TextEd 5.73 | Oct 24, 2009 | New Release | · New command line parameter · Added a new command line parameter /hex to open a file in the hex editor. E.g. TextEd.exe /hex MyFile.bin · Shell extension (Explorer context menu "RJ TextEd" item) · Fixed a few issues with the shell extension, e.g. "Run as Administrator" stopped working. Also made a small change in the install script when installing the rjshell.dll and rjshell64.dll files. If an older version is replaced the script will ask the user to restart windows if necessary. · Fixed a "print all open documents" issue when word wrap is used. · Fixed an issue when the option "Reopen last open documents..." is used. This setting may open the dual document view even if there is no document to open. · Fixed several script issues and some issues when the script editor is used. · Fixed several issues reported in the forum. Please check the forum for more details. |
| Portable RJ TextEd 5.72 | Oct 19, 2009 | New Release | · Fixed a few issues in the install script. · The context menu should be installed properly now. · Fixed several undo/redo issues when using undo after the file has been saved. · Fixed an auto complete issue with XML tags. |
| Portable RJ TextEd 5.70 | Oct 9, 2009 | New Release | · SFTP (SSH File Transfer Protocol) · Added real SFTP support. Just select SFTP/SSH as your server type, user name and password and connect. That's it. · Full support for the SSH2 protocol · Support for most SSH2-compatible clients and servers including OpenSSH · Can create a private/public key pair to be used with an SSH server. · Authentication by password or by public key · Full support for the SFTP protocols versions from 1 to 6 |
| Portable RJ TextEd 5.61 | Sep 2, 2009 | New Release | · SFTP (SSH File Transfer Protocol) · Added real SFTP support. Just select SFTP/SSH as your server type, user name and password and connect. That's it. The SFTP client has: · Full support for the SSH2 protocol · Support for most SSH2-compatible clients and servers including OpenSSH · Can create a private/public key pair to be used with an SSH server. · Authentication by password or by public key · Full support for the SFTP protocols versions from 1 to 6 · New text editing functions · Added several new text editing functions. · Move lines Up/Down · Split lines · Join lines · Duplicate lines N times · Delete blank lines in selection · I also made some changes in the edit menu. · New Script functions · Added script functions for the new edit functions above. · Document tabs · Added a tab list menu to the right of the document tabs (like in Firefox). Click on the "down" arrow to get a list of all open documents. Select one to navigate. |
| Portable RJ TextEd 5.60 | Aug 30, 2009 | New Release | Home The "Home" page has been completely rewritten. It doesn't use a web browser component anymore. From the home page you can Create new file(s) Select one or several files to create. Double click to create the files. Open recent project Double click to open the listed project. Open recent file(s) Select one or several files. Double click (left mouse button) to open the files. Open project/files You can also open a project or files using a file open dialog. Click on one of the "Open..." buttons. Tutorials, help topics and support There are three menus at the top you can use to browse tutorials, open some help topics or get support. Syntax files (Highlighters) and syntax editor Added some new options to be used with syntax files. AutoCompleteCharA, AutoCompleteCharB The auto completion character is usually a period (.). Some syntax files use a space to trigger auto completion after the "new" keyword. |