mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
a7742c4244
commit
b965125939
3 changed files with 7 additions and 2 deletions
|
|
@ -589,7 +589,7 @@ object frmEditor: TfrmEditor
|
|||
Width = 13
|
||||
MouseActions = <>
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
MarkupInfo.Foreground = clBtnText
|
||||
DigitCount = 2
|
||||
ShowOnlyLineNumbersMultiplesOf = 1
|
||||
ZeroStart = False
|
||||
|
|
|
|||
|
|
@ -535,7 +535,7 @@ inherited frmOptionsEditorColors: TfrmOptionsEditorColors
|
|||
Width = 19
|
||||
MouseActions = <>
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
MarkupInfo.Foreground = clBtnText
|
||||
DigitCount = 2
|
||||
ShowOnlyLineNumbersMultiplesOf = 1
|
||||
ZeroStart = False
|
||||
|
|
|
|||
|
|
@ -2808,6 +2808,11 @@ begin
|
|||
MarkupInfo.Background:= clWindow;
|
||||
MarkupInfo.Foreground:= clGrayText;
|
||||
end;
|
||||
with SynEdit.Gutter.LineNumberPart() do
|
||||
begin
|
||||
MarkupInfo.Background:= clBtnFace;
|
||||
MarkupInfo.Foreground:= clBtnText;
|
||||
end;
|
||||
SynEdit.Options:= gEditorSynEditOptions;
|
||||
SynEdit.TabWidth := gEditorSynEditTabWidth;
|
||||
SynEdit.RightEdge := gEditorSynEditRightEdge;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue