Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我想为 NSTextView 中的文本提供书签。我应该使用RTF 书签吗?如果是这样,以后如何确定他们的位置?
有哪些选项可以解决这个问题?
请参阅属性字符串编程指南和文本属性编程指南。您可以为给定范围设置标准或自定义属性属性字符串(NSTextView 使用)。您还可以使用NSTextAttachment来显示某种可见的“锚点”。选择“书签”时,将属性运行或附件的范围滚动到可见。
真的,就“风格”而言,天空才是极限。这仅取决于您要尝试做什么以及想要多少功能。