2.2.9.4 release notes
2.2.9.4 Issue 2468 - Graphical preview of Flow metadata Inspired by Todd Halfpenny 's wonderful work on a graphical viewer for Flow metadata for VS Code, I've implemented similar for IC2. Now by default when you open a *.flow[-meta.xml] file in IC2, the default editor will feature a split view with the Flow XML on the left and a flowchart diagram on the right. This is the same IDE split editor component used for Markdown and SVG files and can be toggled to show only the source, only the preview, or both if desired. The preview is live and automatically updates as the Flow XML file contents change. The JetBrains Markdown ( bundled ) and Mermaid (freely-available via the plugin marketplace ) plugins must be installed for this feature to be enabled. IC2 automatically assists with installation and enablement of these two plugins if necessary when Flow files are opened. The feature can also...