Context menu via code
-
Hi
is it possible to edit the context menu from plugin code?thx
-
Sure, you can manipulate menus that way. However, Notepad++ provides no interface for it.
-
So is the only way SendMessage?
-
@General-Coder said in Context menu via code:
So is the only way SendMessage?
If by that you mean using Windows API calls which deal with menus, then the answer is yes.