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 31be1b5 commit 9077636Copy full SHA for 9077636
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
0 commit comments