EmEditor Professional 6.00.3
EmEditor Professional, a text editor for Windows, supports JavaScript or VBScript macros, Unicode, plug-ins, syntax highlighting (including embedded scripts in HTML, ASP, and PHP files), drag-and-drop, and menu and keyboard customizations. This release is the first major upgrade for more than two years. EmEditor now runs in one process even when multiple files are opened and no matter whether the tab is used. This allows EmEditor to start much faster when multiple files are selected to open, and to reduce memory usage. Multiple windows now run as multi-threading.
Many plug-in commands and macro methods have been added to navigate multiple documents. The new feature also includes powerful tab functions including window-grouping; any tab item can be dragged-and-dropped into another group to join or to create a new group. The tab bar can be extended to multiple rows or the width can be automatically adjusted when it doesn't fit in the window. The 64-bit edition is also available.
EmEditor macros are modules designed independently of EmEditor executable and are implemented as a Dynamic Link Library (DLL) file. To conserve system resources, the DLL is loaded only during the macro execution. EmEditor macros are built on the EmEditor Document Object Model (DOM), which can use 4 objects as well as 104 properties and methods in all. This structure allows you to execute most operations in EmEditor with macros. For more details about EmEditor macros, please refer to the EmEditor Macro Reference.