EmEditor

From Wikipedia, the free encyclopedia
EmEditor
Developer(s)Emurasoft, Inc.
Stable release
23.1.0 / January 24, 2024; 59 days ago (2024-01-24)[1]
Operating systemMicrosoft Windows
TypeText editor
LicenseProprietary
Websiteemeditor.com

EmEditor is a lightweight extensible commercial text editor for Microsoft Windows. It was developed by Yutaka Emura of Emurasoft, Inc. It includes full Unicode support, 32-bit and 64-bit builds, syntax highlighting, find and replace with regular expressions, vertical selection editing, editing of large files (up to 248 GB or 2.1 billion lines), and is extensible via plugins and scripts.[2] The software has free trial and after that it downgrades to free version, which still can handle huge files and regex.[3]

Features[edit]

Unicode support[edit]

EmEditor supports Unicode and provides tools for work with various character encodings. These features include automatic encoding detection, byte order mark support, file reload with a different encoding, and detection of encoding errors. EmEditor is able to use any encoding that Windows supports and converts between encodings with ease. The software searches for Unicode characters while opening Unicode file names.

Large files[edit]

EmEditor is capable of working with very large files.[4] For large files up to 248 GB, rather than opening them in memory, EmEditor "spills them out" into disk space. For files over 248 GB, it uses its Large File Controller to edit separate sections of the file.

Plug-ins[edit]

EmEditor is extensible via plug-ins written in C/C++. The editor's API is available, so that users can write their own plug-ins.

The following plug-ins are installed with EmEditor by default:

  • HTMLBar
  • Open Documents
  • Outline
  • Projects
  • Search
  • Snippets
  • WebPreview
  • WordComplete
  • Word Count

An optional 32-bit plug-in for CSE HTML Validator support is also available.[5]

Scripting macros[edit]

The program is scriptable using the Windows Script Host. The program's scripts are written in either JScript or VBScript. EmEditor can generally be scripted in any scripting language that supports Active Scripting. The program includes powerful macros.[6]

History[edit]

Awards and nominations[edit]

  • EmEditor Professional has been nominated for the Epsilon Award 2010. Later it won the second place of the award.[7]
  • EmEditor 10.0 was awarded a 5/5 Cows editor's rating on tucows.[8]
  • EmEditor won the Shareware Industry Award for 2008 in the Best Applications category.[9]
  • EmEditor 8.00 was awarded a 5/5 stars Editor's Rating on CNET's Download.com on November 18, 2008.[10]

See also[edit]

References[edit]

  1. ^ "EmEditor v23.1.0 released (including technical review)". emeditor.com. Retrieved 30 January 2024.
  2. ^ "EmEditor Professional review". PC Advisor. Retrieved 22 August 2013.
  3. ^ EMEDITOR FREE
  4. ^ ZDnet Article
  5. ^ CSE HTML Validator plug-in (32-bit) Retrieved 2012-10-03
  6. ^ CNET Download.com Review Archived 2009-02-14 at the Wayback Machine Retrieved on 3 March 2009.
  7. ^ "The Epsilon Award – the nominated of 2010". Archived from the original on 2010-12-18. Retrieved 2010-12-30.
  8. ^ Download EmEditor Professional – Shareware Software[permanent dead link]Tucows Retrieved on 29 July 2010
  9. ^ "Shareware Industry Awards 2008". Archived from the original on 2009-04-09. Retrieved 2009-01-14.
  10. ^ CNET Download.com EmEditor page Archived 2011-07-23 at the Wayback Machine Retrieved on 12 March 2009.

External links[edit]