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 制作一个 Haskell 编辑器,支持一些应用程序内的文本输出会很有用。更好的是支持一些文本输入。
Xcode 在它的控制台中完成所有这些,看起来它可能是一个 NSTextView,但不确定是否有人以前做过所有这些。