admin管理员组文章数量:1203564
When i am doing Ctrl+Z it works only withing currently opened tab (file).
If i change file a.java
then switch to file b.java
in another tab and do another change then click Ctrl+Z
only changes in b.java
are undone, but not in a.java
unless i swtich back to that tab.
Is there way to change undo to work globally for entire project and not be limited to currently open tab?
So when i press Ctrl+Z in b.java
it reverts then i press Ctrl+Z again and it switches to a.java
and reverts.
When i am doing Ctrl+Z it works only withing currently opened tab (file).
If i change file a.java
then switch to file b.java
in another tab and do another change then click Ctrl+Z
only changes in b.java
are undone, but not in a.java
unless i swtich back to that tab.
Is there way to change undo to work globally for entire project and not be limited to currently open tab?
So when i press Ctrl+Z in b.java
it reverts then i press Ctrl+Z again and it switches to a.java
and reverts.
1 Answer
Reset to default 0That's by design and cannot be changed as far as I know.
The advantages are that each file has its own undo buffer and the changes can be undone independently of each other. Also, it allows better control over what exactly it is that is undone - if there would only be one global undo buffer the next action that is undone could be anything. The user won't necessarily remember what that action was, potentially undoing something that shouldn't be undone with no chance of finding out where and what action that was. It could be anywhere when there is only one global undo buffer.
本文标签: Android Studio undo action is not working globallyStack Overflow
版权声明:本文标题:Android Studio undo action is not working globally - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738672968a2106101.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论