Posts

Cell Selection Mode (random fictitious data)

EmEditor v15.8.4 released!

Today, we are releasing EmEditor v15.8.4.

Updates from v15.8.3 include:

Bug Fixes

  • Fixed the bug where EmEditor might have crashed when selecting the Open and Close command while opening a very large file.
  • Fixed the bug where EmEditor did not show inserted characters after sorting an empty document.
  • Fixed certain bugs related to the CSV cell mode.

Please see EmEditor v15.8 New Features for details.

To update, you can select Check for Updates on the Help, or 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 March 22, 2016. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v15 is the same as the key for v14.

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.

Thank you for using EmEditor!

Cell Selection Mode (random fictitious data)

EmEditor v15.8.3 released!

Today, we are releasing EmEditor v15.8.3.

Updates from v15.8.2 include:

Bug Fixes

  • Fixed the bug related to CSV cell selection mode and headings.
  • Fixed the bug where EmEditor might have crashed when the Undo information is very large (such as the CSV conversion commands).
  • EmEditor now shows a message box if an error occurs when files were dropped to EmEditor from another application. (File drag and drop from a 32-bit application to 64-bit EmEditor does not work due to address space layout randomization (ASLR).
  • Fixed thg bug related to backslash escaping in regular expressions with the Filter toolbar.
  • Fixed the bug where a previous workspace name could appear in the Save Workspace and Save Workspace As commands even if no workspaces were opened.

Please see EmEditor v15.8 New Features for details.

To update, you can select Check for Updates on the Help, or 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 March 15, 2016. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v15 is the same as the key for v14.

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.

Thank you for using EmEditor!

Cell Selection Mode (random fictitious data)

EmEditor v15.8.2 released!

Today, we are releasing EmEditor v15.8.2.

Updates from v15.8.1 include:

Bug Fixes

Please see EmEditor v15.8 New Features for details.

To update, you can select Check for Updates on the Help, or 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 March 7, 2016. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v15 is the same as the key for v14.

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.

Thank you for using EmEditor!

Cell Selection Mode (random fictitious data)

EmEditor v15.8.1 released!

Today, we are releasing EmEditor v15.8.1.

Updates from v15.8.0 include:

Bug Fixes

Cell Selection Mode (random fictitious data)

EmEditor v15.8.0 released!

Today, we are releasing EmEditor v15.8.0.

Updates from v15.7.2 include:

New General Features

  • The Cell Selection Mode was added, and CSV editing was greatly enhanced. If the Cell Selection Mode was selected after a CSV document is opened, the CSV delimiters will be hidden, and you can select cell(s) by the mouse or keyboard like a spreadsheet program (Excel). During the Cell Selection Mode, pressing the RIGHT or LEFT key moves the cell right or left. Double-clicking on a cell, pressing the ENTER key, or selecting the Edit Cell command will allow you to edit the selected cell. Selecting the Edit Cell while selecting multiple cells will allow you to edit multiple cells simultaneously. Syntax check after a cell is edited and confirmed.
  • In the Cell Selection Mode, TAB moves to the next cell, SHIFT + TAB moves to the previous cell. These commands as well as Open Line Above and Open Line Below commands insert delimiters automatically if not already exist.
  • The Balloon Tip on Cell Selection Button on the CSV/Sort toolbar was added by default.
  • Cut Line(s), Copy Line(s), and Delete Line(s) commands can now work when several lines are selected.
  • Right-click menu on the left edge of the editor or on line numbers now includes Cut Line(s), Copy Line(s), Paste, and Delete Line(s) commands.
  • Right-click on the My Macros on the Macros menu brings up the context menu including the Edit command.
  • Previously used SHA-1 digital signatures were replaced by new SHA-1/SHA-256 double digital signatures.
  • For security improvements, EmEditor no longer uses the shared section in the executable files.
  • For security improvements, address space layout randomization (ASLR) was enabled.

New Options

  • The Switch to Cell Selection Mode Automatically check box and the Show Balloon Tip on Cell Selection Button check box were added to the CSV tab of the Customize dialog box.
  • CSV cell selected text and CSV cell selection frame were added to the list in the Display tab of configuration properties. Thick Line was added to the Style drop-down list.
  • The New button to add a new item to the My Macros list was changed to the Add button on the My Macro tab of the Customize Macros dialog box.

New Commands

  • Cell Selection Mode
  • Edit Cell
  • Delete Completely

Plug-in API New Features

  • The EI_GET_CELL_MODE, EI_SET_CELL_MODE flags were added to the EE_INFO message.
  • The POS_CELL flas was added to the EE_GET_ANCHOR_POS, EE_GET_CARET_POS, EE_SET_ANCHOR_POS, EE_SET_CARET_POS messages.

Macro New Features

  • The CellMode property was added to the Document object.
  • The bComplete parameter was added to the Delete method of the Selection object.
  • The eePosCell was added to the nFlags parameter of the GetActivePointX, GetActivePointY, GetAnchorPointX, GetAnchorPointY, SetActivePoint, SetAnchorPoint functions of the Selection object.

Bug Fixes

  • Fixed the bug where Find in Files (UTF-16BE with Unicode signature) might have caused EmEditor crash.
  • Mitigations for the installer’s DLL hijacking vulnerability.
  • Fixed the bug where the Toggle Bookmark command might not have refresh the left edge of the editor.
  • Fixed the bug where changing the order of the files in the list in the Combine Documents into a Single File wizard did not reflect the results.
  • Fixed the bug where many regular expressions are used for highlight strings can result in high CPU usage on v15.7.
  • Fixed the bug where CSV auto detection did not work on very large CSV files.
  • The Filter toolbar now allows incremental search even on very large files.
  • Fixed the bug where the Find method of macros could cause an error when the search string is empty.
  • Fixed the bug where the Find in Files (UTF-8 with Unicode signature) might cause the search result contains the BOM.
  • Fixed a certain bug in the Customize Macros dialog box.
  • Fixed the bug where the Outline Bar could flash under a certain condition.
  • Fixed the bug where the Parameter Information tooltip of the Projects plug-in might not have worked under a certain condition.

Please see EmEditor v15.8 New Features for details.

To update, you can select Check for Updates on the Help, or 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 February 15, 2016. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v15 is the same as the key for v14.

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.

Thank you for using EmEditor!

Cell Selection Mode (random fictitious data)

EmEditor v15.8.0 beta 13

Today, we are releasing EmEditor v15.8.0 beta 13.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v15.8.0 beta 12 include:

Bug Fixes

  • Fixed the bug where the Cut command might have deleted the whole line in CSV cell selection mode.
  • Fixed the bug where TAB might not have been escaped in the exported file from Advanced Filter dialog box

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    Thank you for continue using EmEditor!

    Cell Selection Mode (random fictitious data)

    EmEditor v15.8.0 beta 11

    Today, we are releasing EmEditor v15.8.0 beta 11.

    Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

    Updates from v15.8.0 beta 10 include:

    New General Features

    • The Balloon Tip on Cell Selection Button on the CSV/Sort toolbar was added by default.

    New Options

    • The Show Balloon Tip on Cell Selection Button check box was added to the CSV tab of the Customize dialog box.

    Bug Fixes

    • The Cell Selection Mode was improved.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    Thank you for continue using EmEditor!

    Cell Selection Mode (random fictitious data)

    EmEditor v15.8.0 beta 4

    Today, we are releasing EmEditor v15.8.0 beta 4.

    Notes: In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

    Updates from v15.8.0 beta 3 include:

    Bug Fixes

    • The Cell Selection Mode was improved.
    • Fixed the bug where Find in Files (UTF-16BE with Unicode signature) might have caused EmEditor crash.

    We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

    To download or see changes, please go to the beta forum – EmEditor Professional v15.8.0 beta 4 released!.

    Thank you for using EmEditor!

    Cell Selection Mode (random fictitious data)

    EmEditor v15.8.0 beta 3

    Today, we are releasing EmEditor v15.8.0 beta 3.

    Notes: In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

    Updates from v15.8.0 beta 2 include:

    New General Features

    • The Cell Selection Mode was improved.
    • Cut Line(s), Copy Line(s), and Delete Line(s) commands can now work when several lines are selected.
    • Right-click menu on the left edge of the editor or on line numbers now includes Cut Line(s), Copy Line(s), Paste, and Delete Line(s) commands.

    We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

    To download or see changes, please go to the beta forum – EmEditor Professional v15.8.0 beta 3 released!.

    Thank you for using EmEditor!

    Cell Selection Mode (random fictitious data)

    EmEditor v15.8.0 beta 2

    Today, we are releasing EmEditor v15.8.0 beta 2.

    Notes: In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

    Updates from v15.8.0 beta 1 include:

    New General Features

    • The Cell Selection Mode was improved. Syntax check after a cell is edited and confirmed.

    We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

    To download or see changes, please go to the beta forum – EmEditor Professional v15.8.0 beta 2 released!.

    Thank you for using EmEditor!