-
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
Right click on label should offer "clear field" #198
Comments
Hi, I'm interested in working on this enhancement. I have a small team of classmates to help me with trying to figure out how to do this for our class. If you have any advice (like relevant files or APIs to look at), we would appreciate it greatly. Thanks! |
Instead of the right click on label -> clear action that @koppor proposes, I would suggest to add a small "clear" button directly in the text box. The controlsfx library already provides such a functionality and it should be easy to change the entry editor fields accordingly. |
So, three weeks later, we have developed a change! Unfortunately, we didn't have the time/knowledge to find how to implement the clearable text fields, but we did create a new class and added an option in the right-click menus for all text fields with an option called "Clear text that replaces all "text" in the text field with nothing (""). We will attempt to submit a pull request shortly. The pull request will come from one of our group members, Weida. |
Fixed with JabRef#3475 |
I want to quickly clear a field while editing. I think, right click on a label and then "clear field" would be a good thing.
The text was updated successfully, but these errors were encountered: