Releases: cross-language-cpp/djinni-intellij-plugin
Releases · cross-language-cpp/djinni-intellij-plugin
v0.11.0
v0.10.4
v0.10.3
Fixed
- set pluginUntilBuild = 203.* to work with latest IntelliJ Platform
[0.10.2]
- interfaces can now have
const
methods.
v0.10.2
Fixed
- interfaces can now have
const
methods.
v0.10.1
Fixed
- problem with new
flags
support:all
andnone
must not be interpreted as language keywords.
v0.10.0
Added
- support for the
flags
data structure
v0.9.1
Changed
- Migrated original plugin from dropbox to a modern project structure: IntelliJ Platform Plugin Template