Releases: nnmatveev/idea-plugin-protobuf
Releases · nnmatveev/idea-plugin-protobuf
v0.5.10
v0.5.9
- Added support for the syntax keyword and oneof style enums. Thank you to David Elkind for implementing oneof support.
- No longer emit a compilation error when the path to the protoc compiler is not set if there are no proto files to compile due to all facets being disabled.
v0.5.8
v0.5.7
v0.5.6
- NOTE: Due to an API change in the plugin SDK, this release has issues under IDEA 13.x. This works fine with IDEA 12 and is the last supported release for 12.
- Fixes a bug in detecting the state of the generated files. The bug meant that Java files would be generated even when there was no change to the .proto files. This should speed up compilation of projects significantly.
Thanks to Jon Janzen for finding and fixing this bug!
v0.5.5
v0.5.4
v0.5.3
Support for the external compiler mode in IDEA 12. Various bug fixes and minor feature refinements, including to the proto-buffer facet detector.
Issues closed in this release:
- #20 - Support import
- #32 - editor can't discover imported messages and highlights them as "Unresolved reference""
- #35 - NPE on drag-and-drop in protobuf formatter
- #36 - Support the external compiler in IDEA 12
- #37 - Error parsing comments in proto
- #38 - NullPointerException in IDEA 12
- #39 - Enum values are unreadable in Darcula theme. Please change color.
- #40 - Error resolving messages defined later in file