mirror of https://gitlab.com/basile.b/dexed.git
Revert "removed someehing just started"
This reverts commit 68cd2759bf
.
This commit is contained in:
parent
68cd2759bf
commit
4660545447
|
@ -338,6 +338,9 @@ begin
|
||||||
Gutter.SeparatorPart.MarkupInfo.Foreground := clGray;
|
Gutter.SeparatorPart.MarkupInfo.Foreground := clGray;
|
||||||
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
|
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
|
||||||
BracketMatchColor.Foreground:=clRed;
|
BracketMatchColor.Foreground:=clRed;
|
||||||
|
//
|
||||||
|
self.BookMarkOptions.GlyphsVisible:= true;
|
||||||
|
self.BookMarkOptions.BookmarkImages;
|
||||||
//
|
//
|
||||||
MouseLinkColor.Style:= [fsUnderline];
|
MouseLinkColor.Style:= [fsUnderline];
|
||||||
with MouseActions.Add do begin
|
with MouseActions.Add do begin
|
||||||
|
|
Loading…
Reference in New Issue