-
-
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
Remove listeners in RedoAction
for memory efficiency
#11809
Comments
Some hints:
|
RediAction
for memory efficiency
RediAction
for memory efficiencyRedoAction
for memory efficiency
Hi, can ı work on this issue ? |
Sure. |
Welcome to the vibrant world of open-source development with JabRef! Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 |
@subhramit when assigning somebody, you also have to manually change the issue from "free to take" to "reserved" in the project. I tried to automate this, but GitHub Projects isn't capable of doing so, the last time I checked. |
Hey, I tried to change it, but I think only maintainers can do that. |
Hello @subhramit, while I solve this isue I noticed this error: Can we solve this problem with an if statement that checks for null in the RedoAction.excecute method? |
Did this error exist before? (if yes, then could you elaborate the steps to reproduce it?) Else, if this was triggered after your changes, submit a PR so that we can review and make suggestions. |
yes this exist before, not beacufe of my changed. If you want you are try on your local. |
Yes, please write down the steps to reproduce the exception. It is also okay if you want to open another issue regarding it for more visibility, and then solve both the issues together. |
When I run jabref, the redo and undo buttons become active. When you press them directly without doing anything, this error occurs. |
The buttons should be disabled if no library is opened that is probably the issue here |
Yes but there are not disabled. If you want,You can open an issue about this error |
Do you refer to #463? Does this issue need to be reopened? If yes, please refine the issue. Make a screenshot and point out which actions should be disabled. |
Context: PR #11758
Based on the TODO comment:
jabref/src/main/java/org/jabref/gui/undo/RedoAction.java
Lines 24 to 28 in 8412e65
Refs. #11758 (comment)
The text was updated successfully, but these errors were encountered: