如何使用NSTextStorage存储NSTextView的信息?
发布于 2011-06-18 17:22:11
显然,每个NSTextView都已经有了自己的NSTextStorage。只需使用textStorage方法获取NSTextView的textStorage
发布于 2011-03-25 06:39:06
请参见Cocoa Text Architecture Guide中的Assembling the Text System by Hand。
https://stackoverflow.com/questions/4705223
复制相似问题