removed special non-breaking space handling in drscheme windows
svn: r5812
This commit is contained in:
parent
08d3f85fb9
commit
8bd72e512d
|
@ -1728,7 +1728,6 @@ TODO
|
||||||
(text:info-mixin
|
(text:info-mixin
|
||||||
(editor:info-mixin
|
(editor:info-mixin
|
||||||
(text:searching-mixin
|
(text:searching-mixin
|
||||||
(text:nbsp->space-mixin
|
|
||||||
(mode:host-text-mixin
|
(mode:host-text-mixin
|
||||||
(text:foreground-color-mixin
|
(text:foreground-color-mixin
|
||||||
text:clever-file-format%))))))))))))))
|
text:clever-file-format%)))))))))))))
|
||||||
|
|
|
@ -377,9 +377,8 @@ module browser threading seems wrong.
|
||||||
(drscheme:rep:drs-bindings-keymap-mixin
|
(drscheme:rep:drs-bindings-keymap-mixin
|
||||||
(mode:host-text-mixin
|
(mode:host-text-mixin
|
||||||
(text:delegate-mixin
|
(text:delegate-mixin
|
||||||
(text:nbsp->space-mixin
|
|
||||||
(text:foreground-color-mixin
|
(text:foreground-color-mixin
|
||||||
text:info%)))))))))])
|
text:info%))))))))])
|
||||||
(class* definitions-super% (definitions-text<%>)
|
(class* definitions-super% (definitions-text<%>)
|
||||||
(inherit get-top-level-window)
|
(inherit get-top-level-window)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user