Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27396
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor v20.7 beta 6 (20.6.906).

    Updates from v20.6.905 include:
    – Fixed a pre-v20.6 bug where EmEditor could crash on the Split Column command under a certain condition.
    – Fixed a pre-v20.6 issue related to double-clicking on URIs.
    – Fixed a pre-v20.6 issue related to invalid CSV parsing.

    Please see EmEditor v20.7 New Features for details and screenshots.

    Notes: Beta versions are updated frequently. If you use the installer version, please select Customize Update Checker on the Help menu, and set the Include beta versions in order to update automatically to future beta versions. Beta versions can also be downloaded at Previous versions.

    Please post any questions or comments in this forum, or Contact us.
    Thank you for trying EmEditor beta!

    #27397
    LTT
    Participant

    Macro function is broken in many ways:

    Default settings (for all the tests).

    1:
    ** Unable to popup a menu, e.g.:

    menu = CreatePopupMenu();
    menu.Add( "?", 1 );
    result = menu.Track();

    2:
    ** If “Redraw = false” is run, I have to run “Redraw = true” to revert the view.
    You can test with this macro:

    if( confirm( "Redraw = false ?" ) ) {
    	Redraw = false;
    }
    if( confirm( "Redraw = true ?" ) ) {
    	Redraw = true;
    }

    3:
    Open “Run with Temporary Options…” dialog.
    Cancel it.
    ** It seems something is running and will never end:
    See the mouse cursor in the view: It’s “Busy”.
    See the “Macros” menu: Almost all the items are disabled. And “Stop” command can not stop this.

    #27405
    Yutaka Emura
    Keymaster

    Hi LTT,
    All these issues will be fixed on v20.6.908.
    Thanks,

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.