Versie 11.11 van RJ TextEd is uitgebracht. 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:
Drag n drop
Drag n drop should now work between the editor and external programs, like Internet browsers, email clients, text editors... You can:Chrome preview
- Drag text from other programs and drop it inside a document.
- Drag text from a document and drop it onto a browser edit field or inside another text editor.
- Drag a HTML link to a document and insert title and full path.
- Drag files from an explorer window to open the files (improved in this version).
The 32-bit version on 32-bit Windows can sometimes prevent the program from closing properly. It should work properly now.
Hibernate (Windows shutdown or unexpected closure)
Some information was lost when using hibernate. E.g. code folding, bookmarks... The information is properly saved in this version and restored when you restart.
If the program is open and Windows is shut down - the program should not try to delay the shut down. I made some code changes to fix this.
Also fixed a few issues when having an open project.
JSON Pretty Print
Wrote new code without the use of the Delphi JSON parser. The code is pretty simple and should produce the same result as many online beautifiers.
Note! The code is not validated, so if your JSON code contains errors the result may not be formatted as you would have expected.
Double click on brace to select contents
A double click on a brace ()[]{}""'' will select the entire contents including the braces.
If you press ALT - only the content between braces is selected. Not the braces themselves.
MiscFixed
- Folder of the last opened/saved file is used when saving a new document, unless the explorer panel is opened (in which case the current path is used).
- Password is displayed in plain text when exporting a document as encrypted.
- Double click to select all between braces when the end brace is at eol.
- Auto block completion ({..}) after single quotes.