netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Improved Toolbar overflow impl.

Open mbien opened this issue 1 year ago • 2 comments

The overflow handling is now in doLayout() and runs when invalidate() was called instead of listening to resize events. See https://github.com/apache/netbeans/issues/7000#issuecomment-1913782189

Misc impl improvements: fewer array copies and the toolbar should be rebuilt less often.

fixes #7000

mbien avatar Jan 29 '24 02:01 mbien

this is for NB 22 so no hurry

mbien avatar Jan 29 '24 14:01 mbien

oops. I assigned this PR by mistake instead of requesting review.

mbien avatar Feb 06 '24 02:02 mbien

cool! going to rebase the commit ontop of latest master to get a fresh CI run

mbien avatar Jul 17 '24 15:07 mbien