Skip to content

Commit fcdc9ba

Browse files
authored
Merge pull request #34 from lstreckeisen/improve-action-registration
Improve action registration
2 parents cb3d57a + 76d24f2 commit fcdc9ba

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/existing_use_cases_2.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ UseCase UC7_CML_ServiceCutter {
1818
benefit = "I am able to create ServiceCutter diagrams so I can visually see my service cuts"
1919
}
2020

21-
UseCase UC8_CML_FreeMaker {
21+
UseCase UC8_CML_FreeMarker {
2222
actor = "ContextMapper User"
2323
interactions = "apply" a "FreeMakerTemplate"
2424
benefit = "I am able to create my own files, e.g. Markdown, from my CML definitions"

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,19 @@
6767
</extensions>
6868

6969
<actions>
70-
<action class="org.contextmapper.intellij.actions.PlantUMLAction"
71-
id="org.contextmapper.GeneratePlantUML"
72-
text="Generate PlantUML Diagrams"
73-
description="Generates plantUML diagrams"
74-
/>
75-
7670
<group id="org.contextmapper.editorActions"
7771
text="ContextMapper"
7872
popup="true"
7973
>
8074
<add-to-group group-id="EditorPopupMenu2"
8175
anchor="last"
8276
/>
83-
<reference ref="org.contextmapper.GeneratePlantUML"/>
77+
78+
<action class="org.contextmapper.intellij.actions.PlantUMLAction"
79+
id="org.contextmapper.GeneratePlantUML"
80+
text="Generate PlantUML Diagrams"
81+
description="Generates plantUML diagrams"
82+
/>
8483
</group>
8584
</actions>
8685
</idea-plugin>

0 commit comments

Comments
 (0)