-
Notifications
You must be signed in to change notification settings - Fork 875
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
Hint/Inspection panel and dialog layout fixes #3472
Conversation
@mbien need to rebase on delivery if you want this in NB13 - picking up commits from master we don't want. |
In this case we don't want a rebase, but a cherry-pick. The difference is, that rebase will carry all commits from the base branch, that are not in the target branch, while cherry-picking only uses the referenced commits. |
- inspect dialog did not properly resize - refactor dialog had no separation between two rows
- description panel is now using all vertical space - required fixes to the customizer panels so that they only use the space they actually need - made the dialogs which use the hint panel a bit larger
@neilcsmith-net done @matthiasblaesing yeah that is correct. Although I did cherry pick to delivery, I still refer to it as "rebasing the two commits to delivery" myself - I probably shouldn't since it could be taken literally. |
@mbien thanks. @matthiasblaesing yes, rebasing was more a turn of phrase around changing the PR base branch. Mind you, still prefer using git rebase for this task myself, but don't mind how anyone wants to clean up their PR unless they need help with it. Now, as long as we don't get cherry-picking from upstream master I'm happy ... 😄 |
- analog to apache#3472, this fixes UI component resize behavior - description panel is now filling the space vertically like in the java version of this panel. Text is now wrapping properly. - the option panels had to be adjusted to prefer their minimum default size - minor language cleanup: diamonds, lambdas
- analog to apache#3472, this fixes UI component resize behavior - updated all other HintsPanels to have the same initial divider pos - minor cleanup like lambdas and diamonds
- analog to apache#3472, this fixes UI component resize behavior - description panel is now filling the space vertically like in the java version of this panel. Text is now wrapping properly. - the option panels had to be adjusted to prefer their minimum default size - minor language cleanup: diamonds, lambdas
- analog to apache#3472, this fixes UI component resize behavior - updated all other HintsPanels to have the same initial divider pos - minor cleanup like lambdas and diamonds
- analog to apache#3472, this fixes UI component resize behavior - description panel is now filling the space vertically like in the java version of this panel. Text is now wrapping properly. - the option panels had to be adjusted to prefer their minimum default size - minor language cleanup: diamonds, lambdas
- analog to apache#3472, this fixes UI component resize behavior - updated all other HintsPanels to have the same initial divider pos - minor cleanup like lambdas and diamonds
source -> inspect
dialog did not resize properlyrefactor -> inspect and refactor
dialog had no separation between row two and three (very similar dialog to the one above but uses a different layout manager :) )options -> editor -> hints
or from various configuration dialogs