Functionality to have more than one AcceleratorTable
Notepad++ project is moving to GitHub:
Brought to you by:
donho
Adds functionality, that allows plugins to have their own AcceleratorTables.
If TranslateAccelerator fails in Notepad++, it calls toBeNotified on Plugins while one of their can handle this message by translating an Accelerator for example
Adds possibility to get main menu handle with NPPM_GETMENUHANDLE call, because it is not possible to get main menu handle with WinAPI GetMenu call if it is hidden.
patch file, created using SVN tools
Added new Notification NPPN_MENUCOMMAND
Notifies Plugins that a menu command was executed