allow undo in repl, change defn-text undo to infinite

svn: r3179
This commit is contained in:
Matthew Flatt 2006-06-02 13:16:32 +00:00
parent 09d6dd95cf
commit 3052f6ad9e
2 changed files with 5 additions and 2 deletions

View File

@ -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))

View File

@ -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))))