-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge editor is always dirty #151040
Comments
This is dirty, as conflict-markers are removed automatically. You can undo that. |
The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our issue reporting guidelines. Happy Coding! |
Actually still happening, I just had saved the the file without markers at some point Potentially also mentioned in: #151033 (comment) The main thing I run into is that because the editor is dirty, closing it triggers a modal that asks me to save the file. I often am just peeking at the conflicts so don't want to save anything yet |
👍 , same feelings. Instead of removing the merge markers, maybe we can hide them in some clever way so that they are not in the way when accepting one of the changes. |
…flicts * auto save -> only inform about not resolved all conflicts yet * manual save -> inform but also enable to discard related to #151040 (comment)
With #153341 we are improving that a little bit when auto-save: off - you'll see an option to discard changes (don't save). Tho, for auto-save: on it isn't better, there is a discussion to disable auto-save for "under merge" models |
…flicts (#153341) * auto save -> only inform about not resolved all conflicts yet * manual save -> inform but also enable to discard related to #151040 (comment)
See #152841 (comment) - there will be an option to discard merge changes, basically restoring the initial state with the merge markers. Closing this issue as mostly duplicated by #152841 |
Testing #150389
Bug
For me, the merge editor tab is always dirty
From the test plan item description, I believe it should only become dirty when you edit the result
The text was updated successfully, but these errors were encountered: