-
-
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
Implement better scaling of main table showing entries #7181
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
a1a5ccc
Implement better scaling of main table showing entries
koppor e91bb8d
Fix number
koppor 8f522df
Remove resizeColumnsToFit
koppor 1acd12e
Fix checkstyle
koppor c8caa13
Merge branch 'master' into fix-967
koppor f5e2d9f
Add smart resize if content fits into table width
koppor bcea66c
Address some comments
koppor 6da49b2
WIP
koppor dfac705
Speedup processResources
koppor 057ae9f
Merge branch 'speedup-process-resources' into fix-967
koppor 8834fb6
Try path without ./ at the beginning
koppor 5b6f0d8
Output java error on console, too
koppor fd80c30
Use LOGGER instead of System.err
koppor c64b5e3
Merge branch 'fix-output-with-wrong-jdk-version' into fix-967
koppor 9f56fd5
Merge branch 'speedup-process-resources' into fix-967
koppor d15e90f
Fix scroll bar still present
koppor 7de21ad
MinWidth to 80
koppor 8c7cd7a
Merge branch 'master' into fix-967
koppor f7186f3
Merge branch 'fix-967' of github.com:JabRef/jabref into fix-967
koppor 80557f2
WIP (does not work)
koppor 043a0cc
Merge remote-tracking branch 'origin/master' into fix-967
koppor c3b02e3
Fix ordering in CHANGELOG.md
koppor fd118a6
WIP
koppor f0788f6
WIP - "User changed column size in a way that window can contain all …
koppor a1633a1
Add documentation on implementation idea
koppor 73d5448
Refine description (and change TableColumnBase to TableColumn)
koppor f75831d
Cases I0 to I3
koppor c417d7d
First proposal of case names
koppor 496e505
WIP: Reimplement logic according to comments
koppor 466731f
Merge remote-tracking branch 'origin/master' into fix-967
koppor caf1e23
WIP
koppor 63af8fd
Merge remote-tracking branch 'origin/master' into fix-967
koppor 274e109
Resizing of colomms works
koppor 910c592
Use EPSILON_MARGIN also for "content has fit into table before"
koppor 513c68c
Merge branch 'master' into fix-967
koppor 286e7f9
Merge remote-tracking branch 'upstream/master' into fix-967
calixtus caf7232
Merge branch 'main' into fix-967
koppor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
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 if check should still be there, since otherwise the checkbox in the preferences doesn't do anything, right?
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.
We removed the preference option completely - since this was a hidden feature. That should have been a visible toggle button and not hidden in the preferences.
Moreover #967 said that there should be a single behavior without the need of a configuration flat. We discussed it in length back then - and the implementors think, this is still a good thing.
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.
We added a guard to really cover both cases
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.
So you don't want to give users the option for the infinite-column behavior that you were supporting above? I don't see any harm in still having the checkbox. But since I don't want to argue again for keeping code while you want to remove it, removing is also fine with me ;-)