You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
819 B
15 lines
819 B
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:gui="clr-namespace:ICSharpCode.AvalonEdit.Gui" |
|
> |
|
<ResourceDictionary.MergedDictionaries> |
|
<ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/Gui/TextEditor.xaml" /> |
|
<ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/CompletionList.xaml" /> |
|
<ResourceDictionary Source="/ICSharpCode.AvalonEdit;component/CodeCompletion/InsightWindow.xaml" /> |
|
</ResourceDictionary.MergedDictionaries> |
|
|
|
<Style TargetType="{x:Type gui:LineNumberMargin}"> |
|
<Setter Property="TextBlock.Foreground" Value="Gray"/> |
|
<Setter Property="Control.Cursor" Value="/ICSharpCode.AvalonEdit;component/themes/RightArrow.cur"/> |
|
</Style> |
|
</ResourceDictionary>
|
|
|