Get Selected Text by click

mibin

Member
Hello!
I want to make plugin for pl\sql developer.
How can i get method OnClick when i click on objects of form?
I want selected text from Test window when i double click on word.
 
Last edited:
You can use the IDE_CreatePopupItem function to add a menu item to the popup menu for specific object types or window types.
 
Thanks! I try to use Hook, but i have one more question...
Can I start the process of searching for a word in the current window of a patch?
 
Back
Top