EmEditor v16.9.0 released!

Today, we are releasing EmEditor v16.9.0.

Updates from v16.8.1 include:

New General Features

  • Greatly improved speed for the Remove Newline Characters command and Replace All (when the find string contains newline characters and the replace string does not) operations. See the test results table below.

Test results:

v16.5v16.6v16.9Comparison to v16.5
Replace All “9\n” with “a”32.7 seconds22.4 seconds0.17 seconds192 times faster
Undo the above73.5 seconds29.2 seconds27.8 seconds2.64 times faster
Remove Newline Characters34.8 seconds22.4 seconds0.12 seconds290 times faster
Undo the above105.3 seconds13.9 seconds6.95 seconds15.2 times faster
Replace All “0123456789\n” with “” (blank)13.8 seconds12.4 seconds0.078 seconds177 times faster
Undo the above7.7 seconds0.09 seconds0.078 seconds99 times faster

* All test conditions are the same as New in Version 16.6.

  • Greatly improved the speed of the Advanced Filter by selecting the new Match Whole String check box when many filters are defined.

Test results:

v16.8v16.9 (Match Whole String selected)Comparison
Advanced Filter, Match Case deselected115 seconds0.10 seconds1,150 times faster
Advanced Filter, Match Case selected123 seconds0.06 seconds2,050 times faster

* 200,000 lines (56.3 MB) CSV file (UTF-8), Use Advanced Filter, 50,000 search from the first column conditions, Logical Disjunction (OR) selected, Windows 10 (64-bit) Core i7-4790 16GB RAM

  • IPv4 and IPv6 addresses are clickable now, and clicking IPv4/IPv6 addresses will display a web browser and show the IP information. Moreover, hovering over IPv4 addresses will display the country name as a tooltip where the IPv4 address was registered (In order to use this feature, you will need to download an additional file. See Remarks below.) The behaviors are customizable by editing the macro file.
  • Hexadecimal colors and RGB colors can be clicked to show the Color Picker and allows you to select and change the color value.
  • The behaviors of Active Strings (including URLs, email addresses, IPv4 and IPv6 addresses, strings enclosed by quotation marks, HTML Character Reference, Universal Character Names/Percent-encoding, Hexadecimal colors, and RGB colors) can be customized to run macros, external tools, or EmEditor commands, in addition to previous behaviors.
  • The Link page of configuration properties allows you to specify which strings act as Active String. The new Active String page of the Customize dialog box allows you to specify a behavior for each event such as Left Click, Left Double-click, Middle Click, and Right Click of each Active String.

New Options

  • The Match Whole String check box was added to the Advanced Filter dialog box.
  • The Active String list was added to the Link page of configuration properties
  • The Active String page was added to the Customize dialog box.
  • The Add Additional Information to the Undo/Redo History check box was added to the History page of the Customize dialog box.
  • The Remove the first line from all documents except the first document check box was added to the Combine Documents into a Single File wizard.

New Commands

  • Filter in Column
  • Customize Active String

Plug-in API New Features

  • Added EE_SHOW_TIP and EE_GET_ACTIVE_STRING messages.
  • Added Editor_ShowTip and Editor_GetActiveString inline functions.
  • Added TIP_INFO and ACTIVE_STRING_INFO structures.
  • Added EEID_FILTER_COLUMN and EEID_CUSTOMIZE_ACTIVE_STRING commands.

Macro New Features

  • Added the ShowTip method to the Window object.
  • Added the ActiveString method to the Document object.

Bug Fixes

  • Fixed the bug where the Multiline option was not saved in the Find dialog box.
  • Fixed a certain bug related to Find in Files.
  • Fixed the bug where the Backup Folder was not saved in the Replace in Files dialog box.

Remarks

In order to inspect the name of the country where the IP address is registered, download GeoIPCountryCSV.zip, unzip and place the extracted CSV file in:

  • If an EmEditor installer was used to install EmEditor (using the Registry):
    %PROGRAMDATA%\Emurasoft\EmEditor\data, i.e.
    C:\ProgramData\Emurasoft\EmEditor\data
  • If a portable version of EmEditor is used (using INI files):
    data” subfolder of the EmEditor installed folder, i.e.
    X:\…\EmEditor\data

It is recommended to download and update the above file periodically since the database is updated frequently.

Credit

The new IPTip.jsee macro uses the GeoLite downloadable CSV data created by MaxMind.

Please see EmEditor v16.9 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of June 6, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v16.8.1 released!

Today, we are releasing EmEditor v16.8.1.

Updates from v16.8.0 include:

Bug Fixes

  • Fixed a certain bug related to the Replace All command.
  • Fixed a certain bug where searched strings might not have been saved in the Find dialog box.

Please see EmEditor v16.8 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of May 22, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v16.8.0 released!

Today, we are releasing EmEditor v16.8.0.

Updates from v16.7.2 include:

New General Features

  • Greatly improved the speed of the Advanced Filter when many filters are defined.

Test results:

v16.7v16.8Comparison
Advanced Filter, Match Case deselected32.6 seconds2.57 seconds12.7 times faster
Advanced Filter, Match Case selected30.3 seconds2.50 seconds12.1 times faster

* 10,000 lines (2.7MB) CSV file (UTF-8), Use Advanced Filter, 50,000 search from the first column conditions, Logical Disjunction (OR) selected, Windows 10 (64-bit) Core i7-4790 16GB RAM

  • The Undo and Redo buttons in the toolbar are now drop-down buttons, and clicking the arrow by the button will show the context menu, which allows you to access the new Undo Recent, Redo Recent, Undo All, Redo All, and Undo/Redo History commands.
  • The new Undo/Redo History dialog box allows you to export and import the undo/redo history.
  • The following commands can be assigned to keyboard shortcuts now: Open from This Folder, Open Windows Explorer, Open Command Prompt, and Copy File Path Name. By default, the Open Windows Explorer command is assigned to ALT + SHIFT + E.

New Options

  • The Undo/Redo History dialog box was added.

New Commands

  • Undo/Redo History
  • Undo Recent (multiple items)
  • Redo Recent (multiple items)
  • Undo All
  • Redo All

Plug-in API New Features

  • The EE_GET_COLUMN message was added.
  • The Editor_GetColumn inline function was added.

Macro New Features

  • The GetColumn method was added to the Document object.

Bug Fixes

  • Fixed a certain bug related to the Find in Files command.
  • Fixed a certain bug related to the Split Current Document or a File into Several Files command.
  • Fixed a certain bug related to the Replace All command.

Please see EmEditor v16.8 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of May 17, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v16.7.2 released!

Today, we are releasing EmEditor v16.7.2.

Updates from v16.7.1 include:

Bug Fixes

  • Fixed the bug where importing a syntax file in the Highlight (1) page of configuration properties could crash EmEditor.
  • Fixed the bug where importing a large number of filters in the Advanced Filter dialog box could freeze EmEditor.
  • Optimized for the speed in many dialog boxes containing list boxes.
  • Fixed various issues with multiple different DPI monitors.
  • An empty file is now opened as the Newline Character defined in the New Files dialog box of configuration properties.

Please see EmEditor v16.7 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of May 2, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v16.7.1 released!

Today, we are releasing EmEditor v16.7.1.

Updates from v16.7.0 include:

Bug Fixes

  • Fixed the bug where some dialog boxes did not work on Windows 7 or earlier.

Please see EmEditor v16.7 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of April 24, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v16.7.0 released!

Today, we are releasing EmEditor v16.7.0.

Updates from v16.6.0 include:

New General Features

  • Supported “Per-Monitor DPI-aware v2”, one of the new features of Windows 10 Creators Update. The dialog boxes, menus, and toolbars are displayed more naturally when using multiple monitors with different DPIs.
  • The default format for line numbers became pre-v16.5.
  • Greatly improved the speed for Find in Files command and Extract command in the Find dialog box using the Output bar.

Test results:

v16.6v16.7Comparison
Extract “1”166.8 seconds0.93 seconds179 times faster
Find “1” using Find in Files120.3 seconds0.90 seconds134 times faster

* 100,000 lines of “0123456789”, Match Case deselected, Use Escape Sequences selected, Use Output Bar selected. Windows 10 (64-bit) Core i7-4790 16GB RAM

New Options

  • The “Space Width” sliders were added to the Format tab of the Customize dialog box.
  • The “3D Look” check box was added to the Scroll page of configuration properties.

Plug-in API New Features

  • The EE_SET_CELL and EE_SET_COLUMN messages were added.
  • The Editor_SetCell and Editor_SetColumn inline functions were added.
  • The COLUMN_STRUCT structures were added.

Macro New Features

  • The SetCell, SetColumn, and InsertColumn methods were added to the Document object.

Bug Fixes

  • Fixed a certain bug related to the Extract feature in the Find dialog box.
  • Fixed a certain bug related to the stadard input to the Output Bar.

Please see EmEditor v16.7 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of April 24, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor v16.6.0 released!

Today, we are releasing EmEditor v16.6.0.

Updates from v16.5.0 include:

New General Features

  • Greatly improved speed for Replace All, Join CSV, Remove Newline Characters, and Insert Newline Characters operations. See the test results table below.

Test results:

v16.5v16.6Comparison
Replace All “9\n0” with “a\nb”17.1 seconds0.14 seconds122 times faster
Undo the above14.0 seconds0.11 seconds127 times faster
Replace All “9\n” with “a”32.7 seconds22.4 seconds31.5% faster
Undo the above73.5 seconds29.2 seconds60.3% faster
Replace All “0” with “0\n”10.4 seconds0.15 seconds69 times faster
Undo the above7.14 seconds0.07 seconds102 times faster
Join two CSV documents385 seconds2.57 seconds150 times faster
Remove Newline Characters34.8 seconds22.4 seconds55% faster
Undo the above105.3 seconds13.9 seconds7.6 times faster
Insert Newline Characters78.8 seconds13.7 seconds5.8 times faster
Undo the above36.0 seconds22.6 seconds59% faster

* Replace: 100,000 lines of “0123456789”, Match Case deselected, Use Escape Sequences selected. Join CSV: Join 10,000-line CSV and 101,668-line CSV. Remove Newline Characters: 100,000 lines of “0123456789”, select all, and use Remove Newline Characters command. Insert Newline Characters: 100,000 times repeat of “0123456789” in one line, wrap by 10 characters, select all, and use Insert Newline Characters command. Windows 10 (64-bit) Core i7-4790 16GB RAM

  • The line number format can be customized now. (Customize dialog box – Format page).

New Options

  • The Marks/Formats page of the Customize dialog box was divided into the Marks page and Format page, and Line Number (Decimal) and Line Number (Hexadecimal) boxes were added to the Format page of the Customize dialog box.

New Command

  • Customize Format

Bug Fixes

  • Fixed the bug where very large HTML/XML files could crash immediately after opening when “Highlight Matching Tag” is set.
  • Fixed the bug where EmEditor could slow down (especially vertical cursor movement) when many macros are registered to My Macros.
  • Fixed the bug where Minimap could not be displayed for the first opened file when “EmEditor Quick Launch” is set.
  • Fixed the bug related to Replace All when “Treat CR and LF Separately” is set.
  • Fixed the bug where Ctrl+Shift+F could not be assigned in the Keyboard page of Configuration Properties.
  • Fixed the display bug when Configuration Properties or the Customize dialog box is resized.
  • Fixed the bug where EmEditor could crash after splitting a window, remove split, and exit.
  • Terms like “New Line” and “Return Method” are now consistently called “Newline Character”.

Please see EmEditor v16.6 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of April 4, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor v16.5.0 released!

Today, we are releasing EmEditor v16.5.0.

Updates from v16.4.1 include:

New General Features

  • The new version allows you to specify the file open “From (default)” position and “To (default)” position.
  • The Mouse Wheel rotation while pressing the SHIFT key scrolls the editor horizontally.
  • Right-click on many list boxes in dialog boxes such as Advanced Filter and Batch Replace displays a context menu containing the Cut, Copy, and Paste commands.
  • Many text boxes in dialog boxes such as Find, Replace, Find in Files, and Replace in Files support text drag and drop.
  • Configuration Properties, Customize dialog box and Customize Markers dialog box allow you to search an entire dialog box for a specified text. (If you prefer the old behavior, please run Regedit and create a new REG_DWORD value “NewPropertySheet” as 0 at HKEY_CURRENT_USER\SOFTWARE\EmSoft\EmEditor v3\Common.
  • During updates the installer displays a prompt message box to close Explorer if running.
  • Menu customizations are saved per language.
  • The Customize Menus dialog box now supports drag and drop menu items, and right-click in the list box displays a contet menu containing copy and paste commands.

New Options

  • The Customize button and From (default), To (default) text boxes were added to the Large File Controller.
  • The “Prompt when only a specified portion of file is opened” check box, “From (default)”, and “To (default)” text boxes were added to the File tab of the Customize dialog box.
  • The “Swap Find and Replace strings” command was added to the context menu displayed when clicked on the “>” button next to the “Replace with” button.

Bug Fixes

  • Fixed the issue with the SetHeading command.
  • Fixed the issue with the Undo command.

Please see EmEditor v16.5 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

Notes: Currently, the UWP versions are not available for downloads.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of March 2, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor v16.4.1 released!

Today, we are releasing EmEditor v16.4.1.

Updates from v16.4.0 include:

New General Features

  • The speed of Delete Duplicate Lines commands was grealy improved.

Bug Fixes

  • Fixed some issues related to the Delete Duplicate Lines feature.

Please see EmEditor v16.4 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

Notes: Currently, the UWP versions are not available for downloads.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of January 31, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

EmEditor v16.4.0 released!

Today, we are releasing EmEditor v16.4.0.

Updates from v16.3.1 include:

New General Features

  • The new Auto Copy feature allows you to copy the selection automatically to the Clipboard without selecting the Copy command (CTRL + C). While the Auto Copy mode is on, the selection will be copied to the Clipboard immediately before the selection is deselected or deleted, immediately before the active document is switched, or the editor loses the keyboard focus. However, it does not work during the CSV cell mode.
  • The Delete/Bookmark Duplicate Lines (Advanced) command and Sort by Multiple Columns commands can be recorded as a macro now.
  • When deleting duplicates of an already sorted document, setting the Compare Adjacent Lines Only (Assume Presorted) check box dramatically increases the speed of the operation.

New Macros

  • AutoCopy.jsee (Toggles the Auto Copy feature, equivalent to the Auto Copy command)
  • Icons were added to all the standard macros.

New Options

  • The Auto Copy check box was added to the Edit tab of the Customize dialog box.
  • The Compare Adjacent Lines Only (Assume Presorted) and In the Selection Only check boxes were added to the Delete/Bookmark Duplicate Lines dialog box.
  • The In the Selection Only check box was added to the Sort by Multiple Columns dialog box.
  • The Show Arrows check box was added to the Scroll tab of configuration properties.
  • The Customize Macros dialog box can be resizable now. The My Macros list in the My Macros tab now allows you to select multiple items, and it also allows you to drag and drop selected items. The Top, Bottom, and Reset buttons were added to the My Macros tab, and Delete All button is obsolete. While the My Macros list has the keyboard focus, CTRL + A allows you to select all items.

New Commands

  • Auto Copy

Plug-in API New Features

  • The EE_MANAGE_DUPLICATES and EE_SORT messages were added.
  • The Editor_ManageDuplicates and Editor_Sort inline functions were added.
  • The MANAGE_DUPLICATES_INFO, COLUMN_INFO, and SORT_INFO structures were added.
  • The EEID_AUTO_COPY command was added.

Macro New Features

  • The DeleteDuplicates method and Sort method were added to the Document object.
  • #status directive … Specifies the status (whether the macro is enabled and whether it is checked) of the current macro should mimic the command specified by the ID.

Bug Fixes

  • Fixed some issues related to using a high-DPI monitor or multiple different-DPI monitors.
  • Fixed some issues related to the CSV cell mode.
  • Fixed some issues related to the Filter feature.

Please see EmEditor v16.4 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

Notes: Currently, the UWP versions are not available for downloads.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of January 24, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!