|
4 | 4 | <vendor url="https://github.com/GoCodeAlone">GoCodeAlone</vendor> |
5 | 5 |
|
6 | 6 | <description><![CDATA[ |
7 | | - <p>IDE support for Workflow Engine configuration files. Compatible with <strong>workflow engine v0.3.37+</strong>.</p> |
| 7 | + <p>IDE support for Workflow Engine configuration files. Compatible with <strong>workflow engine v0.3.40+</strong>.</p> |
8 | 8 | <ul> |
9 | 9 | <li>YAML schema validation and autocomplete for workflow configs</li> |
10 | 10 | <li>Language Server Protocol (LSP) integration via workflow-lsp-server</li> |
11 | 11 | <li>wfctl command integration: validate, inspect, init, run, schema</li> |
12 | 12 | <li>Live templates for modules, pipelines, steps, triggers, and workflows</li> |
13 | 13 | </ul> |
14 | | - <p>Requires <a href="https://github.com/GoCodeAlone/workflow">Workflow Engine</a> v0.3.37+ and optionally the wfctl CLI.</p> |
| 14 | + <p>Requires <a href="https://github.com/GoCodeAlone/workflow">Workflow Engine</a> v0.3.40+ and optionally the wfctl CLI.</p> |
15 | 15 | ]]></description> |
16 | 16 |
|
17 | 17 | <depends>com.intellij.modules.platform</depends> |
|
39 | 39 | <liveTemplateContext |
40 | 40 | implementation="com.gocodalone.workflow.ide.livetemplate.WorkflowLiveTemplateContext" |
41 | 41 | contextId="WORKFLOW_YAML"/> |
42 | | - |
43 | | - <!-- Visual Editor tool window --> |
44 | | - <toolWindow id="Workflow Visual Editor" |
45 | | - anchor="right" |
46 | | - secondary="true" |
47 | | - factoryClass="com.gocodalone.workflow.ide.editor.WorkflowVisualEditorToolWindowFactory"/> |
48 | | - |
49 | | - <!-- Content detection notification provider --> |
50 | | - <editorNotificationProvider |
51 | | - implementation="com.gocodalone.workflow.ide.editor.WorkflowDetectionNotificationProvider"/> |
52 | 42 | </extensions> |
53 | 43 |
|
54 | 44 | <actions> |
|
90 | 80 | text="Template Validate" |
91 | 81 | description="Run wfctl template validate on the current file"/> |
92 | 82 | </group> |
93 | | - |
94 | | - <!-- Visual editor action --> |
95 | | - <action id="workflow.openVisualEditor" |
96 | | - class="com.gocodalone.workflow.ide.editor.WorkflowVisualEditorAction" |
97 | | - text="Open Visual Editor" |
98 | | - description="Open workflow visual editor alongside YAML"> |
99 | | - <add-to-group group-id="com.gocodalone.workflow.actions.WfctlGroup"/> |
100 | | - <add-to-group group-id="EditorPopupMenu" anchor="last"/> |
101 | | - </action> |
102 | 83 | </actions> |
103 | 84 | </idea-plugin> |
0 commit comments