鼠标选择太智能——得到的文本超出了我想要的范围

发布于 2024-09-18 06:44:51 字数 203 浏览 1 评论 0原文

我有一个 RichTextBox。当我在文本框中选择单词时,实际选择的文本会跳转到包含我尚未将鼠标移过的其他字符。

当我的文本框中有 XML 时,这尤其令人烦恼。我尝试抓取开始标签,Windows(或 RichTextBox 控件)也会抓取前一个标签的右尖括号标签。

RichTextBox 控件或我的应用程序中是否有可以设置的设置来关闭这种过于智能的行为?

I have a RichTextBox. When I select words in the text box, the text actually selected jumps to include other characters that I have not moved the mouse over.

This is particularly annoying when I have XML in my text box. I try to grab the beginning tag, and Windows (or the RichTextBox control) also grabs the close angle-bracket tag from the previous tag.

Is there a setting on the RichTextBox control or in my application that I can set that will turn off this too-smart behavior?

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

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

发布评论

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

评论(1

汹涌人海 2024-09-25 06:44:55

C# RichTextBox 选择问题中描述的“RichTextBox 选择问题”的解决方案也解决了我的问题。

我认为我提出的问题应该保留以帮助其他人找到正确的解决方案。

谢谢汉斯为我指出解决方案。

The solution to the "RichTextBox Selection problem" described in C# RichTextBox selection problem also solved my issue.

I think the question I asked should remain to help others find the correct solution.

Thanks, Hans for pointing me to the solution.

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