cocoa - Where can I find some documentation on NSTextStorage editedMask? -
the nstextstorage documentation mentions editedmask according docs:
returns kinds of edits pending receiver however, cannot seem find bit flags mask anywhere (either in docs or in nstextstorage api. know can find details of mask? (i have search stackoverflow , while find questions referencing use of mask, still cannot find bit definition).
i believe it's bitmask of values nstextstorageeditedoptions enum: nstextstorageeditedattributes and/or nstextstorageeditedcharacters.
Comments
Post a Comment