|
|
|
@ -288,7 +288,7 @@ namespace ICSharpCode.TextEditor |
|
|
|
HighlightColor caretLine = textArea.Document.HighlightingStrategy.GetColorFor("CaretMarker"); |
|
|
|
HighlightColor caretLine = textArea.Document.HighlightingStrategy.GetColorFor("CaretMarker"); |
|
|
|
return BrushRegistry.GetBrush(caretLine.Color); |
|
|
|
return BrushRegistry.GetBrush(caretLine.Color); |
|
|
|
} |
|
|
|
} |
|
|
|
HighlightBackground background = (HighlightBackground)textArea.Document.HighlightingStrategy.GetColorFor("DefaultBackground"); |
|
|
|
HighlightBackground background = (HighlightBackground)textArea.Document.HighlightingStrategy.GetColorFor("Default"); |
|
|
|
Color bgColor = background.BackgroundColor; |
|
|
|
Color bgColor = background.BackgroundColor; |
|
|
|
if (textArea.MotherTextAreaControl.TextEditorProperties.UseCustomLine == true) |
|
|
|
if (textArea.MotherTextAreaControl.TextEditorProperties.UseCustomLine == true) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|