M mibin Member Jun 26, 2013 #1 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: Jun 26, 2013
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.
Marco Kalter Administrator Staff member Jun 26, 2013 #1 You can use the IDE_CreatePopupItem function to add a menu item to the popup menu for specific object types or window types.
You can use the IDE_CreatePopupItem function to add a menu item to the popup menu for specific object types or window types.
M mibin Member Jun 26, 2013 #1 But i can't get necessary effect. Okay, I'll be thinking. Thanks. Last edited: Jun 26, 2013
S Starina Member³ Jun 26, 2013 #1 You need hook the windows message WM_LBUTTONDBLCLK. Use SetWindowLong or SetWindowsHookEx.
M mibin Member Jul 3, 2013 #1 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?
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?