EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor. EditPad Lite works with Windows NT4, 98, 2000, ME, XP and Vista.

EditPad Lite is free for non-commercial use. That is, you may use EditPad Lite if you do not get paid, directly or indirectly, for the work you do with EditPad Lite. Registered charities may also use EditPad Lite. If you want more editing power or need a text editor to use at work, check out EditPad Pro.

All this functionality is, of course, also available in EditPad Pro.

Features

  • You can open as many files in EditPad at a time as you want.
  • You change between the open files by clicking on their tabs. No hassle with heaps of overlapping windows.
  • You will enjoy EditPad's unlimited undo and redo. You can even undo changes after saving them, as long as you did not close the file.
  • EditPad reads and writes UNIX (LF only) and Mac (CR only) text files (in addition to DOS/Windows CR+LF files, of course).
  • With EditPad you can directly edit Unicode text files and text files encoded in a variety of legacy code pages. EditPad supports all Windows and ISO-8859 code pages, plus a wide selection of DOS, KOI8 and EBCDIC code pages. This means EditPad can edit any text file, whether it was saved on a Windows or Linux computer, an old DOS PC or an IBM mainframe.
  • If you run EditPad again when there is already an instance running, the file(s) you wish to edit will be opened by the existing EditPad window. This means there will be at most one EditPad window open, which will save you from a lot of task switching.
  • Of course, if you do need more instances, simply pick View|New editor from the menu.
  • Block functions: save parts of your text to disk and insert a file in the current text.
  • You can specify many print settings: font, margins, headers/footers, etc. and immediately see the effects in the print preview.
  • You have the option to keep the EditPad window on top of all other windows.
  • When you close an unsaved file, EditPad will either warn you, automatically save the file as you prefer.
  • Reopen menu that lists the last 16 files opened.
  • EditPad puts an icon in the system tray that remains visible, even if EditPad is closed. This way you have easy and fast access to EditPad, without the need to keep it running all the time. If you do not like this, you can, of course, disable this feature and make EditPad behave like a normal Windows application.
  • EditPad fully supports double byte character systems (DBCS) so you can edit texts written in Far East languages, such as Chinese, Japanese or Korean, as easily as those written in European languages.
  • Many settings such as word wrap, line numbering and auto indent can be made for each file type individually. You could activate word wrap but not auto indent when editing a plain text file, and just the other way around when editing source code. You can also define your own file types which will be used to build the filters for open and save dialog boxes.
  • Configure EditPad's appearance to your own taste and eyesight. Select the colors, font face and font size that you like. Make text cursor highly visible by selecting its size, color and blinking style. Make the mouse pointer easy to spot by choosing its shape and colors.
  • Uppercase, lowercase, invert case and initial caps conversion
  • Easy and working installation and uninstallation, delivered with DeployMaster.
  • Free for non-commercial use. (Professionals should use EditPad Pro)

What's New

Improvements

  • File|Open: Working copies are no longer added to the File|Open submenu when you close them.
  • Regex: Abort the matching process with an error if a match is found that matched \K inside lookaround at a position before the start of the match attempt (to prevent matches from overlapping with preceding matches) or after the overall regex match (to prevent backwards matches and infinite loops if the match ends at the start of the match attempt).
  • Uninstall completed message is now less likely to appear behind the Settings app on Windows 10 or 11 and if it does it will flash its taskbar button to make this situation easier to see.

Bug fixes

  • Convert|Case: Rectangular selections that span beyond the end of the line are no longer filled with spaces.
  • EditPad could crash when editing a file that was less than 512 KB in size and had word wrap enabled and that had at least one wrapped line and the number of lines after wrapping was a multiple of 256 (since 8.5.0).
  • File Types: F# syntax coloring now allows double-quoted strings to span across lines and allows strings to be nested within multi-line comments.
  • News & Updates showed raw RTF on Windows 11 if "Beta: Use Unicode UTF-8 for worldwide language support" was enabled in the regional settings in Windows and EditPad was using its dark theme.
  • Regex: (?(DEFINE)([a-z]+))(?1)(?![0-9]) did not highlight the match ab in the string abc4.
  • Regex: \K was ignored inside a DEFINE group at the start of the regex.
  • Working copies: Opening a file's working copy and then opening the file itself no longer results in two tabs for the working copy.