src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.ui

branch
eric7
changeset 9924
b41c9a7bcbbb
parent 9209
b99e7fd55fd3
child 10498
6bbe8e2210d7
--- a/src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.ui	Sun Mar 19 16:16:28 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.ui	Mon Mar 20 10:43:29 2023 +0100
@@ -6,14 +6,14 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
-    <height>307</height>
+    <width>500</width>
+    <height>500</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string notr="true"/>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2">
+  <layout class="QVBoxLayout" name="verticalLayout_3">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -48,7 +48,7 @@
      <property name="checkable">
       <bool>true</bool>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_3">
+     <layout class="QVBoxLayout" name="verticalLayout_2">
       <item>
        <widget class="QGroupBox" name="onlineCheckBox">
         <property name="toolTip">
@@ -135,6 +135,20 @@
            </property>
           </widget>
          </item>
+         <item>
+          <widget class="QLabel" name="label_2">
+           <property name="text">
+            <string>Additional 'builtins' Names:</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPlainTextEdit" name="builtinsEdit">
+           <property name="toolTip">
+            <string>Enter additional 'builtins' names separated by whitespace.</string>
+           </property>
+          </widget>
+         </item>
         </layout>
        </widget>
       </item>
@@ -156,6 +170,14 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>automaticSyntaxCheckCheckBox</tabstop>
+  <tabstop>onlineCheckBox</tabstop>
+  <tabstop>onlineTimeoutSpinBox</tabstop>
+  <tabstop>includeCheckBox</tabstop>
+  <tabstop>ignoreStarImportCheckBox</tabstop>
+  <tabstop>builtinsEdit</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>

eric ide

mercurial