Page 1 of 1

options to disable : scintilla popupmenu & tab popupmenu

Posted: Wed Jul 02, 2008 4:04 pm
by eddy
It's just a request.

I want to add an alternate version of these two popupmenus in my external tool.

Posted: Wed Jul 02, 2008 4:16 pm
by freak
You could just hook the main window for events, and steal the WM_CONTEXTMENU event.

It doesn't make sense to add a preference option just for an external tool

Posted: Wed Jul 02, 2008 5:20 pm
by eddy
I tried but my hook monitors messages after they have been processed
( WH_CALLWNDPROCRET )
The result is a flickering popupmenu. (old popup shown, old popup removed, new popup shown)

I can try to add another hook but I wonder if it's good idea to install many hooks :?