如何更改 Squeak 或 Pharo 中的文本光标?

发布于 2024-11-28 12:32:06 字数 46 浏览 0 评论 0原文

我想配置一个不闪烁的盒装文本光标,在 Squeak 或 Pharo 中可以吗?

I would like to configure a boxed text cursor without blinking, it is possible in Squeak or Pharo?

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

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

发布评论

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

评论(3

离线来电— 2024-12-05 12:32:06

是的,光标的形状可以改变。我以前做过这个。

渲染光标的代码位于

NewParagraph>>displaySelectionInLine: line on: aCanvas
(参见下面的代码 SelectionStart = SelectionStop ifTrue: [... )

Yes, the shape of cursor could be changed. I did this before.

The code to render a cursor is located in

NewParagraph>>displaySelectionInLine: line on: aCanvas
(see the code below selectionStart = selectionStop ifTrue: [... )

陪我终i 2024-12-05 12:32:06

Pharo 1.2 及更高版本:“设置浏览器 > 代码浏览器 > 编辑”具有与光标相关的各种首选项:“闪烁文本光标”、“哑铃形文本光标”和“沿着显示线行走”。

此外,您可以通过评估“NewParagraph insertPointColor:红色”来更改光标的颜色,不知道为什么没有设置。

Pharo 1.2 and later: "Settings Browser > Code Browser > Editing" has various preferences related to the cursor: "Blinking text cursor", "Dumbbell-shaped text cursor", and "Walk along displayed line".

Additionally you can change the color of the cursor by evaluating "NewParagraph insertionPointColor: Color red", not sure why there is no setting.

じ违心 2024-12-05 12:32:06

我相信你可以(因为前段时间它没有眨眼),但我不知道怎么哈哈哈。检查#onBlinkCursor 方法以及 TextMorph 类中 bliking 类别中的所有方法。

另外请参阅:http://code.google.com/p/pharo /问题/详细信息?id=1039

I am sure you can (becasue some time ago it was without bliking), but I have no idea how hahaha. Check the methods #onBlinkCursor and all those in the category bliking in the class TextMorph.

In adddition see: http://code.google.com/p/pharo/issues/detail?id=1039

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