Skip to content

Commit

Permalink
Use AsyncAPI in labels in plugin.xml manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Oct 6, 2020
1 parent 3cbce7c commit 95c106d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/io.github.abelgomez.asyncapi.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extensions="asyncapi"
icon="icons/file.png"
id="io.github.abelgomez.asyncapi.AsyncApi"
name="AsyncApi Editor">
name="AsyncAPI Editor">
</editor>
</extension>
<extension
Expand Down Expand Up @@ -85,7 +85,7 @@
<page
class="io.github.abelgomez.asyncapi.ui.AsyncApiExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
id="io.github.abelgomez.asyncapi.AsyncApi"
name="AsyncApi">
name="AsyncAPI">
<keywordReference id="io.github.abelgomez.asyncapi.ui.keyword_AsyncApi"/>
</page>
<page
Expand All @@ -108,7 +108,7 @@
<page
class="io.github.abelgomez.asyncapi.ui.AsyncApiExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
id="io.github.abelgomez.asyncapi.AsyncApi"
name="AsyncApi">
name="AsyncAPI">
<keywordReference id="io.github.abelgomez.asyncapi.ui.keyword_AsyncApi"/>
<enabledWhen>
<adapt type="org.eclipse.core.resources.IProject"/>
Expand All @@ -120,7 +120,7 @@
point="org.eclipse.ui.keywords">
<keyword
id="io.github.abelgomez.asyncapi.ui.keyword_AsyncApi"
label="AsyncApi"/>
label="AsyncAPI"/>
</extension>
<extension
point="org.eclipse.ui.commands">
Expand Down Expand Up @@ -248,7 +248,7 @@
base-type="org.eclipse.core.runtime.text"
file-extensions="asyncapi"
id="io.github.abelgomez.asyncapi.AsyncApi.contenttype"
name="AsyncApi File"
name="AsyncAPI File"
priority="normal">
</content-type>
</extension>
Expand All @@ -269,21 +269,21 @@
<!-- marker definitions for io.github.abelgomez.asyncapi.AsyncApi -->
<extension
id="asyncapi.check.fast"
name="AsyncApi Problem"
name="AsyncAPI Problem"
point="org.eclipse.core.resources.markers">
<super type="org.eclipse.xtext.ui.check.fast"/>
<persistent value="true"/>
</extension>
<extension
id="asyncapi.check.normal"
name="AsyncApi Problem"
name="AsyncAPI Problem"
point="org.eclipse.core.resources.markers">
<super type="org.eclipse.xtext.ui.check.normal"/>
<persistent value="true"/>
</extension>
<extension
id="asyncapi.check.expensive"
name="AsyncApi Problem"
name="AsyncAPI Problem"
point="org.eclipse.core.resources.markers">
<super type="org.eclipse.xtext.ui.check.expensive"/>
<persistent value="true"/>
Expand Down Expand Up @@ -478,7 +478,7 @@
category="io.github.abelgomez.asyncapi.ui.category"
class="io.github.abelgomez.asyncapi.ui.AsyncApiExecutableExtensionFactory:io.github.abelgomez.asyncapi.ui.wizard.AsyncApiTemplateNewProjectWizard"
id="io.github.abelgomez.asyncapi.ui.wizard.AsyncApiNewProjectWizard"
name="AsyncApi Project"
name="AsyncAPI Project"
icon="icons/new_AsyncApi_proj.png"
project="true">
</wizard>
Expand Down

0 comments on commit 95c106d

Please sign in to comment.