Manage Multiple Workspaces

TheOpen Workspace,Save Workspace,Save Workspace As, andRecent Workspace (multiple items) commands were added to let you manage multiple workspaces. By default, theWorkspace popup menu was added to theFile menu, and various workspace commands were added inside the popup menu.

Improved Filter Features

The newadvanced filter allows you to specify a search range for the filter. It also allows you to specify alogical disjunction (logical OR) for multiple levels of the filter. If this is not specified, a logical conjunction (Logical AND) is used for multiple levels of the filter.

There are some changes in theFilter toolbar as well. You can now select previously used advanced filters from the history. TheBookmark All andExtract All buttons were also added to theFilter toolbar so that you can quickly mark or edit the filtered text.

To make your work as smooth as possible, theFilter command was added to the context menu displayed when you click on a marker on theMarkers toolbar. In addition, clicking a marker while pressing CTRL now works as a filter. The default context menu now includes theFilter command, which allows you to use the selected text or the word at cursor as a filter. Furthermore, theFilter’s speed is imporved when a very large file is opened.

Split Current Document or a File into Several Files

TheSplit Current Document or a File into Several Files command allows you to specify not only the current document but also an existing file as the source file. This enhancement allows you to split a very large filelarger than 248 GB.

Improved User Interface

To enhance the intuitive design of EmEditor, the new version has improved many dialog boxes. For example, when closing a document, theYES andNO button labels in the “Save Changes?” message box were changed toSave andDon’t Save, words that include the actual tasks.

Other New Features

New features

  • The UAC prompt will not appear anymore in theImport and Export wizard.
  • TheOutput As drop-down list box was added to theFind in Files dialog box, which allows you to directly open the searched file and filter the file with the specified searched string.
  • In theFind in Files andReplace in Files dialog boxes, theIn Folder drop-down list can now contain up to 10,000 characters separating multiple folders by ‘|’. Folder names surrounded by double-quotes can be specified now. A warning message now appears when a folder doesn’t exist.
  • When theBookmark All button was clicked in theFind dialog box, the status bar now shows how many bookmarks were increased.
  • TheFree version of EmEditor now adds theFind in Files andReplace in Files command.

New options

  • The newCustom (in Characters) box, theLogical Disjunction (OR) to the Previous Condition check box, and theImport andExport buttons were added to theAdvanced Filter dialog box.
  • ThePopup if Number of Items Exceeds text box was added to theHistory tab of theCustomize dialog box.
  • TheBrowse and Add command in the menu displayed when you click the> button by theIn Folder text box in theFind in Files andReplace in Files dialog boxes.
  • TheValidate CSV and Output Errors check box was added to the CSV tab of theCustomize dialog box.
  • TheBookmark Count in the Entire Document check box was added to the Status tab of theCustomize dialog box.
  • ThePrompt if the specified folder does not exist check box was added to theAdvanced dialog box, which can be accessed from theFind in Files dialog box.

New commands

  • Open Workspace
  • Save Workspace
  • Save Workspace As
  • Recent Workspace (multiple items)
  • Bookmark All (Filter toolbar)
  • Extract All (Filter toolbar)
  • Filter with Selection or Word at Cursor

Macro New Features

  • ThexBegin andxEnd parameters and theeeFindLogicalOr flag were added to theFilter method of theDocument object.

Plug-in API New Features

  • ThexBegin andxEnd fields and theFLAG_FIND_LOGICAL_OR flag were added to theFILTER_INFO structure.
  • ThexBegin andxEnd parameters and theFLAG_FIND_LOGICAL_OR flag were added to theEditor_Filter inline function.
  • EEID_WORKSPACE_OPEN, EEID_WORKSPACE_SAVE_AS, EEID_WORKSPACE_SAVE_CURRENT, EEID_FILTERBAR_BOOKMARK, EEID_FILTERBAR_EXTRACT, and EEID_WORKSPACE_RECENT_FILE1 commands were added.