-
-
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
Web search preferences "Custom API key" table modifications not discarded #11925
Comments
Hi, I have read through this issue and was wondering if I can be assigned to this issue. I am asking to be assigned due to a university group project. Thank you. |
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! 🚀 |
Hello, I have just resolved this issue and have created a PR (#11977). More details can be referred to the PR above. Thank you. |
Here, it is green. It also compiles on the CI. Could you hover on the import for KeyCode?`What is the error message? Did you follow the steps to enable compilation by IntelliJ? |
That's a bit strange; I confirmed that I followed the steps to enable IntelliJ's compilation. It shows "cannot resolve symbol |
Yeah, I have tried. After clicking 'Rescan Project Indexes' and 'Reopen Project', the problem still exists. But it does not affect me to build or run JabRef normally, which I don't know why. The CI are all passed, too. |
What if you press on the "Refresh" button on Gradle? If these kind of things happen once, they might be happen on other sides. This could be an FAQ, therefore, we ask for possible fixes etc. |
Hi, I just tried to refresh, but it does not worked. |
Your IntelliJ is pretty old. I am on 2024.2.3. Then it might be an issue of that version and we don't need to invest time. In case you are going to contribute more to the project and cannot update to 2024, we could invest time. |
Understood, thank you for your response. I can upgrade IntelliJ IDEA, and this issue does not currently affect my normal operation with JabRef. Cheers :) |
When making changes to the "Custom API key" table in the Web search tab of the preferences, the changes are always saved even when I click Cancel.
Steps to Reproduce:
Expected Behavior:
Clicking Cancel should discard any changes made to the Custom API Key table.
Actual Behavior:
Changes to the Custom API Key table are saved.
The text was updated successfully, but these errors were encountered: