diff options
author | mae <qt-info@nokia.com> | 2009-12-01 18:08:02 +0100 |
---|---|---|
committer | mae <qt-info@nokia.com> | 2009-12-01 18:08:47 +0100 |
commit | dc713d0684da686a07538c34933de6adb06b497a (patch) | |
tree | 2e75f921c8e9e4e03ed43431887e526a7b3de18b /src/plugins/texteditor/displaysettingspage.ui | |
parent | 491527ab0605d15be389712df9ebcd650bdb6186 (diff) | |
download | qt-creator-dc713d0684da686a07538c34933de6adb06b497a.tar.gz |
added "auto-fold first comment"-option to the editor
Convenient when you don't want to see all the big license headers.
Diffstat (limited to 'src/plugins/texteditor/displaysettingspage.ui')
-rw-r--r-- | src/plugins/texteditor/displaysettingspage.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/plugins/texteditor/displaysettingspage.ui b/src/plugins/texteditor/displaysettingspage.ui index 8bb8ab1352..8a81700291 100644 --- a/src/plugins/texteditor/displaysettingspage.ui +++ b/src/plugins/texteditor/displaysettingspage.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>448</width> + <width>450</width> <height>330</height> </rect> </property> @@ -61,7 +61,7 @@ <item row="2" column="0"> <widget class="QCheckBox" name="markTextChanges"> <property name="text"> - <string>Mark text changes</string> + <string>Mark &text changes</string> </property> </widget> </item> @@ -78,7 +78,14 @@ <item row="2" column="1"> <widget class="QCheckBox" name="animateMatchingParentheses"> <property name="text"> - <string>Animate matching parentheses</string> + <string>&Animate matching parentheses</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QCheckBox" name="autoFoldFirstComment"> + <property name="text"> + <string>Auto-fold first &comment</string> </property> </widget> </item> |