英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论