Skip to content
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

Improve full text search for several files #4855

Merged

Conversation

r0light
Copy link
Contributor

@r0light r0light commented Apr 5, 2019

Solution proposal for #4854

In FindFullTextAction, Task is now used instead of BackgroundTask to be able to show a progress dialog which shows the progress for searching files online.

lookupDialog

Furthermore, the functionality for downloading a file in LinkedFileViewModel is split into download and prepareDownloadTask to be able to define a custom onSucess-action for the background task. This is used in FindFullTextAction to add the downloaded file to the entry instead of the URL.

The functionality provided by LinkedFileViewModel.dowload remains as it is, so it does not affect the download of a single file via the EntryEditor.


  • Change in CHANGELOG.md described
  • Tests created for changes
  • Manually tested changed features in running JabRef
  • Screenshots added in PR description (for bigger UI changes)
  • Ensured that the git commit message is a good one
  • Check documentation status (Issue created for outdated help page at help.jabref.org?)

Copy link
Member

@Siedlerchr Siedlerchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codewise lgtm

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Apr 5, 2019
@Siedlerchr Siedlerchr merged commit 3ed02ee into JabRef:master Apr 18, 2019
Siedlerchr added a commit that referenced this pull request Apr 20, 2019
* upstream/master:
  Fix Some Codacy Code Convention Issues (#4904)
  Bump ridl from 6.2.2 to 6.2.3 (#4903)
  Bump juh from 6.2.2 to 6.2.3 (#4902)
  Bump jurt from 6.2.2 to 6.2.3 (#4901)
  Bump unoil from 6.2.2 to 6.2.3 (#4900)
  Bump richtextfx from 0.9.3 to 0.10.0 (#4899)
  Store column widths as integer (#4896)
  Improve full text search for several files (#4855)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants