03-14-2003, 11:50 PM
it would be great to have mouse activation on classes too.
currently there is only the option for programs (macro properties).
for example:
i use macromedia dreamweaver for htm,php,actionscript and some offline scripting.
the code view window of dreamweaver has the class name +code view.
currently i send a rightclick from powerpro to qm :
int h = GetWinStyle(child(mouse))
if h==1345323009
ppro "*menu show copy/paste"
if h==1342242944
ppro "*menu show scripting"
the benefit for me in using powerpro is, that i builds more beautiful menus (windows based), but i ever have a delay when calling qm from powerpro.
i guess it would be easier when mouse on class would be hardcoded in qm and it would be also a great feature.
currently there is only the option for programs (macro properties).
for example:
i use macromedia dreamweaver for htm,php,actionscript and some offline scripting.
the code view window of dreamweaver has the class name +code view.
currently i send a rightclick from powerpro to qm :
int h = GetWinStyle(child(mouse))
if h==1345323009
ppro "*menu show copy/paste"
if h==1342242944
ppro "*menu show scripting"
the benefit for me in using powerpro is, that i builds more beautiful menus (windows based), but i ever have a delay when calling qm from powerpro.
i guess it would be easier when mouse on class would be hardcoded in qm and it would be also a great feature.