
RJ TextEd is a good editor for texts and source codes. It is also a tool for simple web development. Using this program you can create and edit new language files, syntax files and script files and even write your own web page. It is also possible to convert text to a different character sets. If your want to edit your source code, you can preview Html/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor also supports ASCII files and binary files. Other features of RJ TextEd are: support of Unicode, spell check in several different languages, unlimited undo/redo.
10 different bookmarks is the word wrap function that allows you to make your text as readable as possible. You can also save and print your documents, manage your web site using the file commander, synchronize a local folder with a remote folder on your FTP site and e-mail your documents. The best tools of RJ TextEd are: syntax editor, character viewer and unit converter that can convert between different units.
v11.7.1 [May 25, 2016]
JSON
Added two new menu items in the format menu.
* Pretty print - will beautify the JSON code and add indention.
* Minify - will compress the code to a single line.
JSON code is now displayed in the code explorer tree.
Highlight color values
Added a new menu item in the view menu called "Highlight color values".
* Enable for selected file types
File types
The "File types" menu item contain all available file types and the checked
items specify in which files, color values should be highlighted.
Reopen with Encoding
Added a menu item in the "File" menu to reopen the current file using a
different encoding. You can also reopen it as a hexadecimal file.
Note! If the file is a Unicode file and has a BOM. you will not be able to
reopen the file with a different encoding.
Merge and Split
Added a menu to the document tab right click menu with several functions to
append, prepend or split documents.
Annotation bar
Made some redraw changes to minimize speed impact on editing.
Text Clips
You can add or subtract time in a text clip when using time and date variables.
E.g.
%tomorrow% = @d[dddd d of mmmm yyyyK 1d}
%yesterday% = @d{-1d}
%!astyear% = @d[dddd d of mmmm yyyy]{-1y}
%AnHourAgo% = @t{-1h}
Auto hide scrollbars
Mouse move will always display the scrollbars.
Project Manager
"Copy to clipboard as" will use a relative path from the current document
if possible. Otherwise the file name is used.
To use the complete file path - hold down the Shift-key.
File Commander
The breadcrumb control has been replaced with a drop down list to solve
afewtheming issues.
The drop down list will always display the full path, just like the breadcrumb control did.
Misc
* The drop down list on the explorer panel will display the full path to the current folder.
Fixed
* Editing can sometimes be "sluggish" when the annotation-bar is visible.
* The convert oanel date/time soan calculation should didnt handle a second date
Fixed
* Editing can sometimes be "sluggish" when the annotation-bar is visible.
* The convert panel date/time span calculation should didnt handle a second date
that was earlier than the first (a negative time span).