Changeset 12570 for trunk/source/cocoa-ide/cocoa-editor.lisp
- Timestamp:
- Aug 11, 2009, 11:15:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r12565 r12570 2571 2571 (lisp-string-from-nsstring 2572 2572 (#/displayName doc)) 2573 :modes '("Lisp" "Editor"))))) 2573 :modes '("Lisp" "Editor")))) 2574 ;; Cocotron's UndoManager causes CPU usage to peg at 90+% 2575 #+cocotron (#/setHasUndoManager: doc nil)) 2574 2576 (with-slots (encoding) doc 2575 2577 (setq encoding (or (get-default-encoding) #$NSISOLatin1StringEncoding)))
Note: See TracChangeset
for help on using the changeset viewer.