Changeset 12916
- Timestamp:
- Oct 6, 2009, 8:09:52 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r12877 r12916 2576 2576 (lisp-string-from-nsstring 2577 2577 (#/displayName doc)) 2578 :modes '("Lisp" "Editor")))) 2579 ;; Cocotron's NSUndoManager implementation causes CPU usage to peg at 90+% 2580 ;; Remove this when Cocotron issue #273 is fixed 2581 ;; (http://code.google.com/p/cocotron/issues/detail?id=273) 2582 #+cocotron (#/setHasUndoManager: doc nil)) 2578 :modes '("Lisp" "Editor"))))) 2583 2579 (with-slots (encoding) doc 2584 2580 (setq encoding (or (get-default-encoding) #$NSISOLatin1StringEncoding)))
Note:
See TracChangeset
for help on using the changeset viewer.
