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

Language server communication

  • Several improvements have been made to optimize communication between the editor and the language server.

Scripts

  • Added a smart paste from clipboard function to the document object.
  • Document.SmartPasteFromClipboard().

Column statistics

  • Added a button to copy the result to the clipboard.
  • Fixed a few display issues.

Misc

  • Updated some third party components to the latest version.

Fixed

  • LSP hint action links should work properly now.
  • Main window flicker when opening dialog windows.
  • Some minor issues found while editing.