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.
有谁知道 Cocoa 是否有类似于 Scintilla 的代码编辑组件?
或者至少具有以下功能:语法着色、缩进(、大括号匹配、空格显示、换行)?
您可能会看看smultron(现已不复存在)。如果我没记错的话,它对如何在 NSTextView 中实现语法高亮给出了一个不错的概述。