diff -r 9251c4dc4f7a -r 90a9aefd4253 eric6/Preferences/ConfigurationPages/PythonPage.ui --- a/eric6/Preferences/ConfigurationPages/PythonPage.ui Sat Sep 19 19:04:21 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/PythonPage.ui Sun Sep 20 18:32:28 2020 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>482</width> - <height>608</height> + <width>648</width> + <height>779</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> @@ -118,7 +118,7 @@ <item> <widget class="QLabel" name="label_6"> <property name="text"> - <string>Please configure the Python environments on the 'Python2 Debugger' page and the 'Python3 Debugger' page.</string> + <string>Please configure the Python environments on the 'Python3 Debugger' page.</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -192,6 +192,142 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_5"> + <property name="title"> + <string>AST Viewer</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Error Messages:</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="astErrorItemButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the color for error messages</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>392</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_6"> + <property name="title"> + <string>Disassembly Viewer</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Error Messages:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QPushButton" name="disErrorItemButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the color for error messages</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="0" column="2"> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>369</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Current Instruction:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="disCurrentInstructionButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the color for the current instruction</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Labeled Instruction:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QPushButton" name="disLabeledInstructionButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the color for labeled instructions</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -212,6 +348,10 @@ <tabstop>py3ExtensionsEdit</tabstop> <tabstop>py3EnvironmentEdit</tabstop> <tabstop>refreshButton</tabstop> + <tabstop>astErrorItemButton</tabstop> + <tabstop>disErrorItemButton</tabstop> + <tabstop>disCurrentInstructionButton</tabstop> + <tabstop>disLabeledInstructionButton</tabstop> </tabstops> <resources/> <connections/>