allow undo in repl, change defn-text undo to infinite
svn: r3179
This commit is contained in:
parent
09d6dd95cf
commit
3052f6ad9e
|
@ -1545,7 +1545,10 @@ TODO
|
|||
|
||||
(super-new)
|
||||
(auto-wrap #t)
|
||||
(set-styles-sticky #f)))
|
||||
(set-styles-sticky #f)
|
||||
|
||||
(inherit set-max-undo-history)
|
||||
(set-max-undo-history 'forever)))
|
||||
|
||||
(define input-delta (make-object style-delta%))
|
||||
(send input-delta set-delta-foreground (make-object color% 0 150 0))
|
||||
|
|
|
@ -567,7 +567,7 @@ module browser threading seems wrong.
|
|||
(super-new)
|
||||
|
||||
(inherit set-max-undo-history)
|
||||
(set-max-undo-history 5000))))
|
||||
(set-max-undo-history 'forever))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user