NSTextStorage文档根据文档提及了editedMask
:
Returns the kinds of edits pending for the receiver
但是,我似乎无法在任何地方(无论是在文档中还是在NSTextStorage
api中找到任何位标志。有谁知道我在哪里可以找到这个掩码的细节?(我也搜索过) stackoverflow虽然我发现引用掩码使用的问题,但我仍然找不到位定义。)
答案 0 :(得分:1)
我认为它是NSTextStorageEditedOptions
枚举值NSTextStorageEditedAttributes
和/或NSTextStorageEditedCharacters
的值掩码。