Skip to content

Commit f7fb6bd

Browse files
authored
Merge pull request #5172 from rubberduck-vba/ac-defaultsettings-patch
Update Settings.settings
2 parents d55420f + d5afa94 commit f7fb6bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rubberduck.Core/Properties/Settings.settings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176
</Setting>
177177
<Setting Name="AutoCompleteSettings" Type="Rubberduck.Settings.AutoCompleteSettings" Scope="Application">
178178
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
179-
&lt;AutoCompleteSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" IsEnabled="false"&gt;
180-
&lt;SmartConcat IsEnabled="false"&gt;
179+
&lt;AutoCompleteSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" IsEnabled="true"&gt;
180+
&lt;SmartConcat IsEnabled="true"&gt;
181181
&lt;ConcatVbNewLineModifier&gt;None&lt;/ConcatVbNewLineModifier&gt;
182182
&lt;ConcatMaxLines&gt;25&lt;/ConcatMaxLines&gt;
183183
&lt;/SmartConcat&gt;
184-
&lt;SelfClosingPairs IsEnabled="false" /&gt;
184+
&lt;SelfClosingPairs IsEnabled="true" /&gt;
185185
&lt;BlockCompletion IsEnabled="false" CompleteOnEnter="false" CompleteOnTab="false" /&gt;
186186
&lt;/AutoCompleteSettings&gt;</Value>
187187
</Setting>
@@ -214,4 +214,4 @@
214214
&lt;/ToDoGridViewColumnInfo&gt;</Value>
215215
</Setting>
216216
</Settings>
217-
</SettingsFile>
217+
</SettingsFile>

0 commit comments

Comments
 (0)