forked from qt-creator/qt-creator
context-based hiding/showing of debug menu entries
the previous implementation relied on poking around with setVisible of the menu actions. Now, command attribute CA_Hide is used instead for the necessary entries. Reviewed-by: hjk
This commit is contained in:
@@ -47,9 +47,10 @@ const char * const STEPOUT = "Debugger.StepOut";
|
||||
const char * const NEXT = "Debugger.NextLine";
|
||||
const char * const REVERSE = "Debugger.ReverseDirection";
|
||||
|
||||
const char * const M_DEBUG_LANGUAGES = "Debugger.Menu.View.Languages";
|
||||
const char * const M_DEBUG_LANGUAGES = "Debugger.Menu.View.Languages";
|
||||
const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
|
||||
|
||||
const char * const C_BASEDEBUGGER = "BaseDebugger";
|
||||
const char * const C_GDBDEBUGGER = "Gdb Debugger";
|
||||
const char * const GDBRUNNING = "Gdb.Running";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user