Closed subhramit closed 1 month ago
Some hints:
activeLibraryTab
.Hi, can ı work on this issue ?
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.
@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?
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.
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 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.
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. I can solve with this issue.
The buttons should be disabled if no library is opened that is probably the issue here
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
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 https://github.com/JabRef/jabref/issues/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: https://github.com/JabRef/jabref/blob/8412e651b671a427c828924ce5698eb4c32f269d/src/main/java/org/jabref/gui/undo/RedoAction.java#L24-L28
Refs. https://github.com/JabRef/jabref/pull/11758#discussion_r1759739748