improved white on black setup a little more
svn: r1788 original commit: 6d8ddc10fefad1318287472d7131fb44fd91844b
This commit is contained in:
parent
53d7c80139
commit
9f0d6ddf3f
|
@ -363,6 +363,10 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
(define foreground-color-mixin
|
(define foreground-color-mixin
|
||||||
(mixin (basic<%> editor:standard-style-list<%>) (foreground-color<%>)
|
(mixin (basic<%> editor:standard-style-list<%>) (foreground-color<%>)
|
||||||
(inherit begin-edit-sequence end-edit-sequence change-style get-style-list)
|
(inherit begin-edit-sequence end-edit-sequence change-style get-style-list)
|
||||||
|
|
||||||
|
(define/override (default-style-name)
|
||||||
|
(editor:get-default-color-style-name))
|
||||||
|
|
||||||
(define/override (get-fixed-style)
|
(define/override (get-fixed-style)
|
||||||
(send (editor:get-standard-style-list)
|
(send (editor:get-standard-style-list)
|
||||||
find-named-style
|
find-named-style
|
||||||
|
|
Loading…
Reference in New Issue
Block a user