forked from qt-creator/qt-creator
Added tooltips to editor settings and tweaked layout
Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.
(cherry picked from commit ad5bdf6969)
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Completion Settings</string>
|
||||
<string>Code Completion</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="caseSensitive">
|
||||
<property name="toolTip">
|
||||
<string>Do a case-sensitive match for completion items.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Case-sensitive completion</string>
|
||||
</property>
|
||||
@@ -32,6 +35,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="autoInsertBraces">
|
||||
<property name="toolTip">
|
||||
<string>Automatically insert (, ) and ; when appropriate.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Automatically insert braces</string>
|
||||
</property>
|
||||
@@ -42,6 +48,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="partiallyComplete">
|
||||
<property name="toolTip">
|
||||
<string>Insert the common prefix of available completion items.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Autocomplete common &prefix</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user