I don't plan to do these things but you can come close with existing features and possibly scripting > > 1)Click the text on the tooltip to run the command?
Tootips are not meant for commands, but you can use a command list and "hover clicks to show menu" to accomplish something very similar. Set one of the commands on the buttons to show a command list as a menu. Set the hover option on cl properties, bars tabs (gray for menu only). Then when you hover over the button, the menu will display and you can click on the menu to select a command. > > 2)Edit the tooltip on button with text editor because i always have many long > string on tootlip box. You could use a script to get the tool tip text (cl.gettooltip) and then put it in a note for editing. You'd have to copy and paste to put it back. > > 3) Could we set a variable with selected text Not sure if this is a reference to tool tips. In any event, you can always do this if you not mind changing the clipboard by something like clip.copy local var=clip.get > > THX >
