try to fix some obvious bugs about groups#10
Merged
koppor merged 4 commits intoJabRef:masterfrom May 20, 2014
Merged
Conversation
…dRemoveDialog; Add expandAll and collapseAll buttons.
Contributor
Author
|
After 2.10 the BibtexEntryType.java is changed a lot. The optional fields and required fields are very different. If one need the field order is exactly the same as the 2.9.2, one should manually define the order. 2.10 also fixes some bugs in entry sorting. Some entries will be always different from 2.9.2. So I think backward-compatibility does not make sense any more. If one really want the bib file arranged in the same way as 2.9.2, he should just use 2.9.2. Upgrade all client to 2.10 makes more sense here. |
koppor
added a commit
that referenced
this pull request
May 20, 2014
Fixes groups and adds optional 2.9.2 save ordering
koppor
added a commit
that referenced
this pull request
May 20, 2014
Closed
12 tasks
lucasaciole
added a commit
to lucasaciole/jabref
that referenced
this pull request
Jul 18, 2017
Issue1 insercao item bib
gabu-dot
added a commit
to the-Kob/SE2122_55677_56773__56971_57066_58625
that referenced
this pull request
Nov 23, 2021
Pertaining the task "code smell JabRef#10"
BeastieBaiter
referenced
this pull request
in the-Kob/SE2122_55677_56773__56971_57066_58625
Nov 23, 2021
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
Siedlerchr
pushed a commit
that referenced
this pull request
Mar 27, 2023
(Fix) #10 Removed dependency issue test functions
This file contains hidden or 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
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.
Hi All,
I just upgraded to 2.10 and I found some bugs immediately.
move-to-groupbut 2remove from groupinstead.working, which is a big problem. Because I have lots of groups which
cannot even fit into the full screen height after expansion.
I tried the dev version, all problems still exist. Here is my fixation.
Cheers,
W.L.