EmEditor Professional 6 - New Features
With new Custom Bars, Displays Outlining, Web Preview, Search Bar and more!
Custom Bars can be now displayed within EmEditor window. With this feature, useful plug-ins such as Outlining, Web Preview, and Search Bar can be developed. Many features were added to support outlining and custom bars.
More Tab Features
Tabs features greatly enhanced on Version 5 are even improved on this version as well.
External Tool Standard Output can be now displayed within EmEditor
When a console program is specified as an external tool, its standard output can be now displayed in the EmEditor window. This makes it easy to capture a compiler's output, to tag jump at an error, and to edit back to the source code.
![]() The Use Output Bar check box was added to the External Tool Properties dialog box. |
![]() The tool's standard output is now displayed in the Output Bar. |
Quick Start
EmEditor can be now loaded without displaying its window at the EmEditor tray icon's startup. This makes EmEditor window launch much faster.
![]() The Quick Start check box was added to make EmEditor launch faster. |
Other ActiveScript Support
ActiveScript languages other than JavaScript and VBScript can be now used. For instance, you can use PerlScript, PHPScript, Python, Ruby, and many other ActiveScript languages as long as script engines you would like to use are installed on your system. For example:
[PerlScript]
#language = "PerlScript"
$Window->document->write( 'Hello!' );
[PHPScript]
#language = "PHPScript"
$Window->document->write( "Hello!" );
[Python]
#language = "Python"
Window.document.write( 'Hello' );
[RubyScript]
#language = "RubyScript"
Window.document.write( "Hello!" );
![]() A macro written by PerlScript. |
Windows Vista Ready!
EmEditor is now Windows Vista ready! EmEditor is aware of the new security feature called the User Account Control in Windows Vista, and allows you to run usually with least privileges environment. A few administrative settings are clearly distinguished.
![]() The Associate with EmEditor button is clearly marked with the shield icon to show the Administrative privileges are required. |
Many more features added
Several highly-requested features have been added to EmEditor including:
Added the Shortcut tab on the Customize dialog box, which allows you to display or hide the Tray Icon, Send To Shortcut and other shortcuts.
The Language tab was added to the Customize dialog box. By installing additional language packs, the user interface language can be switched.
The Automatically Name Untitled Document check box was added to the Save Details dialog box.
The management method for the current folder is changed, and solved the issue that previously used folders could not be removed.
The installer became Windows Installer, which allows installation without displaying dialog boxes.
New command line options (/ca, /car, /di, /hide, /ipi, and /sca) were added.
The Find and Replace dialog box positions are now remembered.
The Search All Open Documents check box added to the Find dialog box.
Regular expression search and validation messages and inline functions were added to the plug-in API.
Free Upgrade
EmEditor Professional v6 is available free for EmEditor Professional v4 and v5 users. EmEditor Standard v6 is available free for EmEditor Standard v4 and v5 users and EmEditor v3 users.
|
Previous EmEditor Professional 7 |
Top of contents |
Next EmEditor Professional 5 |
























