eclipse 将光标从块或矩形更改为线?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15728829/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:39:36  来源:igfitidea点击:

change cursor from block or rectangle to line?

eclipsetext-editor

提问by Time

My cursor is a blinking black rectangle. I don't know how it became that way. I want to turn it back to a blinking vertical line.

我的光标是一个闪烁的黑色矩形。我不知道它是怎么变成这样的。我想把它变回一条闪烁的垂直线。

picture -

图片 -

enter image description here

在此处输入图片说明

回答by ohcibi

You're in replace mode. Press the Insertkey on your keyboard to switch back to insert mode. Many applications that handle text have this in common.

您处于替换模式。按Insert键盘上的键切换回插入模式。许多处理文本的应用程序都有这个共同点。

回答by codingjeremy

If you happen to be using a mac keyboard on linux (ubuntu), Insertis actually fn+return. You can also click on the zero of the number pad to switch between the cursor types.

如果您碰巧在 linux (ubuntu) 上使用 mac 键盘,Insert实际上是fn+return。您还可以单击数字键盘的零以在光标类型之间切换。

Took me a while to figure that out. :-P

我花了一段时间才弄清楚。:-P

回答by user3729220

please Press fn +ins key together

请同时按下 fn +ins 键