开发者

Eclipse keeps moving my cursor while I type

开发者 https://www.devze.com 2023-03-08 06:08 出处:网络
So I\'m using RSA (which is eclipse based), anyway, when I type, if I pause for a second, it will highlight any error, which moves the cursor so if I start typing again it will overwrite what\'s highl

So I'm using RSA (which is eclipse based), anyway, when I type, if I pause for a second, it will highlight any error, which moves the cursor so if I start typing again it will overwrite what's highlighted. 开发者_开发问答It just started doing this recently. For instance, if I type this line:

private static final String APP_ID = "

And pause before typing the rest (1235";), eclipse will highlight the text "APP_ID", so once I start typing again it will overwrite that text unless I manually move the cursor back to the end of the line.

Is there a setting to stop this?

0

精彩评论

暂无评论...
验证码 换一张
取 消