Releases: dirkgroot/structurizr-dsl-intellij-plugin
Releases · dirkgroot/structurizr-dsl-intellij-plugin
v0.3.7
v0.3.6
- Made the plugin compatible with IntelliJ 2024.2
v0.3.5
- Made the plugin compatible with IntelliJ 2024.1
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Changed
- Reworked the lexer and parser to be more generic, which should make it a bit easier to support future changes to the
Structurizr DSL - Syntax highlighting is now mostly annotator based instead of lexer based
Added
- Matching curly braces are now highlighted in the editor
- Code can now be commented with the "Comment with line/block comment" commands
- Code is automatically indented correctly while editing
v0.2.1
Changed
- Replaced file icon with a generic one (following this discussion).
v0.2.0
Added
- Very simple parser, which should provide just enough of a basis to add basic editor functionality like code formatting and auto indentation.
- Support for IntelliJ's "Reformat Code" command. Currently, this indents blocks and normalizes spacing between tokens on 1 line.
v0.1.3-alpha
Changed
- Made the plugin compatible with IntelliJ Platform version 2023.1 (build 231.*).