Versie 15.60 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. Sinds versie 15.52 zijn de volgende veranderingen en verbeteringen aangebracht:
RJ TextEd version 15.60
Digital code signingAll executables and install scripts are now digitally signed. This should help with some antivirus programs and any issues you may have when downloading and installing the program.
Selection mini toolbarAdded a mini toolbar that is displayed when making a selection. It fades away after a short while, or if you press the left mouse button.
Added an option to turn the mini toolbar on or off.
CSS highlightingUpdated the CSS syntax files and made some highlighting changes.
The file css.xml was added in the syntax folder. The file is provided by microsoft and renamed from css-scheme.xml to css.xml. It contain most items needed for auto completion and hints.
Syntax filesAdded a new option in syntax files to turn on/off sorting in the auto completion list (AutoCompleteSort=0|1).
MiscFixed
- Made some internal changes in the paint function and the move cursor function when using folding.
- A few FTP save issues.
- Auto completion hint flicker.
- Word wrap issue.
- Restart Windows issues when program is still running.
- Selection color issue with plain text files.
- Find issues.
- Misc issues while coding.
RJ TextEd version 15.54
ThemesAdded 2 new themes to the "Environment -> Themes" menu.
(S)FTPMade some more optimizations to speed up browsing directories.
Fixed
- Favorites menu in FTP panel missing.
- Made some changes in "Replace All" undo code.
- Selection issue.
RJ TextEd version 15.53
Zoom (CTRL+MouseWheel Up/Down)Added a new menu item in the "View" menu named "Zoom" with sub-menu items to zoom in, zoom out and reset zoom. You can also use the mouse wheel while pressing the CTRL key.
Zoom will affect all open documents, as well as new or opened documents. The zoom value is saved between sessions. Use "Reset zoom" to undo any zooming you have done.
Note that zoom will not change the font size you have set in options.
File CommanderFixed some display issues when connected to a remote site.
FTP Profile managerPasswords are now shown as a masked string (***).
Misc
- Made some minor changes to the maximize window code.
- Made some minor additions to the FTP client code.