Skip to content

Releases: nnmatveev/idea-plugin-protobuf

v0.5.10

25 Jan 00:38
Compare
Choose a tag to compare

Proto3 support
Fix structure view

v0.5.9

03 Feb 07:09
Compare
Choose a tag to compare
  • 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

22 Jul 10:57
Compare
Choose a tag to compare

IDEA 14 compatibility.

v0.5.7

15 Jul 08:49
Compare
Choose a tag to compare
  • Fix an incompatibility with version 13.x due to an API method removal.
  • Due to the API change, the minimum supported version is now IDEA 13.
  • Fix an occasional error generating a safe package name for validating build item validity state.

v0.5.6

15 Jul 08:33
Compare
Choose a tag to compare
  • 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

03 Oct 18:39
Compare
Choose a tag to compare

Primarily for IDEA 13 support. Minimum IDEA version is now 12.

Issued closed in this release:

  • #43 - Collapse-All in the Structure panel does the opposite
  • #45 - Intellij 13 Compatibility

v0.5.4

03 Oct 18:24
Compare
Choose a tag to compare

Bug fix release to fix bug when running under IDEA 11.

Issues closed in this release:

  • #42 IDEA 11 support broken under 0.5.3

v0.5.3

03 Oct 18:33
Compare
Choose a tag to compare

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

v0.5.1

04 Oct 00:21
Compare
Choose a tag to compare
  • Idea 12 compatibility
  • Fixes a minor issue that sometimes caused generation of files when not necessary.

v0.5.0

04 Oct 00:25
Compare
Choose a tag to compare

IDEA 11 compatibility

Issues closed in this release:

  • #25 Allow the compiler to be disabled
  • #26 Plugin uses some API which isn't available in IDEA 11