change shortcuts
This commit is contained in:
parent
c19ca5e362
commit
996dbc7055
|
@ -5185,6 +5185,7 @@ void MainWindow::onEditorContextMenu(const QPoint& pos)
|
||||||
menu.addAction(ui->actionAdd_Watch);
|
menu.addAction(ui->actionAdd_Watch);
|
||||||
menu.addAction(ui->actionAdd_Watchpoint);
|
menu.addAction(ui->actionAdd_Watchpoint);
|
||||||
menu.addAction(ui->actionToggle_Breakpoint);
|
menu.addAction(ui->actionToggle_Breakpoint);
|
||||||
|
menu.addAction(ui->actionBreakpoint_property);
|
||||||
menu.addAction(ui->actionClear_all_breakpoints);
|
menu.addAction(ui->actionClear_all_breakpoints);
|
||||||
menu.addSeparator();
|
menu.addSeparator();
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>936</width>
|
<width>1935</width>
|
||||||
<height>619</height>
|
<height>619</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
@ -2542,7 +2542,7 @@
|
||||||
<string>Goto Declaration</string>
|
<string>Goto Declaration</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+G</string>
|
<string>Ctrl+J</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionGoto_Definition">
|
<action name="actionGoto_Definition">
|
||||||
|
@ -2550,7 +2550,7 @@
|
||||||
<string>Goto Definition</string>
|
<string>Goto Definition</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+G</string>
|
<string>Ctrl+Shift+J</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionFind_references">
|
<action name="actionFind_references">
|
||||||
|
@ -3016,6 +3016,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Go to Line...</string>
|
<string>Go to Line...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+G</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionNew_Template">
|
<action name="actionNew_Template">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -3066,6 +3069,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Toggle Readonly</string>
|
<string>Toggle Readonly</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Shift+R</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSubmit_Issues">
|
<action name="actionSubmit_Issues">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in New Issue