-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
undo keyboard shortcut Ctrl-Z disfunction #9737
Comments
thanks for reporting, I encountered this recently as well |
Hello! |
You will have to touch nearly the complete code base and introduce the command pattern there. Will take > 100 hours to complete. Much thinking involved: How does proper undo/redo management look like? How is the state of the art in Java in 2023? In Swing/AWT times, it was easy with the "UndoManager", which we also use. However, JabRef did not strictly implement it in all places, because we thought, in JavaFX we need to do it differently. You are also welcome to try to fix the concrete issue (not solving the underlying issue), but better some step forward than nothing. |
Control-Z work in JabRef 5.9 ; |
I believe I can start addressing the concrete problem by working on the org.jabref.gui.maintable.MainTable class. What do you think? |
@brunaoo You have to look into the EditAction. Probably remove or check the default case
|
ok! |
|
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
almalinux
Checked with the latest development build
Steps to reproduce the behaviour
I have the same result on windows and os-x
JabRef 5.10--2023-04-05--643319b
Linux 5.14.0-162.22.2.el9_1.x86_64 amd64
Java 19.0.2
JavaFX 20+19
Appendix
Detail information:
The text was updated successfully, but these errors were encountered: