--- a/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui Thu Oct 01 17:34:48 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui Thu Oct 01 17:39:16 2020 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>142</height> + <height>145</height> </rect> </property> <property name="windowTitle"> @@ -20,7 +20,7 @@ <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> - <string>Language:</string> + <string>Lexer Language:</string> </property> </widget> </item> @@ -32,16 +32,33 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Select the lexer language to override</string> + </property> </widget> </item> <item row="1" column="0"> + <widget class="QLabel" name="pygmentsLabel"> + <property name="text"> + <string>Alternative Lexer:</string> + </property> + </widget> + </item> + <item row="1" column="1" colspan="2"> + <widget class="QComboBox" name="pygmentsLexerCombo"> + <property name="toolTip"> + <string>Select the alternative lexer to override</string> + </property> + </widget> + </item> + <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Tab Width:</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="QSpinBox" name="tabWidthSpinBox"> <property name="toolTip"> <string>Enter the tab width</string> @@ -57,7 +74,7 @@ </property> </widget> </item> - <item row="1" column="2"> + <item row="2" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -70,14 +87,14 @@ </property> </spacer> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="TextLabel13_2_3"> <property name="text"> <string>Indentation width:</string> </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QSpinBox" name="indentWidthSpinBox"> <property name="toolTip"> <string>Enter the indentation width</string> @@ -93,7 +110,7 @@ </property> </widget> </item> - <item row="2" column="2"> + <item row="3" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -106,7 +123,7 @@ </property> </spacer> </item> - <item row="3" column="0" colspan="3"> + <item row="4" column="0" colspan="3"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -120,6 +137,7 @@ </widget> <tabstops> <tabstop>languageComboBox</tabstop> + <tabstop>pygmentsLexerCombo</tabstop> <tabstop>tabWidthSpinBox</tabstop> <tabstop>indentWidthSpinBox</tabstop> </tabstops>