Skip to content

Commit

Permalink
Merge branch 'next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Mar 11, 2017
2 parents ad03ec7 + c6cede0 commit 4a36e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RetailCoder.VBE/UI/Controls/BindableTextEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public BindableTextEditor()
TextArea.TextView.LinkTextUnderline = false;
TextArea.TextView.LinkTextForegroundBrush = new SolidColorBrush(Colors.Green);
Options.RequireControlModifierForHyperlinkClick = false;
Options.EnableHyperlinks = true;
//This needs some work if hyperlinks need to open in an external browser.
Options.EnableHyperlinks = false;
Options.EnableEmailHyperlinks = true;
}

Expand Down
2 changes: 1 addition & 1 deletion RetailCoder.VBE/UI/Settings/IndenterSettings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</StackPanel>
</Expander>
<Expander Grid.Row="4"
IsExpanded="False"
IsExpanded="True"
Background="#FFFFFFFF"
BorderBrush="#FFA9A9A9"
Margin="0,0,0,3">
Expand Down

0 comments on commit 4a36e12

Please sign in to comment.