Skip to content

Commit

Permalink
Merge pull request #791 from gusano/scide/move_matching_token_setting
Browse files Browse the repository at this point in the history
sc ide: settings editor: move insertMatchingTokens setting
  • Loading branch information
timblechmann committed Mar 28, 2013
2 parents c0ea270 + 4261f94 commit e750aec
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions editors/sc-ide/forms/settings_editor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,20 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Completion</string>
</property>
<item>
<widget class="QCheckBox" name="insertMatchingTokens">
<property name="text">
<string>Auto insert matching parentheses, brackets, quotes</string>
</property>
</widget>
</item>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
Expand Down Expand Up @@ -199,13 +213,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="insertMatchingTokens">
<property name="text">
<string>Auto insert matching parentheses, brackets, quotes</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
Expand Down

0 comments on commit e750aec

Please sign in to comment.