NSTextView 中的链接
我想让 NSTextView 中的链接默认不带下划线,但是当鼠标放在它上面时,会显示下划线。有什么办法可以实现这个目标吗?
I want to make links in NSTextView default not underlined, but when the mouse is over it, the underline shows. Any way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 10.3 开始,NSTextView 有 -setLinkTextAttributes:。我不确定这是否会影响您提到的鼠标悬停。
As of 10.3, NSTextView has -setLinkTextAttributes:. I'm not sure if this affects mouse over as you mentioned.