Changeset 14535


Ignore:
Timestamp:
Dec 30, 2010, 1:14:32 PM (14 years ago)
Author:
R. Matthew Emerson
Message:

Enable #/selectionRangeForProposedRange:granularity for Cocotron.

The comment mentions a possible FFI issue involving returning small
structs, but I don't seem to be encountering it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/cocoa-ide/cocoa-editor.lisp

    r14492 r14535  
    14981498(defmethod text-view-string-cache ((self hemlock-textstorage-text-view))
    14991499  (hemlock-buffer-string-cache (#/hemlockString (#/textStorage self))))
    1500 
    1501 #-cocotron                             ; for now, small struct return FFI issue
    15021500
    15031501(objc:defmethod (#/selectionRangeForProposedRange:granularity: :ns-range)
Note: See TracChangeset for help on using the changeset viewer.