forked from qt-creator/qt-creator
Refactor the shortcut management for plugin macros
When saving a macro, a shortcut is created and the user can change the shortcut in Options->Keyboard. When the macro is removed, the shortcut is removed from the actionManager using the removeShortcut method. This is way simpler than before, where a number of default shortcuts where defined and macros took the empty space. Merge-request: 236 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
f3d7bbff0c
commit
1f1656163c
@@ -42,7 +42,7 @@ const char * const M_TOOLS_MACRO = "Macros.Tools.Menu";
|
||||
const char * const START_MACRO = "Macros.StartMacro";
|
||||
const char * const END_MACRO = "Macros.EndMacro";
|
||||
const char * const EXECUTE_LAST_MACRO = "Macros.ExecuteLastMacro";
|
||||
const char * const SHORTCUT_MACRO = "Macros.Shortcut-";
|
||||
const char * const PREFIX_MACRO = "Macros.";
|
||||
|
||||
const char * const M_OPTIONS_PAGE = "Macros";
|
||||
const char * const M_OPTIONS_TR_PAGE = "Macros";
|
||||
|
||||
Reference in New Issue
Block a user