valb3r / flowable-bpmn-intellij-plugin

Flowable, Activiti, Camunda BPMN engines process editor plugin for IntelliJ. Pure Kotlin (and some Java)
https://plugins.jetbrains.com/plugin/14318-flowable-bpmn-visualizer
MIT License
156 stars 31 forks source link

Plugin only works with file type *.bpmn20.xml #359

Closed thomasulllrich closed 1 year ago

thomasulllrich commented 1 year ago

The bpmn files in my project have the file suffix *.bpmn. So I added this for the plugin's file types. But it is not recognizing the new file type. There isn't showing the option to display the diagram by clicking the right mouse button on the file in the file tree or in the opened file

valb3r commented 1 year ago

@thomasulllrich Please check the following FAQ section: https://github.com/valb3r/flowable-bpmn-intellij-plugin#q-my-files-for-activitiflowable-engine-have-bpmn-extension-and-not-bpmn20xml-how-can-i-open-them

thomasulllrich commented 1 year ago

Thx! Haven't seen this text. Now it works!