|
17 | 17 | <iconset> |
18 | 18 | <normaloff> |
19 | 19 | :/icons/gui.png</normaloff> |
20 | | - :/icons/gui.png |
| 20 | + :/icons/gui.png |
21 | 21 | </iconset> |
22 | 22 | </property> |
23 | 23 | <property name="dockNestingEnabled"> |
|
54 | 54 | <x>0</x> |
55 | 55 | <y>0</y> |
56 | 56 | <width>900</width> |
57 | | - <height>32</height> |
| 57 | + <height>31</height> |
58 | 58 | </rect> |
59 | 59 | </property> |
60 | 60 | <widget class="QMenu" name="menuFile"> |
|
130 | 130 | <string>&Options</string> |
131 | 131 | </property> |
132 | 132 | <addaction name="actionEditorShowLineNumbers"/> |
133 | | - <addaction name="actionEditorEnableHighlight"/> |
134 | | - <addaction name="actionEditorEnableFocusChange"/> |
| 133 | + <addaction name="actionEditorHighlightPC"/> |
| 134 | + <addaction name="actionEditorFollowPC"/> |
135 | 135 | </widget> |
136 | 136 | <addaction name="menuFile"/> |
137 | 137 | <addaction name="menuMachine"/> |
|
148 | 148 | <bool>false</bool> |
149 | 149 | </property> |
150 | 150 | <property name="allowedAreas"> |
151 | | - <set>Qt::TopToolBarArea</set> |
| 151 | + <set>Qt::ToolBarArea::TopToolBarArea</set> |
152 | 152 | </property> |
153 | 153 | <attribute name="toolBarArea"> |
154 | 154 | <enum>TopToolBarArea</enum> |
|
632 | 632 | <string>Show line number in the code editor.</string> |
633 | 633 | </property> |
634 | 634 | </action> |
635 | | - <action name="actionEditorEnableHighlight"> |
| 635 | + <action name="actionEditorHighlightPC"> |
636 | 636 | <property name="checkable"> |
637 | 637 | <bool>true</bool> |
638 | 638 | </property> |
639 | 639 | <property name="checked"> |
640 | 640 | <bool>true</bool> |
641 | 641 | </property> |
642 | 642 | <property name="text"> |
643 | | - <string>Enable &Highlighting</string> |
| 643 | + <string>&Highlight Curent Instruction</string> |
644 | 644 | </property> |
645 | 645 | <property name="toolTip"> |
646 | | - <string>Highlight currently executed instruction in internal editor.</string> |
| 646 | + <string>Highlight currently the currently executed instruction in the internal editor.</string> |
647 | 647 | </property> |
648 | 648 | </action> |
649 | | - <action name="actionEditorEnableFocusChange"> |
| 649 | + <action name="actionEditorFollowPC"> |
650 | 650 | <property name="checkable"> |
651 | 651 | <bool>true</bool> |
652 | 652 | </property> |
653 | 653 | <property name="checked"> |
654 | 654 | <bool>true</bool> |
655 | 655 | </property> |
656 | 656 | <property name="text"> |
657 | | - <string>Enable &Focus Change</string> |
| 657 | + <string>&Follow Current Instruction</string> |
658 | 658 | </property> |
659 | 659 | <property name="toolTip"> |
660 | | - <string>Focus on currently executed instruction in internal editor.</string> |
| 660 | + <string>Always focus the currently executed instruction in the internal editor.</string> |
661 | 661 | </property> |
662 | 662 | </action> |
663 | 663 | </widget> |
|
0 commit comments