Include own plugins into qtcreator menue
-
Do you mean something like that? "Qt Creator Plugin":http://doc-snapshot.qt-project.org/qtcreator-extending/first-plugin.html
-
Yeap, that is possible.
In fact almost all the menu entries are created by plugins. Check che plugin documentation linked to above and read the source code. I tend to just grep for a menu entry close to where I want to have mine and then just check that code for the relevant constants used to address the locations in the menu structure.