标题翻译
How to fix weird Android Studio editor mode?
问题
我在安卓编辑器中尝试了一下,并注意到以下情况:
如果我粘贴了5行代码,并且在我想要粘贴的位置下面有2行代码,它会覆盖下面的所有内容,不会为粘贴的代码创建新的行。那么我该如何阻止这种不需要的行为?
英文翻译
I played around with the android editor and noticed following:
If I paste code with 5 lines, and 2 lines below where I want to paste it, it overrides everything below and does not create new lines for the pasted code. So how can I stop this unwanted behaviour?
答案1
得分: 0
只需尝试重置 Studio 设置。
转到计算机上的此位置 C:\Users\[Username]
在此位置,您会注意到一个名为 .AndroidStudio
的目录
将其删除。
现在您的 Android Studio 已完全重置。
英文翻译
Simply try resetting Studio Settings.
Go to this location in your pc C:\Users\[Username]
In this location, you have noticed a directory called .AndroidStudio
Delete it.
Now your android studio is totally reset.
专注分享java语言的经验与见解,让所有开发者获益!
评论