-
-
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
Global Search: Clicking an entry in the search window should lead to a selection in the corresponding library #9362
Comments
Hi |
As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
Hi there. |
Hi, can I be assigned to this issue? I would like to work on it for a university project. |
@KunalBainsla are you still on it? |
We started working on it and managed to fix 2 of the sub-issues. We will open a (draft) pull request soon. |
Since some issues are independent, you can create branch per issue and submit a PR for each of that branch. This enables faster reviewing and getting the fixes into JabRef's main code. |
Not all PRs are mreged yet, thus I keep it open. |
Oops, was marked as "fixes" in the other pr. Sry. |
Item 2 and 3 not solved yet. Therefore, reopened. |
Part 2 is fixed. Part 3 not yet |
I believe you need to inject the frame as a librarytabcontainer the search dialog and use some sort of a select entry method in the librarytab class. |
Another idea would to be to set the selectedEntries in the statemanager as we only have the database contextes in the SearchResultsTableDataModel |
Sorry to bother, I've been working on this for the past week. I've read the documentation on Javafx MVVM pattern and I think I have a high level understanding of the UI. I'm struggling to understand using the stateManager and the structure of selections. In GlobalSearchResultDialog.java I've tried using the setSelectedEntries method of the stateManager in a few different ways with no success. |
Issues left:
Debatable: If the columns such as status or relevant should NOT be shown, because one could theoretically change the value of them in the search window...Originally posted by @Siedlerchr in #8054 (comment)
The text was updated successfully, but these errors were encountered: