-
-
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
Added button to crossref entry editor field to select parent entry #1563
Conversation
Well, now it is more like the actual feature request. The reverse linking is not obvious how to implement graphically and relates to JabRef#14 as well. |
@@ -474,4 +474,55 @@ public void mouseClicked(MouseEvent e) { | |||
return Optional.of(gender); | |||
|
|||
} | |||
|
|||
/** | |||
* Return a button which sets the owner if the field for fields with EXTRA_SET_OWNER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the comment is wrong here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept the button name and didn't understand the lambda thing. Other than that, the comments are honored. |
@oscargus Forget about the lambda thing. I oversaw that it contains more than one method 😕 |
Based on the idea in #1338 a button is added in the crossref entry editor field to select the parent entry in the main table. It is not exactly the same thing as suggested in #1338 though.