Warning, /kdevelop/kdevelop/kdevplatform/shell/settings/languagepreferences.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>LanguagePreferences</class>
0004  <widget class="QWidget" name="LanguagePreferences">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>599</width>
0010     <height>709</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="groupBox">
0028      <property name="title">
0029       <string comment="@title:group">Code Completion</string>
0030      </property>
0031      <layout class="QFormLayout" name="formLayout_2">
0032       <item row="0" column="0">
0033        <widget class="QLabel" name="label_6">
0034         <property name="toolTip">
0035          <string comment="@info:tooltip">If disabled, the code completion widget will never show automatically.</string>
0036         </property>
0037         <property name="text">
0038          <string comment="@label">Enable automatic invocation:</string>
0039         </property>
0040         <property name="buddy">
0041          <cstring>kcfg_automaticInvocation</cstring>
0042         </property>
0043        </widget>
0044       </item>
0045       <item row="0" column="1">
0046        <widget class="QCheckBox" name="kcfg_automaticInvocation">
0047         <property name="toolTip">
0048          <string comment="@info:tooltip">If disabled, the code completion widget will never show automatically.</string>
0049         </property>
0050         <property name="text">
0051          <string/>
0052         </property>
0053        </widget>
0054       </item>
0055       <item row="1" column="0">
0056        <widget class="QLabel" name="label_7">
0057         <property name="toolTip">
0058          <string comment="@info:tooltip">Choose whether to display additional information for the currently selected codecompletion item.</string>
0059         </property>
0060         <property name="text">
0061          <string comment="@label">Additional information for current item:</string>
0062         </property>
0063         <property name="buddy">
0064          <cstring>kcfg_showMultiLineSelectionInformation</cstring>
0065         </property>
0066        </widget>
0067       </item>
0068       <item row="1" column="1">
0069        <widget class="QCheckBox" name="kcfg_showMultiLineSelectionInformation">
0070         <property name="toolTip">
0071          <string comment="info:tooltip">Choose whether to display additional information for the currently selected code completion item.</string>
0072         </property>
0073         <property name="text">
0074          <string/>
0075         </property>
0076        </widget>
0077       </item>
0078       <item row="3" column="0">
0079        <widget class="QLabel" name="label">
0080         <property name="toolTip">
0081          <string>&lt;p&gt;The code completion UI has a minimal mode and a detailed mode.&lt;br&gt;Choose in what cases full code completion will be displayed.&lt;/p&gt;</string>
0082         </property>
0083         <property name="text">
0084          <string comment="@label">Detailed completion:</string>
0085         </property>
0086         <property name="buddy">
0087          <cstring>kcfg_completionDetail</cstring>
0088         </property>
0089        </widget>
0090       </item>
0091       <item row="3" column="1">
0092        <widget class="QComboBox" name="kcfg_completionDetail">
0093         <property name="toolTip">
0094          <string>&lt;p&gt;The code completion UI has a minimal mode and a detailed mode.&lt;br&gt;Choose in what cases full code completion will be displayed.&lt;/p&gt;</string>
0095         </property>
0096         <property name="currentIndex">
0097          <number>1</number>
0098         </property>
0099         <item>
0100          <property name="text">
0101           <string comment="@item:inlistbox">Never</string>
0102          </property>
0103         </item>
0104         <item>
0105          <property name="text">
0106           <string comment="@item:inlistbox">When Invoked Manually</string>
0107          </property>
0108         </item>
0109         <item>
0110          <property name="text">
0111           <string comment="@item:inlistbox">Always</string>
0112          </property>
0113         </item>
0114        </widget>
0115       </item>
0116      </layout>
0117     </widget>
0118    </item>
0119    <item>
0120     <widget class="QGroupBox" name="groupBox_2">
0121      <property name="title">
0122       <string comment="@title:group">Semantic Code Highlighting</string>
0123      </property>
0124      <layout class="QFormLayout" name="formLayout">
0125       <property name="fieldGrowthPolicy">
0126        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0127       </property>
0128       <item row="1" column="0">
0129        <widget class="QLabel" name="localColorizationLabel">
0130         <property name="toolTip">
0131          <string>&lt;p&gt;This setting decides about the intensity of colors for local variables, for example function arguments, variables and the like.&lt;/p&gt;</string>
0132         </property>
0133         <property name="text">
0134          <string comment="@label:slider">Local colorization intensity:</string>
0135         </property>
0136         <property name="buddy">
0137          <cstring>kcfg_localColorization</cstring>
0138         </property>
0139        </widget>
0140       </item>
0141       <item row="1" column="1">
0142        <widget class="QSlider" name="kcfg_localColorization">
0143         <property name="toolTip">
0144          <string>&lt;p&gt;This setting decides about the intensity of colors for local variables, for example function arguments, variables and the like.&lt;/p&gt;</string>
0145         </property>
0146         <property name="maximum">
0147          <number>255</number>
0148         </property>
0149         <property name="singleStep">
0150          <number>3</number>
0151         </property>
0152         <property name="pageStep">
0153          <number>25</number>
0154         </property>
0155         <property name="value">
0156          <number>170</number>
0157         </property>
0158         <property name="orientation">
0159          <enum>Qt::Horizontal</enum>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="2" column="1">
0164        <widget class="QComboBox" name="kcfg_globalColorSource">
0165         <property name="toolTip">
0166          <string>&lt;p&gt;By default, the global colors for types, functions, namespaces and so forth are auto-generated and will adapt to the selected editor theme based on the global colorization intensity. If you want to have full control over the colors, you can instead use the editor theme as color source. You can then fine tune the colors in the settings under Editor &amp;gt; Color Themes &amp;gt; Highlighting Text Styles &amp;gt; KDevelop/Semantic Colors.&lt;/p&gt;</string>
0167         </property>
0168         <item>
0169          <property name="text">
0170           <string>Auto-Generated</string>
0171          </property>
0172         </item>
0173         <item>
0174          <property name="text">
0175           <string>From Editor Theme</string>
0176          </property>
0177         </item>
0178        </widget>
0179       </item>
0180       <item row="2" column="0">
0181        <widget class="QLabel" name="label_9">
0182         <property name="toolTip">
0183          <string>&lt;p&gt;By default, the global colors for types, functions, namespaces and so forth are auto-generated and will adapt to the selected editor theme based on the global colorization intensity. If you want to have full control over the colors, you can instead use the editor theme as color source. You can then fine tune the colors in the settings under Editor &amp;gt; Color Themes &amp;gt; Highlighting Text Styles &amp;gt; KDevelop/Semantic Colors.&lt;/p&gt;</string>
0184         </property>
0185         <property name="text">
0186          <string>Global colors:</string>
0187         </property>
0188         <property name="buddy">
0189          <cstring>kcfg_globalColorSource</cstring>
0190         </property>
0191        </widget>
0192       </item>
0193       <item row="3" column="1">
0194        <widget class="QSlider" name="kcfg_globalColorization">
0195         <property name="toolTip">
0196          <string>&lt;p&gt;This settings lets you change the intensity of globally accessible types, for example classes, methods, functions etc.&lt;/p&gt;</string>
0197         </property>
0198         <property name="maximum">
0199          <number>255</number>
0200         </property>
0201         <property name="singleStep">
0202          <number>3</number>
0203         </property>
0204         <property name="pageStep">
0205          <number>25</number>
0206         </property>
0207         <property name="value">
0208          <number>255</number>
0209         </property>
0210         <property name="orientation">
0211          <enum>Qt::Horizontal</enum>
0212         </property>
0213        </widget>
0214       </item>
0215       <item row="3" column="0">
0216        <widget class="QLabel" name="globalColorizationLabel">
0217         <property name="toolTip">
0218          <string>&lt;p&gt;This settings lets you change the intensity of globally accessible types, for example classes, methods, functions etc.&lt;/p&gt;</string>
0219         </property>
0220         <property name="text">
0221          <string comment="@label:slider">Global colorization intensity:</string>
0222         </property>
0223         <property name="buddy">
0224          <cstring>kcfg_globalColorization</cstring>
0225         </property>
0226        </widget>
0227       </item>
0228       <item row="4" column="0">
0229        <widget class="QLabel" name="label_4">
0230         <property name="toolTip">
0231          <string>&lt;p&gt;Highlight semantic problems, such as non-existent or inaccessible declarations.&lt;/p&gt;</string>
0232         </property>
0233         <property name="text">
0234          <string comment="@label">Highlight semantic problems:</string>
0235         </property>
0236         <property name="buddy">
0237          <cstring>kcfg_highlightSemanticProblems</cstring>
0238         </property>
0239        </widget>
0240       </item>
0241       <item row="4" column="1">
0242        <widget class="QCheckBox" name="kcfg_highlightSemanticProblems">
0243         <property name="toolTip">
0244          <string>&lt;p&gt;Highlight semantic problems, such as non-existent or inaccessible declarations.&lt;/p&gt;</string>
0245         </property>
0246         <property name="text">
0247          <string/>
0248         </property>
0249        </widget>
0250       </item>
0251       <item row="5" column="0">
0252        <widget class="QLabel" name="label_5">
0253         <property name="toolTip">
0254          <string>&lt;p&gt;When enabled, lines with errors will get additionally highlighted and their positions get marked in the scrollbar.&lt;/p&gt;</string>
0255         </property>
0256         <property name="text">
0257          <string comment="@label">Highlight problematic lines:</string>
0258         </property>
0259         <property name="buddy">
0260          <cstring>kcfg_highlightProblematicLines</cstring>
0261         </property>
0262        </widget>
0263       </item>
0264       <item row="5" column="1">
0265        <widget class="QCheckBox" name="kcfg_highlightProblematicLines">
0266         <property name="toolTip">
0267          <string>&lt;p&gt;When enabled, lines with errors will get additionally highlighted and their positions get marked in the scrollbar.&lt;/p&gt;</string>
0268         </property>
0269         <property name="text">
0270          <string/>
0271         </property>
0272        </widget>
0273       </item>
0274       <item row="6" column="0">
0275        <widget class="QLabel" name="boldDeclarationsLabel">
0276         <property name="toolTip">
0277          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use bold font for declarations such as classes, functions, local variables, etc.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0278         </property>
0279         <property name="text">
0280          <string comment="@label">Bold font for declarations:</string>
0281         </property>
0282         <property name="buddy">
0283          <cstring>kcfg_boldDeclarations</cstring>
0284         </property>
0285        </widget>
0286       </item>
0287       <item row="6" column="1">
0288        <widget class="QCheckBox" name="kcfg_boldDeclarations"/>
0289       </item>
0290       <item row="7" column="0">
0291        <widget class="QLabel" name="label_8">
0292         <property name="text">
0293          <string comment="@label:listbox">Problems shown as inline notes:</string>
0294         </property>
0295         <property name="buddy">
0296          <cstring>kcfg_problemInlineNotesLevel</cstring>
0297         </property>
0298        </widget>
0299       </item>
0300       <item row="7" column="1">
0301        <widget class="QComboBox" name="kcfg_problemInlineNotesLevel">
0302         <item>
0303          <property name="text">
0304           <string comment="@item:inlistbox inline problems shown">None</string>
0305          </property>
0306         </item>
0307         <item>
0308          <property name="text">
0309           <string comment="@item:inlistbox inline problems shown">Errors</string>
0310          </property>
0311         </item>
0312         <item>
0313          <property name="text">
0314           <string comment="@item:inlistbox inline problems shown">Warnings and Errors</string>
0315          </property>
0316         </item>
0317         <item>
0318          <property name="text">
0319           <string comment="@item:inlistbox inline problems shown">Hints, Warnings and Errors</string>
0320          </property>
0321         </item>
0322        </widget>
0323       </item>
0324       <item row="8" column="0">
0325        <widget class="QLabel" name="label_3">
0326         <property name="toolTip">
0327          <string comment="@info:tooltip">Space-separated list of words that make a comment represent a TODO item</string>
0328         </property>
0329         <property name="text">
0330          <string comment="@label:textbox">TODO marker words:</string>
0331         </property>
0332         <property name="buddy">
0333          <cstring>kcfg_todoMarkerWords</cstring>
0334         </property>
0335        </widget>
0336       </item>
0337       <item row="8" column="1">
0338        <widget class="QLineEdit" name="kcfg_todoMarkerWords">
0339         <property name="toolTip">
0340          <string comment="@info:tooltip">Space-separated list of words that make a comment represent a TODO item.</string>
0341         </property>
0342         <property name="placeholderText">
0343          <string/>
0344         </property>
0345        </widget>
0346       </item>
0347      </layout>
0348      <zorder>kcfg_problemInlineNotesLevel</zorder>
0349      <zorder>kcfg_localColorization</zorder>
0350      <zorder>label_4</zorder>
0351      <zorder>kcfg_highlightSemanticProblems</zorder>
0352      <zorder>label_5</zorder>
0353      <zorder>kcfg_highlightProblematicLines</zorder>
0354      <zorder>label_3</zorder>
0355      <zorder>kcfg_todoMarkerWords</zorder>
0356      <zorder>kcfg_globalColorization</zorder>
0357      <zorder>globalColorizationLabel</zorder>
0358      <zorder>localColorizationLabel</zorder>
0359      <zorder>boldDeclarationsLabel</zorder>
0360      <zorder>kcfg_boldDeclarations</zorder>
0361      <zorder>label_8</zorder>
0362      <zorder>kcfg_globalColorSource</zorder>
0363      <zorder>label_9</zorder>
0364     </widget>
0365    </item>
0366    <item>
0367     <widget class="QGroupBox" name="groupBox_3">
0368      <property name="title">
0369       <string comment="@title:group">Project Parsing</string>
0370      </property>
0371      <layout class="QFormLayout" name="formLayout_3">
0372       <property name="fieldGrowthPolicy">
0373        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0374       </property>
0375       <item row="0" column="0">
0376        <widget class="QLabel" name="label_2">
0377         <property name="toolTip">
0378          <string>&lt;p&gt;When a project contains more files than this number, the project will be
0379 parsed in simplified mode, increasing the efficiency by gathering less information. Global code navigation and quickopen capabilities will be reduced.&lt;/p&gt;</string>
0380         </property>
0381         <property name="text">
0382          <string comment="@label:spinbox">Minimum project size for simplified parsing:</string>
0383         </property>
0384         <property name="buddy">
0385          <cstring>kcfg_minFilesForSimplifiedParsing</cstring>
0386         </property>
0387        </widget>
0388       </item>
0389       <item row="0" column="1">
0390        <widget class="KPluralHandlingSpinBox" name="kcfg_minFilesForSimplifiedParsing">
0391         <property name="sizeIncrement">
0392          <size>
0393           <width>0</width>
0394           <height>0</height>
0395          </size>
0396         </property>
0397         <property name="toolTip">
0398          <string>&lt;p&gt;When a project contains more files than this number, the project will be
0399 parsed in simplified mode, increasing the efficiency by gathering less information. Global code navigation and quickopen capabilities will be reduced.&lt;/p&gt;</string>
0400         </property>
0401         <property name="maximum">
0402          <number>99999999</number>
0403         </property>
0404         <property name="singleStep">
0405          <number>1000</number>
0406         </property>
0407        </widget>
0408       </item>
0409      </layout>
0410     </widget>
0411    </item>
0412    <item>
0413     <widget class="QGroupBox" name="groupBox_4">
0414      <property name="title">
0415       <string comment="@title:group">Storage and Memory Use</string>
0416      </property>
0417      <layout class="QFormLayout" name="formLayout_4">
0418       <item row="0" column="0">
0419        <widget class="QLabel" name="label_precompiledPreambleStorage">
0420         <property name="text">
0421          <string comment="@label">Store precompiled preambles in:</string>
0422         </property>
0423         <property name="buddy">
0424          <cstring>kcfg_precompiledPreambleStorage</cstring>
0425         </property>
0426        </widget>
0427       </item>
0428       <item row="0" column="1">
0429        <widget class="QComboBox" name="kcfg_precompiledPreambleStorage">
0430         <property name="toolTip">
0431          <string>&lt;p&gt;Precompiled preambles remain in the temporary directory after KDevelop crashes and are deleted only when the same session is started again.&lt;br&gt;
0432 When the preambles are stored in memory, they are guaranteed to disappear on exit even if KDevelop crashes.&lt;br&gt;
0433 Choosing the Session Temporary Directory storage makes sense on systems where RAM is limited and the temporary directory does not use tmpfs, because the preamble files can occupy gigabytes of space.&lt;br&gt;
0434 Changing this option takes effect after restarting KDevelop.&lt;br&gt;
0435 This option has effect only if KDevelop has been built against Clang version 17 or later.
0436 &lt;/p&gt;</string>
0437         </property>
0438         <item>
0439          <property name="text">
0440           <string comment="@item:inlistbox">Memory</string>
0441          </property>
0442         </item>
0443         <item>
0444          <property name="text">
0445           <string comment="@item:inlistbox">Session Temporary Directory</string>
0446          </property>
0447         </item>
0448        </widget>
0449       </item>
0450      </layout>
0451     </widget>
0452    </item>
0453    <item>
0454     <spacer>
0455      <property name="orientation">
0456       <enum>Qt::Vertical</enum>
0457      </property>
0458      <property name="sizeHint" stdset="0">
0459       <size>
0460        <width>20</width>
0461        <height>40</height>
0462       </size>
0463      </property>
0464     </spacer>
0465    </item>
0466   </layout>
0467  </widget>
0468  <customwidgets>
0469   <customwidget>
0470    <class>KPluralHandlingSpinBox</class>
0471    <extends>QSpinBox</extends>
0472    <header>kpluralhandlingspinbox.h</header>
0473   </customwidget>
0474  </customwidgets>
0475  <tabstops>
0476   <tabstop>kcfg_automaticInvocation</tabstop>
0477   <tabstop>kcfg_showMultiLineSelectionInformation</tabstop>
0478   <tabstop>kcfg_completionDetail</tabstop>
0479   <tabstop>kcfg_localColorization</tabstop>
0480   <tabstop>kcfg_globalColorSource</tabstop>
0481   <tabstop>kcfg_globalColorization</tabstop>
0482   <tabstop>kcfg_highlightSemanticProblems</tabstop>
0483   <tabstop>kcfg_highlightProblematicLines</tabstop>
0484   <tabstop>kcfg_boldDeclarations</tabstop>
0485   <tabstop>kcfg_problemInlineNotesLevel</tabstop>
0486   <tabstop>kcfg_todoMarkerWords</tabstop>
0487   <tabstop>kcfg_minFilesForSimplifiedParsing</tabstop>
0488  </tabstops>
0489  <resources/>
0490  <connections/>
0491 </ui>