Skip to content

Commit fbf5689

Browse files
committed
removed block completion settings
1 parent e39988d commit fbf5689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
MaxNumber="{Binding Path=DataContext.ConcatMaxLinesMaxValue, RelativeSource={RelativeSource Self}}">
131131
132132
</controls:NumberPicker>-->
133+
<!--
133134
<Label Margin="10"
134135
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=BlockCompletion}"
135136
FontWeight="Bold" />
@@ -145,6 +146,7 @@
145146
IsEnabled="{Binding EnableBlockCompletion}"
146147
IsChecked="{Binding CompleteBlockOnTab}"
147148
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=CompleteBlockOnTab}" />
149+
-->
148150
</StackPanel>
149151
</ScrollViewer>
150152
</Grid>

0 commit comments

Comments
 (0)