forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement better search issue#341 #9
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fixed odd behaviour where dropdown reapppears when repeatedly clicking search bar - Removed detachable attrubute (for now?) - Corrected Checkstyle - Added test method to author button (dont allow attributes without search terms)
- Fixed odd behaviour where dropdown reapppears when repeatedly clicking search bar - Removed detachable attrubute (for now?) - Corrected Checkstyle - Buttons dont allow adding attributes when prior ones are empty
* Update LibraryPropertiesDialogViewModel.java * Update JabRefPreferences.java * Update SaveOrderConfig.java * Update LibraryPropertiesDialogViewModel.java * Update JabRefPreferences.java * Update SaveOrderConfig.java
* Add Javadoc to Entrycomparator#compare (and merge - in code to one place) * Refine duplicate checker - Compare remaining fields if requried and optional do not differ - Ignore CRLF at field comparison * When loading a .bib file, it is opened read only * Fix checkstyle
* Remove "% Encoding: UTF8" * Introduce BibWriter * Fixes for the results of the block functionality * The written `.bib` file keeps the newline separator of the loaded `.bib` file * Fix checkstyle * Fix architecture test --> BibDatabase uses Sytem directly * NEWLINE does not need to be altered anymore * Fix obosolte language key * Fix checkstyle * Increase LOOKAHEAD
* step0 : start model/openoffice, logic/openoffice/style * correction: import order * add general utilities * add UNO utilities, move CreationException, NoDocumentException * Xlint:unchecked model/openoffice/util * add ootext * add rangesort * add compareStartsUnsafe, compareStartsThenEndsUnsafe * add Tuple3 * add ootext * add rangesort * delNamesArray size correction * rangeSort update * cleanup * style additions * add backend * add frontend * add actions * checkstyle on tests * add missing message * add backend * add frontend * add actions * apply oobranch-[DEFG]-update.patch * not using RangeSet * use StringUtil.isNullOrEmpty * no natural sort for ComparableMark * in response to review JabRef#7788 (review) - more use of StringUtil.isNullOrEmpty - private final XTextRangeCompare cmp; - List<V> partition = partitions.computeIfAbsent(partitionKey, _key -> new ArrayList<>()); - visualSort does not throw WrappedTargetException, NoDocumentException - set renamed to comparableMarks * use {@code }, PMD suggestions * update logic/style from improve-reversibility-rebased-03 * update model/style from improve-reversibility-rebased-03 * replaced single-character names in OOBibStyle.java (in changed part) * some longer names in OOBibStyleGetCitationMarker.java * drop normalizePageInfos, use 'preferred' and 'fallback' in getAuthorLastSeparatorInTextWithFallBack * checkstyle * use putIfAbsent * use "{}" with LOGGER * use Objects.hash and Objects.equals in CitationLookupResult * simplified CitedKey.getBibEntry * more use of "{}" in LOGGER * more use of "{}" in LOGGER * more use of "{}" in LOGGER * Citation.lookup: use streams * Citation.lookup: Optional::get before findFirst * putIfAbsent returns null for new entry * What is 52 in Backend52 * apply 2021-08-20-a/oobranch-E-update.patch Brings oobranch-E up to 89b0968 @ origin/improve-reversibility-rebased-03 Merge remote-tracking branch 'upstream/main' into improve-reversibility-rebased-03 * sync to improve-reversibility-rebased-03 cb13256 commit cb13256 (HEAD -> improve-reversibility-rebased-03, origin/improve-reversibility-rebased-03) Author: Antal K <antalk2@gmail.com> Date: Fri Aug 20 11:39:39 2021 +0200 align dots * longer name * follow some PMD suggestions * apply suggested changes
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Christoph <siedlerkiller@gmail.com>
Improved buttons
* New translations JabRef_en.properties (French) * New translations JabRef_en.properties (Russian) * New translations JabRef_en.properties (Persian) * New translations JabRef_en.properties (Indonesian) * New translations JabRef_en.properties (Portuguese, Brazilian) * New translations JabRef_en.properties (Vietnamese) * New translations JabRef_en.properties (Chinese Traditional) * New translations JabRef_en.properties (Chinese Simplified) * New translations JabRef_en.properties (Turkish) * New translations JabRef_en.properties (Swedish) * New translations JabRef_en.properties (Portuguese) * New translations JabRef_en.properties (Spanish) * New translations JabRef_en.properties (Polish) * New translations JabRef_en.properties (Norwegian) * New translations JabRef_en.properties (Dutch) * New translations JabRef_en.properties (Korean) * New translations JabRef_en.properties (Japanese) * New translations JabRef_en.properties (Italian) * New translations JabRef_en.properties (Greek) * New translations JabRef_en.properties (German) * New translations JabRef_en.properties (Danish) * New translations JabRef_en.properties (Tagalog)
…into ChipView_prototype
Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](TNG/ArchUnit@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: com.tngtech.archunit:archunit-junit5-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [antlr4](https://github.com/antlr/antlr4) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](antlr/antlr4@4.9.2...4.9.3) --- updated-dependencies: - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.0...byte-buddy-1.12.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps commons-cli from 1.4 to 1.5.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.10 to 0.9.11. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.10...v0.9.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Squashed 'buildres/csl/csl-styles/' changes from 3a6a0a7..0654e16 0654e16 Create scandinavian-journal-of-information-systems.csl (JabRef#5716) ce2d537 Update journal-of-computer-applications-in-archaeology.csl (JabRef#5715) 755d3d3 Create human-rights-law-review.csl (JabRef#5626) 0feda94 Create journal-of-intercultural-studies.csl (JabRef#5709) ae4756d Update acta-universitatis-agriculturae-sueciae.csl (JabRef#5713) 323d9ac Update mohr-siebeck-recht.csl (JabRef#5559) 15530a8 Bch corr (JabRef#5712) 094a1af Create forschungsjournal-soziale-bewegungen-fjsb.csl (JabRef#5699) cb91566 initialize authors and editors (JabRef#5714) 2d5cfff Create cancer-biomarkers.csl (JabRef#5703) 5e264d5 Update multidisciplinary-digital-publishing-institute.csl (JabRef#5708) 46e961f Create klinische-padiatrie.csl (JabRef#5711) e81e877 Create bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl (JabRef#5704) 0029c5a Create polar-research.csl 🧊 (JabRef#5702) 7db1361 Update vancouver-imperial-college-london.csl (JabRef#5641) b953e9f Update iso690-author-date-fr-no-abstract.csl (JabRef#5706) 91eda8c Update thieme-german.csl (JabRef#5710) ebe0787 Update harvard-imperial-college-london.csl (JabRef#5643) 2d4db76 Fix UNESCO IIEP in text 436cbf4 Create revue-archeologique-de-narbonnaise.csl (JabRef#5688) 5150bcf Create journal-of-computer-assisted-tomography.csl (JabRef#5690) dd6f050 Create anti-trafficking-review.csl (JabRef#5658) 08e622f Create the-angle-orthodontist.csl (JabRef#5685) c6a1907 journal-of-palm-oil-research.csl fix several errors (JabRef#5686) 6cbe29d Create bern-university-of-applied-sciences-school-of-agricultural-for… (JabRef#5684) f590dc1 Update biomed-central.csl (JabRef#5701) 1efce81 Update turabian-author-date.csl (JabRef#5695) 12dbba5 Create tyndale-bulletin (JabRef#5673) b0746db Create Engineered Regeneration (JabRef#5682) e38b953 wikipedia citation template (JabRef#5662) 5e7f731 Create early-music-history.csl (JabRef#5679) 86443f3 Create zeitschrift-fur-politik.csl (JabRef#5676) 68f1996 Create annals-of-work-exposures-and-health.csl (JabRef#5666) 1ba9dc6 Create brazilian-journal-of-psychiatry.csl (JabRef#5672) 438f92c fix error for speech in ama styles (JabRef#5693) 7a0c2d3 set initialize-with-hyphen to false (JabRef#5689) 3bd2765 Update emu-austral-ornithology.csl (JabRef#5671) 31492b2 fix various errors in natura-croatica.csl (JabRef#5687) 94d6b23 Update iso690-author-date-cs.csl (JabRef#5677) 5d017da minor update on the "Haute école de gestion de Genève - ISO 690" style (JabRef#5665) 2cad8f6 add ibid/subsequent to comparative-politics.csl (JabRef#5669) de0b116 Create taylor-and-francis-vancouver-national-library-of-medicine.csl (JabRef#5650) ed87f99 Update bulletin-de-correspondance-hellenique.csl (JabRef#5663) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 0654e16 * Squashed 'buildres/csl/csl-locales/' changes from 0cc3885f61..d5ee85de8e d5ee85de8e Period after Übers. added (JabRef#241) git-subtree-dir: buildres/csl/csl-locales git-subtree-split: d5ee85de8e74d4109509014758b6f496a968ff03 * fix merge error Co-authored-by: github actions <jabrefmail+webfeedback@gmail.com> Co-authored-by: Siedlerchr <siedlerkiller@gmail.com>
Also modified RecentSearch such that empty strings do not get added to the list.
# Conflicts: # src/main/java/org/jabref/gui/search/DropDownMenu.java
# Conflicts: # src/main/java/org/jabref/gui/search/DropDownMenu.java # src/main/java/org/jabref/gui/search/GlobalSearchBar.java # src/main/java/org/jabref/gui/search/SearchFieldSynchronizer.java # src/main/java/org/jabref/gui/search/SearchItem.java
Link to JabRef PR: JabRef#8356 We were not able to make a PR to Marcel's repo, because this repo is a fork of the original JabRef repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The issue was to implement a better search #Issue 341. koppor#341
It was mentioned to implement something like this:
The following things have been added:
Recent Prototype looking like this:
Current problems: