Posts: 1,049
Threads: 249
Joined: Jul 2022
08-13-2022, 02:17 AM
(This post was last modified: 08-13-2022, 02:25 AM by Davider.)
Hi,
I created A lot of AutoText's files and pop-up menus's files ,
Sometimes, I want to edit it, but it's not very convenient to find or locate them, so I want to implement this below function
Right-click on menu item or autotext item to open the file in which it resides
Or, is there another more convenient way to locate it?
Thanks in advance for any advice and help
david
Function
Men8
str s=
;1 show dialog
MenuPopup m.AddItems(s)
_i=m.Show
sel _i
,case 1
,mes "hello"
Autotext
autotext8
Trigger
$t
/b/i/c/m
te :sub.Sub1 ;;1 hello
#sub Sub1 m
mes "hello"
Posts: 12,095
Threads: 142
Joined: Dec 2002
In QM2 not possible.
QM3 menus have this feature, and autotext menus will have it in near future.
Posts: 1,049
Threads: 249
Joined: Jul 2022
08-13-2022, 09:30 AM
(This post was last modified: 08-13-2022, 09:31 AM by Davider.)
I just found out that the following menu is OK, other menus are not, No effect
Posts: 1,049
Threads: 249
Joined: Jul 2022
08-17-2022, 10:01 PM
(This post was last modified: 08-17-2022, 10:04 PM by Davider.)
How to modify the font and font size of pop-up menus, The menu text display is too small
like this
https://www.quickmacros.com/forum/showth...9#pid35679
Menu
right-click Editable menus
Trigger
Aq
;/pos center /noicons /tcol 0xFF0000 ""
1 Hello1 :sub.sub1 ;;
2 Hello2 :sub.sub2 ;;* mouse.ico
;
#sub sub1
mes "Hello world 1"
#sub sub2
mes "Hello world 2"
Posts: 12,095
Threads: 142
Joined: Dec 2002
Not possible in QM2.
In QM3 next version menus will have property Font.
Posts: 1,049
Threads: 249
Joined: Jul 2022
08-18-2022, 02:55 AM
(This post was last modified: 08-18-2022, 02:57 AM by Davider.)
Is there a better way to convert a QM2 autotext file to the QM3 autotext?
A lot of my autotext file are subfunctions, command lists, and conversions may be unlikely
Posts: 12,095
Threads: 142
Joined: Dec 2002
No.
QM3 does not have tools to convert code from QM2 to QM3, and will not have in near future.