Small option window fixes (Rust, CCPLite and Env)#9265
Merged
mbien merged 1 commit intoapache:masterfrom Mar 15, 2026
Merged
Conversation
mbien
commented
Mar 12, 2026
Comment on lines
31
to
35
| @OptionsPanelController.SubRegistration( | ||
| id = "EnvFileHints", | ||
| location = "Env/Hints", | ||
| location = "Editor/Hints", | ||
| displayName = "#HintsControllerFactory.name" | ||
| ) |
Member
Author
There was a problem hiding this comment.
found via:
WARNING [org.openide.filesystems.Ordering]: Not all children in OptionsDialog/ marked with the position attribute: [Env], but some are: [Actions@0, Advanced@0, Appearance@0, CPlusPlus@0, Editor@0, Html5@0, Java@0, Keywords@0, PreviewExamples@0, Rust@0, Team@0, org-netbeans-modules-php-project-ui-options-PHPOptionsCategory@0, General.instance@100, Editor.instance@200, FontsAndColors.instance@400, Keymaps.instance@600, Java.instance@610, Html5.instance@630, org-netbeans-modules-php-project-ui-options-PHPOptionsCategory.instance@650, CPlusPlus.instance@715, Rust.instance@720, Team.instance@740, Appearance.instance@750, Advanced.instance@800]
lets keep an eye on those warnings, fixing them afterwards can be time consuming (#8916).
matthiasblaesing
approved these changes
Mar 13, 2026
Contributor
matthiasblaesing
left a comment
There was a problem hiding this comment.
Only eyeballed this, but looks sane to me. Thank you.
- ccplite icon had the wrong height which caused text alignment issues (now 32px like the other icons) - moved rust panel next to other languages - fixed Env file hints registration (symptom: layer ordering warning)
b680048 to
3d6e38f
Compare
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.
check text alignment on

C/C++button (screenshot cut for emphasis)fixed:

(also note that the rust icon is now next to C++ instead of the very end)