Preferences/ConfigurationPages/EditorAutocompletionPage.ui

changeset 5886
ba6d27371e25
parent 4271
480434472ac1
child 5890
22ec89341f5e
--- a/Preferences/ConfigurationPages/EditorAutocompletionPage.ui	Wed Sep 27 18:00:37 2017 +0200
+++ b/Preferences/ConfigurationPages/EditorAutocompletionPage.ui	Mon Oct 02 14:24:58 2017 +0200
@@ -10,7 +10,7 @@
     <height>398</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2">
+  <layout class="QVBoxLayout" name="verticalLayout">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -74,6 +74,16 @@
        </widget>
       </item>
       <item row="1" column="0" colspan="2">
+       <widget class="QCheckBox" name="acReversedCheckBox">
+        <property name="toolTip">
+         <string>Select to show the list of completions in reversed order</string>
+        </property>
+        <property name="text">
+         <string>Show completions reversed</string>
+        </property>
+       </widget>
+      </item>
+      <item row="2" column="0" colspan="2">
        <layout class="QHBoxLayout" name="_2">
         <item>
          <widget class="QLabel" name="textLabel1_2">
@@ -119,27 +129,54 @@
         </item>
        </layout>
       </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
-    <widget class="QGroupBox" name="groupBox_2">
-     <property name="title">
-      <string>Plug-In Behavior</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
-      <item>
-       <widget class="QCheckBox" name="acScintillaCheckBox">
-        <property name="toolTip">
-         <string>Select to show QScintilla provided completions, if the selected plug-ins fail</string>
-        </property>
-        <property name="whatsThis">
-         <string>Qscintilla provided completions are shown, if this option is enabled and completions shall be provided by plug-ins (see completions sub-page of the plug-in) and the plugin-ins don't deliver any completions.</string>
-        </property>
-        <property name="text">
-         <string>Show QScintilla completions, if plug-ins fail</string>
-        </property>
-       </widget>
+      <item row="3" column="0" colspan="2">
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QLabel" name="label">
+          <property name="text">
+           <string>Time to wait until completion:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QSpinBox" name="acTimeoutSpinBox">
+          <property name="toolTip">
+           <string>Enter the time in milliseconds after which a list with completion proposals shall be shown</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="correctionMode">
+           <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
+          </property>
+          <property name="suffix">
+           <string> ms</string>
+          </property>
+          <property name="minimum">
+           <number>0</number>
+          </property>
+          <property name="maximum">
+           <number>999</number>
+          </property>
+          <property name="singleStep">
+           <number>10</number>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
       </item>
      </layout>
     </widget>
@@ -163,8 +200,9 @@
   <tabstop>acEnabledCheckBox</tabstop>
   <tabstop>acCaseSensitivityCheckBox</tabstop>
   <tabstop>acReplaceWordCheckBox</tabstop>
+  <tabstop>acReversedCheckBox</tabstop>
   <tabstop>acThresholdSlider</tabstop>
-  <tabstop>acScintillaCheckBox</tabstop>
+  <tabstop>acTimeoutSpinBox</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial