Download RJ TextEd 14.10

Spread the love

Version 14.10 of RJ TextEd has been released. This free Swedish-made text editor has several features, which are especially interesting for software and web developers, such as syntax highlighting, autocompletion, extensive selection and sorting options and an embedded (s)ftp client. The program is being developed for Windows, but can also be used under Linux via Wine. The following improvements have been made in this release:

Document views

It is now possible to open up to six document views. They can be opened on two rows and each row can contain one, two or three views. Each row is independent so you can have two document views at the top row, and three at the bottom.

Document views can be handled using a toolbar button, or from the “Window” menu.

Everything should work as in dual document view. Drag n drop, text compare, sync scrolling, close and move tabs…

Emmet filters

Emmet abbreviations can now handle filters. A filter is added at the end of the abbreviation using a pipe |.

Eg ul>li*|t

Available filters are: c – Comment important tags (containing class or id attributes). e – Escape XML unsafe characters: <, > and &. Eg

{#1}e =>

s – Single line. Expand everything to a single line of code. t – Trim line markers from wrapped lines eg * or 1. w – Wordwrap selected or lorem generated text. Default width is 80. w120 – Wordwrap at column 120. Ex. Abbreviation: ul>li*|t Selection: * Line 1 * Line 2 Result:

  • Line 1
  • Line 2

The line markers * have been trimmed from the expanded code.

Emmet options

A config file is available from the Format->Abbreviations menu. The config file contain some option you can set for different highlighters.

Options available are: AddSlashToEmptyTags: Add a slash to empty tags eg AlwaysAddNewLine: Always add linefeed after each tag (usually used in XML) CommentTags: Comment important tags (containing class or id attributes). IndentChilds: Indent child tags. If you set this to false – no indentation will be used. SingleLine: Expand everything to a single line of code. TrimLineMarkers: Trim line markers from wrapped lines eg * or 1. Wordwrap: Word wrap selected or lorem generated text. WordwrapAt: Wrap at given column. The nearest space or symbol will be used as wrap position.

Search result option

Added an option to use double click to open found items, instead of single click.

Fixed

  • A close document exception error.
  • Code explorer issues.
  • Wrap with abbreviation hint issue.
  • Print issue with page ranges.
  • Minor find issue.
  • A few exception errors reported by users.

Version number 14.10
Release status Final
Operating systems Windows 7, Windows XP, Windows Vista, Windows 8, Windows 10
Website Rickard Johansson
Download
License type Freeware
Facebook Notice for EU! You need to login to view and post FB Comments!
You might also like