Plugin causing duplicate entries in the document context menu
René J.V. Bertin
rjvbertin at gmail.com
Mon Nov 12 18:04:40 GMT 2018
Let me be a bit more specific: does anyone know where in the order of events of opening a context menu KXMLGUI would add a submenu declared as
```
<Menu name="ktexteditor_popup" noMerge="1">
<Action name="popup_ctags"/>
</Menu>
```
and created as a KActionMenu in the plugin code?
>From what I can tell this is not done in TextDocument::populateContextMenu() ...
R.
More information about the KDevelop-devel
mailing list