在 NSTextView 中设置整行的背景颜色

发布于 2024-12-11 04:29:44 字数 369 浏览 0 评论 0原文

假设我的 NSTextView 包含以下文本:

部分的标题文本

这是本节的一些文字。几乎任何东西都可能在这里。

因此,我可以轻松设置文本“部分的标题文本”的背景颜色,如下所示:

Current

但颜色在文本末尾结束,我希望它延伸到行尾,如下所示:

Desired

What我希望是这样这可以在没有子类化的情况下完成,但我预计子类化是必要的。

Let's say that my NSTextView contains the following text:

Header Text For Section

This is some text for this section. Just about anything could be here.

So, I can easily set the background color of the text 'Header Text For Section' as shown here:

Current

but the color ends at the end of the text and I would like it to extend to the end of the line as shown here:

Desired

What I am hoping is that this can be done without subclassing, but I expect subclassing will be necessary.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伊面 2024-12-18 04:29:44

尝试扩展颜色属性(样式运行)以在行尾包含换行符。

Try extending the color attribute (style run) to include the linefeed character at the end of the line.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文