Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right-click on menu item or autotext item to open the file in which it resides
#1
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
[Image: 888.png]

Or, is there another more convenient way to locate it?

Thanks in advance for any advice and help
david

Function Men8
Code:
Copy      Help
str s=
;1 show dialog

MenuPopup m.AddItems(s)

_i=m.Show
sel _i
,case 1
,mes "hello"

Autotext autotext8
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m
te :sub.Sub1 ;;1 hello

#sub Sub1 m
mes "hello"
#2
In QM2 not possible.
QM3 menus have this feature, and autotext menus will have it in near future.
#3
I just found out that the following menu is OK, other menus are not, No effect


[Image: abc.gif]
#4
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     Help - how to add the trigger to the macro
Code:
Copy      Help
;/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"
#5
Not possible in QM2.
In QM3 next version menus will have property Font.
#6
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
#7
No.
QM3 does not have tools to convert code from QM2 to QM3, and will not have in near future.


Forum Jump:


Users browsing this thread: 1 Guest(s)