-
Notifications
You must be signed in to change notification settings - Fork 867
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
Update FlatLaf from 3.3 to 3.5 #7565
Conversation
We may also have to keep in mind the option to revert to 3.2.5 for NB23 given #7560 |
@neilcsmith-net yep, had the same thought. Lets gather some info what version works best and then we switch to it ;) |
@DevCharly let me refresh this PR to v3.5 |
- show-favorites-in-file-chooser is now no longer experimental since flatlaf wraps the sidebar in a scroll pane now, which creates a consistent look between the NB dir chooser and JDK file choosers - flatlaf disabled rounded corners for popups on mac to workaround crashes
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.
Another FlatLAF release; excellent! Yes, if there was any kind of crash fixed by the new version, upgrading is good.
As someone mentioned there were some specific problems with MacOS 14.4.0 that caused Java apps such as IntelliJ to crash. Those problems were fixed in MacOS 14.4.1. Not sure if they were the cause of the reported FlatLAF-related crashes or not. (Edit: Probably not, since the reporter of this NetBeans crash was on MacOS 14.0 rather than MacOS 14.4.0.)
thanks for the reviews, merging @eirikbakke yep the issues were about mac 14.5 by now and got mixed up with the original issue of mac 14.0. it is also not clear to me if the issue concerns only popups on mac 14.5 or if it goes deeper. I guess we will find out :) i am also likely going to close "lazy reports" in future which simply refer to another issue without going into details to keep things focused. Locking old issues might work too. |
changes since last update:
this is mostly to check if it helps with #7560