We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39988d commit fbf5689Copy full SHA for fbf5689
Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml
@@ -130,6 +130,7 @@
130
MaxNumber="{Binding Path=DataContext.ConcatMaxLinesMaxValue, RelativeSource={RelativeSource Self}}">
131
132
</controls:NumberPicker>-->
133
+ <!--
134
<Label Margin="10"
135
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=BlockCompletion}"
136
FontWeight="Bold" />
@@ -145,6 +146,7 @@
145
146
IsEnabled="{Binding EnableBlockCompletion}"
147
IsChecked="{Binding CompleteBlockOnTab}"
148
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=CompleteBlockOnTab}" />
149
+ -->
150
</StackPanel>
151
</ScrollViewer>
152
</Grid>
0 commit comments