RJ TextEd is a full featured text and source editor with Unicode support. It is also a very powerful web (PHP, ASP, JavaScript, HTML and CSS) development editor. The functionality extends beyond text files and includes support for CSS/HTML editing with integrated CSS/HTML preview, spell checking, auto completion, HTML validation, templates and more.

The program also has a dual pane file commander, as well as a (S)FTP client to upload your files. Below is a small list of features available. For a full list check out the features section.

Features

  • Auto completion
    • Code folding
    • Column mode
    • Multi edit and multi select
    • Advanced sorting
    • Handles both ASCII and binary files
    • CSS and HTML wizards
    • CSS and HTML preview using internal IE, Firefox 4 and Chrome browsers
    • FTP and SFTP client with synchronization
    • File explorer, text clips, code explorer, project manager...
    • Convert between code pages, Unicode formats and text formats
    • Unicode and ANSI code page detection
    • Open/Save UTF-8 encoded files without a signature (BOM)
    • Unicode file paths and file names
    • HTML validation, format and repair
  • Tools available like syntax editor, color picker, charmap, etc

RJ TextEd is released as Freeware. However, if you find the program useful I would appreciate a small donation.

What's New

Mini toolbar

  • Added a "Capitalize" button.
  • Made some minor visual changes.

Code hints

  • Made some code changes to make long text fit better inside the window and made some small size changes.

Auto completion

  • Added code to prevent the auto completion window to become wider than the current display.

Emmet abbreviations

  • Tabs are now used for indention unless the option to insert spaces is set in options.

Previous release notes

  • Move to next/previous word (Ctrl+Right/Left)
    • Added options to change the behavior.
  • Always move to beginning of word. This will include some symbols as well, like ()[]{}"'.
  • Ignore symbols. Will find letters and numbers. Symbols are ignored.
  • Also, fixed a few issues.
  • Delete word (and previous word) (Ctrl+Del)
    • This function should ignore the options above.

Code hints

  • Added new items in the customize theme window to change hint colors.

Scripts

  • The script error message should now include the line number and column were the error occurred.
  • All TMemIniFile members should work properly now.

Fixed

  • Main menu font issue.
  • A few issues in Syntax Editor.