Versie 12.91 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:.
Toggle browser viewMade some code changes to fix a few issues with the browser view. The IE browser should work now and the Chrome browser should open more reliably now.
IE and Chrome previewMade some code changes to the preview functions to make sure the document is opened properly in the preview pane. Fixed a few glitches in all preview panes.
Insert abbreviation and text clipIf the option to insert spaces with tab key is set - all tabs in abbreviations and clips are converted to spaces. Otherwise, real tabs are inserted.
Find/ReplaceUnicode searches should work properly now using \x{FFFF}.
Ex. To find "€" use "\x{20AC}" as a search string.
Or to find any non-ASCII character use "[^\x{0000}-\x{007F}]".
MiscFixed
- Made some internal improvements to the editor background thread.
- Improved communication between editor and background thread.
- Documents should close a little bit faster.
- Heredoc issue in PHP syntax highlighter.
- Word wrap issues.
- Highlight selections.
- Misc issues reported by users or found while testing.