-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not revert when undo #8
Comments
Yes, this is a known missing feature. I was trying to implement this but I have not figure out the best solution yet! Thanks for reporting this feature request! |
Okay, I implemented this feature with few latest commits. Can you upgrade and see if it works? Thanks! |
I upgraded to the last version (
I had to disable this package temporarily till they are fixed |
Can you turn on I did encounter similar issue in early stages of this feature's implementation. Yet now, I think this issue should already be gone. 😕 |
Got these two kinds of errors |
Okay, I push a fix here. Didn't know
Not sure how you get this error. I have require indicators at the start of the package enablement. See Make sure you set |
OK, the errors are gone now. As for the undo revert functionality, there is still an issue. The marks disappear only if I undo all the way back to the first change in the whole file. It they should be disappear as soon as undoing first change in a line (not in the while file). |
Hmm.. I think that's the design? Do you have a reference so I can play around (any editors)? I am using Visual Studio IDE to see the changes, and it only disappears when the file has undo to the root of the node. |
Oh, OK, I only use Emacs, and I know you are making it similar to the one used in Visual Studio IDE, but I think the original design is not quite perfect, it it will be much better to make marks disappear per line, I don't know how difficult the implementation is/will be/(cost in performance), but maybe there can be a root per line? For know it's useful but always seek for perfection |
Do you mean a sequence of undo changes? I am using
Any suggestions are welcome! As long I understand your needs! 👍 |
I am going to close this issue for now since this is implemented! :) Feel free to open up another issue for enhancement or suggestions! 👍 |
When starting editing a line (or some lines), that line is highlighted as intended, but if I undo the changes, highlighting still there, even if I undo to the starting point and there is nothing to save in the file.
It will be nice if the highlighting disappear for undone changes.
The text was updated successfully, but these errors were encountered: