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.
2 parents 9d8ccc2 + 04acb7c commit c6cede0Copy full SHA for c6cede0
RetailCoder.VBE/UI/Controls/BindableTextEditor.cs
@@ -24,7 +24,8 @@ public BindableTextEditor()
24
TextArea.TextView.LinkTextUnderline = false;
25
TextArea.TextView.LinkTextForegroundBrush = new SolidColorBrush(Colors.Green);
26
Options.RequireControlModifierForHyperlinkClick = false;
27
- Options.EnableHyperlinks = true;
+ //This needs some work if hyperlinks need to open in an external browser.
28
+ Options.EnableHyperlinks = false;
29
Options.EnableEmailHyperlinks = true;
30
}
31
RetailCoder.VBE/UI/Settings/IndenterSettings.xaml
@@ -296,7 +296,7 @@
296
</StackPanel>
297
</Expander>
298
<Expander Grid.Row="4"
299
- IsExpanded="False"
+ IsExpanded="True"
300
Background="#FFFFFFFF"
301
BorderBrush="#FFA9A9A9"
302
Margin="0,0,0,3">
0 commit comments