Changeset 12555
- Timestamp:
- Aug 8, 2009, 4:35:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r12548 r12555 394 394 ;; TODO: figure out if updating the cache matters, and if not, use hi:move-to-absolute-position. 395 395 (let* ((hi::*current-buffer* (buffer-cache-buffer cache))) 396 (hi::move-to-absolute-position mark abspos)397 #+rme-deletion396 ;;(hi::move-to-absolute-position mark abspos) 397 ;;#+rme-deletion 398 398 (multiple-value-bind (line idx) (update-line-cache-for-index cache abspos) 399 399 #+debug … … 541 541 (defun textstorage-note-insertion-at-position (self pos n) 542 542 (ns:with-ns-range (r pos 0) 543 (#/edited:range:changeInLength: self #$NSTextStorageEdited Attributes r n)543 (#/edited:range:changeInLength: self #$NSTextStorageEditedCharacters r n) 544 544 (setf (ns:ns-range-length r) n) 545 (#/edited:range:changeInLength: self #$NSTextStorageEdited Characters r 0)))545 (#/edited:range:changeInLength: self #$NSTextStorageEditedAttributes r 0))) 546 546 547 547
Note: See TracChangeset
for help on using the changeset viewer.