Skip to content

Commit

Permalink
Added plugin action names
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Oct 23, 2020
1 parent 2a1b839 commit 7dcf5ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
- "icon" (optional) specifies the icon displayed on the toolbar button or next to the menu item. -->
<action id="BpmnDiagram.ViewFlowableBpmnDiagram"
class="com.valb3r.bpmn.intellij.plugin.flowable.actions.ViewFlowableBpmnDiagramAction"
text="View BPMN Diagram"
text="View BPMN (Flowable) Diagram"
description="View BPMN (Flowable) Diagram"
icon="/icons/icon.png">
</action>
Expand Down Expand Up @@ -184,7 +184,7 @@
- "icon" (optional) specifies the icon displayed on the toolbar button or next to the menu item. -->
<action id="BpmnDiagram.AttachFlowableToDataSource"
class="com.valb3r.bpmn.intellij.plugin.flowable.actions.AttachFlowableBpmnDebuggerToDbAction"
text="Attach To Schema"
text="Attach To Schema (Flowable)"
description="Attach to database schema (Flowable) for BPMN process debugging"
icon="/icons/icon.png">
</action>
Expand Down Expand Up @@ -218,7 +218,7 @@
- "icon" (optional) specifies the icon displayed on the toolbar button or next to the menu item. -->
<action id="BpmnDiagram.BpmnDetachFlowableFromDataSource"
class="com.valb3r.bpmn.intellij.plugin.flowable.actions.DetachFlowableBpmnDebuggerFromDbAction"
text="Detach Debugger"
text="Detach Debugger (Flowable)"
description="Detach BPMN debugger from DataSource (Flowable)"
icon="/icons/icon.png">
</action>
Expand Down

0 comments on commit 7dcf5ec

Please sign in to comment.