mbien commented on code in PR #9265:
URL: https://github.com/apache/netbeans/pull/9265#discussion_r2927082332


##########
ide/languages.env/src/org/netbeans/modules/languages/env/hints/HintsControllerFactory.java:
##########
@@ -30,7 +30,7 @@ public HintsControllerFactory() {
 
     @OptionsPanelController.SubRegistration(
             id = "EnvFileHints",
-            location = "Env/Hints",
+            location = "Editor/Hints",
             displayName = "#HintsControllerFactory.name"
     )

Review 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 (https://github.com/apache/netbeans/pull/8916). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to