EmEditor Professional v4.04 + SN
EmEditor Professional 4.0 creates functionally-rich macros using JavaScript or VBScript, allowing you to define most operations. Not only can you define a macro which records keystrokes that you use and reference repeatedly, but you can also write your own macros that can manipulate other applications, Windows?based files, or network functionalities.Version 4.04 (March 19, 2004)
Fixed a bug that a tiny EmEditor window appeared when EmEditor was launched depending on settings.
Fixed a bug that the first line of a document was printed with very little width in some cases.
EmEditor can now keep bookmarks when reloading the file.
You can now run on Windows NT 4.0 with Internet Explorer 5.5 or later with limited support.
Download
EmEditor Professional v4.04 For Windows 2000/XP/2003
Download EmEditor Professional v4.04 For Windows 9x/ME
Serials:
1816-8143-6343-3451
1816-4351-7378-3775
1817-6145-8124-8804
1816-9914-7706-0899
1817-2682-4364-6972
ubleshoot errors: try { … } catch(e) { … } When
anerroroccurs,suchasafileopening failure, the try-catch
statement allows the script to continue executing, instead of forcing
itto terminate. EmEditor macros are based on the WSH engine, so you
canusevariousWindows-basedobjectsand Component Object Model
(COM)components.Forexample,you can perform regular expression
searches usingtheRegExpobject,manipulatefilesusingthe
FileSystemObjectobject,create a short-cut, manipulate the Windows
Registry using the WshShell object, or work with networking functions
using the WshNetwork object. Additionally, you can create and execute
a macro thatutilizesanexternalapplicationthatsupports
automationusingCOMcomponents (such as Word and Excel) to copy a
documentcreated in EmEditor, then paste into, and print it from the
external application. EmEditor macros are modulesdesigned
independently of EmEditor executable and are implemented as a Dynamic
LinkLibrary(DLL)file.To conserve system resources, the DLL is
loadedonly during the macro execution. EmEditor macros are built on
theEmEditor Document Object Model (DOM), which can use 4 objects as
wellas 104 properties and methods in all. This structure allows you
to execute most operations in EmEditor with macros. Fore more details
aboutEmEditor macros, please refer to the EmEditor Macro Reference.
Thenew Macros menu. The opened file shows a macro using JavaScript.
TheCustomizeMacrosdialogbox.You can change the order of the
listsunderMy Macros shown in the menu, or set up preferences such
as automatic macro registration upon the selection of the macro.
For more information…
页:
[1]