Skip to content

Commit

Permalink
Merge pull request #7235 from mbien/resolve-position-conflicts
Browse files Browse the repository at this point in the history
Deconflict some layer registration positions
  • Loading branch information
mbien committed Apr 8, 2024
2 parents 466ffa0 + 3c87d8c commit 57b7d49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

@ActionReferences(value = {
@ActionReference(position = 251, path = "Loaders/text/x-maven-pom+xml/Actions"),
@ActionReference(position = 1800, path = "Projects/org-netbeans-modules-maven/Actions")
@ActionReference(position = 1850, path = "Projects/org-netbeans-modules-maven/Actions")
})

@NbBundle.Messages({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<folder name="x-java">
<folder name="CodeGenerators">
<file name="org-netbeans-modules-jakarta-web-beans-actions-InterceptorFactory.instance">
<attr name="position" intvalue="1000"/>
<attr name="position" intvalue="1100"/>
</file>
</folder>
<folder name="GlyphGutterActions">
Expand Down Expand Up @@ -92,7 +92,7 @@
<folder name="Templates">
<folder name="CDI_JakartaEE">
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.jakarta.web.beans.resources.Bundle"/>
<attr name="position" intvalue="876"/>
<attr name="position" intvalue="874"/>
<file name="beans.xml">
<attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.jakarta.web.beans.resources.Bundle"/>
<attr name="position" intvalue="10"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static OptionsPanelController markOccurrences() {
location=OptionsDisplayer.EDITOR,
keywords="#KW_InlineHints",
keywordsCategory="Editor/InlineHints",
position=500
position=600
// toolTip="#CTL_MarkOccurences_ToolTip"
)
public static OptionsPanelController inlineHints() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected void index(Iterable<? extends Indexable> files, Context context) {
}


@MimeRegistration(mimeType="text/x-java", service=CustomIndexerFactory.class, position=1_000)
@MimeRegistration(mimeType="text/x-java", service=CustomIndexerFactory.class, position=1_100)
public static final class FactoryImpl extends CustomIndexerFactory {

@Override
Expand Down

0 comments on commit 57b7d49

Please sign in to comment.