Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public HintsControllerFactory() {

@OptionsPanelController.SubRegistration(
id = "EnvFileHints",
location = "Env/Hints",
location = "Editor/Hints",
displayName = "#HintsControllerFactory.name"
)
Comment on lines 31 to 35
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

@NbBundle.Messages("HintsControllerFactory.name=Env File Hints")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
iconBase = "org/netbeans/modules/rust/options/rust-logo-big.png",
keywords = "#OptionsCategory_Keywords_Rust",
keywordsCategory = "Rust",
position = 10000)
position = 720)
@NbBundle.Messages(value = {"OptionsCategory_Name_Rust=Rust", "OptionsCategory_Keywords_Rust=rust cargo"})
package org.netbeans.modules.rust.options;

Expand Down
Loading