- AuthorPosts
- November 28, 2019 at 6:40 am #26410LTTParticipant
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 = DeleteNovember 29, 2019 at 9:26 pm #26418Yutaka EmuraKeymasterThe issue 2 was addressed on v19.4 beta 5 (19.3.95). Thank you!
December 12, 2019 at 2:02 pm #26490LTTParticipantWhat’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?December 16, 2019 at 2:30 pm #26511Yutaka EmuraKeymasterThere was a bug in the Paste command. I will fix this issue on the next version (v19.5.0).
December 20, 2019 at 2:06 pm #26517LTTParticipantNow 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.December 20, 2019 at 5:14 pm #26526LTTParticipant4+:
Is it possible to underline the accelerator key, and show all the other “&”s in the menu?December 26, 2019 at 9:49 am #26531Yutaka EmuraKeymaster>4+:
>Is it possible to underline the accelerator key, and show all the other “&”s in the menu?Please try “&&”.
- AuthorPosts
- You must be logged in to reply to this topic.