Changeset 12758
- Timestamp:
- Sep 4, 2009, 10:22:55 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
r12698 r12758 1339 1339 (package-name (hi::variable-value 'hemlock::current-package :buffer buffer)) 1340 1340 (pathname (hi::buffer-pathname buffer)) 1341 (ranges (#/selectedRanges self)) 1341 ;; Cocotron issue 380: NSTextView doesn't implement #/selectedRanges and 1342 ;; #/setSelectedRanges: methods. 1343 #-cocotron (ranges (#/selectedRanges self)) 1344 #+cocotron (ranges (#/arrayWithObject: ns:ns-array 1345 (#/valueWithRange: ns:ns-value 1346 (#/selectedRange self)))) 1342 1347 (text (#/string self))) 1343 1348 (dotimes (i (#/count ranges))
Note:
See TracChangeset
for help on using the changeset viewer.
