Replies: 3 comments
-
Thanks for bringing this up. I wrote a bug report this with reproduction steps. https://github.com/zed-industries/community/issues/2061, for the scrolling issue that you described. |
Beta Was this translation helpful? Give feedback.
-
Thank you Max. From a UI perspective, two solutions come to mind to solve this.
Both of these solutions would handle the case where changes were made in a pane that was later closed. They would also both avoid non-visible pane tabs popping into focus unexpectedly just to show undos/redos. Considering that with all the navigation features it's pretty easy to return to where you were; #2 might be best since it's most familiar. |
Beta Was this translation helpful? Give feedback.
-
I wanted to share a very stressful situation. I just lost an entire file of code because I right clicked on another file name. For some reason the editor selects 2 files (the one I was editing and the one I selected), and this behavior doesn't make sense, if I wanted to select 2 files I would have simply pressed shift or cmd and then clicked on the files. I ended up losing an empty file that I wanted and what I was editing. I'm sorry, but this should be a basic function of an IDE. |
Beta Was this translation helpful? Give feedback.
-
When I undo/redo, sometimes (I don't know why) the buffers don't jump to the line to show me what was undid or redone.
Weirdly, if I have the same file open in different buffers, it seems like they each will jump differently when I undo/redo. Perhaps they will jump if that is the buffer that that particular change was performed in?
Undo/redo should always be shown somehow; to perform changes without displaying them, is unnerving.
Likely related to this, the menubar options Edit > Undo, and Edit > Redo are sometimes grayed-out (indicating that there is nothing to undo/redo), but in fact, when you use the key commands, undos/redos are performed.
Has anyone else encountered these oddities with undo/redo?
Beta Was this translation helpful? Give feedback.
All reactions