-
Notifications
You must be signed in to change notification settings - Fork 15
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
Limit group separator to one single character in Prefs dialog #177
Comments
Hey, I want to work on this issue. Any description on how to reproduce the bug? |
You will find
(It gets late here, I hope the hints will guide you in the right direction) |
Hi, I'm a new contributor! And I'm very interested in this issue. Can you assign this issue to me so I can work on it? I'm also reading through the contributing guide and found this in one of the good first issues. I'd like to work on it and give it a go. Many thanks! |
@colinldbd This is your second issue. Have fun working on it! |
@koppor Hi, while trying to reproduce the problem, I noticed there's already some changes made to the preference panel. In your screenshot, there's an keyword seperator input box in the Preference->Group, however, in the latest version of the repo, that keyword separator has already been moved to the Preference->Entry instead of being in Preference->Group. But the documentation for JabRef is still not updated. I'll still be looking into this issue to see whether the original issue still exists, however maybe we should update our documentation for this? I see the problem might still exist, but it's moved here: I'll look into it further. Many thanks! |
Hi, also I opened a new issue for the documentation dismatch. |
Hi, @koppor @matthiasgeiger, I've already created a PR about this problem Limit group separator to one single character in Prefs->Entry Keyword Separator JabRef/jabref#10543 thank you for assigning it to me. |
@colinldbd This is a consequence that all of our work in JabRef is volunteering work. We cannot catch up on everything here. We rely on contributors like you. I think, with JabRef/user-documentation#468 you already went half the way. - You could even take that as change to check out the new docuemtation IDE of JetBrains (https://www.jetbrains.com/writerside/) |
I assume this issue was fixed by JabRef#10543, thereby closing. |
JabRef version 3.7dev
While investigating JabRef#2184 I noticed that the keyword separator is stored as a String in the prefs, but using the accessor method just returns the first character:
(see JabRefPreferences.java)
Prefs dialog for groups should be adjusted that it is only possible to insert a single character as delimiter.
The text was updated successfully, but these errors were encountered: