RJ TextEd is een gratis teksteditor van Zweedse makelij. Het heeft diverse mogelijkheden die met name voor software- en webontwikkelaars interessant zijn, zoals syntax highlighting, auto completion, uitgebreide selectie- en sorteringsmogelijkheden en een ingebakken (s)ftp-client. Het programma wordt voor Windows ontwikkeld, maar is via Wine ook onder Linux te gebruiiken. Zaterdag is versie 8.91 uitgekomen en de changelog voor deze uitgave ziet er als volgt uit:
Scripts and Extensions
Rewrote the entire script engine to use wide strings (UTF16) instead of ANSI/UTF8 strings. All string types are now Unicode strings (String = Widestring). Functions and classes now use Unicode strings as well. E.x.C++ script { TTntStringlist ls = TTntStringlist.Create;
ls.Add("Hello World!");
ls.Add("Привет мир!");
Document.SelText = ls.Text; ls.Free; }Some properties and methods have been removed since they are not necessary anymore.
Use: Document.SelText (not Document.WideSelText) Document.Text (not Document.WideText) ScriptUtils.Pos (not ScriptUtils.WPos) ...FTP (open remote file)
If the editor fail to open a remote file, a new attempt is made using the full FTP path to the file.
Language files
Updated a few language files and fixed an issue in the Dutch language file.