Changeset 14660
- Timestamp:
- Feb 28, 2011, 3:33:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r14560 r14660 594 594 (#/replaceCharactersInRange:withString: 595 595 mirror replacerange replacestring)) 596 #+cocotron 597 (#/updateChangeCount: document #$NSChangeDone) 596 598 (when (and undo-mgr (not (#/isUndoing undo-mgr))) 597 599 (#/replaceCharactersAtPosition:length:withString: … … 621 623 range (- n)) 622 624 (#/deleteCharactersInRange: mirror range) 625 #+cocotron 626 (#/updateChangeCount: document #$NSChangeDone) 623 627 (when (and undo-mgr (not (#/isUndoing undo-mgr))) 624 628 (#/replaceCharactersAtPosition:length:withString: … … 645 649 (#/edited:range:changeInLength: self (logior #$NSTextStorageEditedCharacters 646 650 #$NSTextStorageEditedAttributes) range 0) 651 #+cocotron 652 (#/updateChangeCount: document #$NSChangeDone) 647 653 (when (and undo-mgr (not (#/isUndoing undo-mgr))) 648 654 (#/replaceCharactersAtPosition:length:withString:
Note:
See TracChangeset
for help on using the changeset viewer.
