Download RJ TextEd 15.30
Version 15.30 of RJ TextEd has been released. This free Swedish-made text editor has several features, which 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. Since version 15.20, the following changes and improvements have been made:
RJ TextEd version 15.30
Run external script
It is now possible to run an external script from a local script using eg NodeJS. It should be possible to run any type of script, including JScript, VBScript, PHP, Python …
The function “RunScript” has been added to the ScriptUtils object.
RunScript(sCommand, sScript, sInputText: String): String; Example { // Run a JavaScript using NodeJS var s = Document.SelText; var sz = “Node”; var sc = “c:\\Users\\Me\\Documents\\Source\\JavaScript\\numsort.js”; var sr = ScriptUtils.RunScript(sz,sc,s); Document.SelText = sr; †
Visual changes
Made visual changes to all dialog windows throughout the application. In some dialogs more than others. The goal was to give them a more modern look and feel.
There are some minor changes in other places as well.
Advanced sort
Made it possible to save the current sort options using a name.
regular expressions
Error messages should be displayed with all search operations if an error occur. The “Abort” button in the search progress dialog should work as expected now (only displayed if the search takes some time to complete).
Options
Made it possible to close or open all panels in options with two buttons located at the search field.
Fixed
- Session issue with document views.
- Open template file.
- Some issues when creating new document.
- Weird open file issue.
- Convert HTML to text.
- Offline – Beautify HTML (Tidy).
- Word wrap issues.
- List text clip folder using keyboard shortcut.
- Fixed a few issues in the text clips panel.
- TclTk Code Explorer issue.
- Other minor issues found and reported by email.
RJ TextEd version 15.23
FTP
The program can sometimes “hang” when eg reading a remote directory list. This usually happens when trying to connect to the site. I’ve added a read timeout of 10 seconds, so if the read fails – you wont have to kill the program.
misc
The application is compiled and built using an updated version of Delphi. I also updated several components.
Made several minor changes. Fixed some theme and high DPI issues…
Fixed
- Toggle column mode when using an alternative font.
- Edit language server (LSP) settings.
- Possible word warp issue.
- Many other minor issues.
RJ TextEd version 15.22
Fixed
- Strange display issue in search window when not using a theme.
RJ TextEd version 15.21
smart highlighting
HTML tags should be highlighted when selected, and regarded as “whole words”.
External document window (drag tab outside main window)
Added a few new actions and menu items.
- Format JSON menu.
- Shift+Alt+Down/Up/Left/Right should work now.
Fixed
- Text display issues in search window.
- Delete issue in search window and search bar.
- Selection fold in plain text document should work now.
- Issue with blank document at startup.
Version number | 15.30 |
Release status | Final |
Operating systems | Windows 7, Windows 8, Windows 10, Windows 11 |
Website | Rickard Johansson |
Download | |
File size |
33.02MB |
License type | Freeware |