Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26410
    LTT
    Participant

    1:
    Is there a quick way to make UserMenu(3) as a duplicate of Tab menu?
    (i.e. UserMenu(3) has all the Tab menu items.)

    I once achieved it this way:
    Copy Menu4.bin (the file for Tab menu) and rename it to “Menu7.bin” (the file for UserMenu(3) ).

    Today I do this again. But failed.
    It seems EmEditor can not recognize the new content of Menu7.bin now.

    What’s exactly changed?

    —————
    2:
    Customize Menus:
    Right click in the window to show the context menu.
    “Copy All” and “Delete All” work fine when you click them in the menu.
    ** But their keyboard shortcuts do not work:
    Currently,
    Ctrl+Shift+C = Ctrl+C
    Shift+Delete = Delete

    #26418
    Yutaka Emura
    Keymaster

    The issue 2 was addressed on v19.4 beta 5 (19.3.95). Thank you!

    #26490
    LTT
    Participant

    What’s the use of “Copy All”?
    Is there a way to solve issue 1 (moving item(s) between menus), since “Paste” command is not designed for this purpose?

    #26511
    Yutaka Emura
    Keymaster

    There was a bug in the Paste command. I will fix this issue on the next version (v19.5.0).

    #26517
    LTT
    Participant

    Now the Paste command works great that it can paste any command into any menu!
    Thanks for the fix.

    —————
    3:
    Add a Popup item in a menu.
    Paste a tab character into its Name, e.g.:
    (tab)!!!
    (So I can use Tab key to open this popup.)
    Then Copy or Copy All.
    Paste.
    ** But Paste command can only paste the content before the tab character.
    Is it possible to make Paste support such items?

    —————
    4:
    Add a menu item that contains 2 (or more) “&”, e.g.:
    &a &b &c
    The 1st “&” (a) is the accelerator key.
    ** But the last “&” (c) is underlined.

    —————
    5:
    Make any change in “Jump List” menu.
    Open Jump List from task button.
    ** The items are blank (no text).

    —————
    The workspace commands need a fix: (Similar issue as Rename)
    emeditor.com/forums/topic/19-3-93/#post-26444

    —————
    The result text of Copy commands contains 5 columns (in TSV mode).
    Q1:
    There are 2 tabs between Name column and ID column. Is it correct?
    Q2:
    What’s the last (5th) column for?
    Q3:
    If I do the 3 steps below:
    Copy All
    Delete All
    Paste
    The new menu .bin file will grow bigger, because Copy commands now copy all the Name text.
    Not sure if it’s correct.

    #26526
    LTT
    Participant

    4+:
    Is it possible to underline the accelerator key, and show all the other “&”s in the menu?

    #26531
    Yutaka Emura
    Keymaster

    >4+:
    >Is it possible to underline the accelerator key, and show all the other “&”s in the menu?

    Please try “&&”.

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