File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 11# Available idea versions:
22# https://www.jetbrains.com/intellij-repository/releases
33# https://www.jetbrains.com/intellij-repository/snapshots
4- version =0.10.1
4+ version =0.10.2
55ideaVersion =2017.1
66# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
77# Java 8 is required to run IntelliJ IDEA starting from version 16
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >io.protostuff.protostuff-jetbrains-plugin</id >
33 <name >Protobuf Support</name >
4- <version >0.10.1 </version >
4+ <version >0.10.2 </version >
55 <
vendor email =
" [email protected] " >Kostiantyn Shchepanovskyi</
vendor >
66
77 <description ><![CDATA[
3232
3333 <change-notes ><![CDATA[
3434
35- <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.1 ">
36- <b>v0.10.1 </b>
37- </a> (2017-07-18 )
35+ <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.2 ">
36+ <b>v0.10.2 </b>
37+ </a> (2017-07-30 )
3838 <br>
3939 <br>
40- This release contains multiple important fixes:
40+ This release contains multiple fixes:
4141 <ul>
4242 <li>
43- Improved imports resolving strategy: in addition to resolving imports using source roots,
44- plugin also tries to resolve import relatively to proto file's location.
43+ Fix NullPointerException on opening plugin settings without open project.
4544 </li>
4645 <li>
47- Fix plugin error when message has syntax errors
48- (IncorrectOperationException: Could not detect qualified name in given context:
49- com.intellij.psi.impl.source.tree.PsiErrorElementImpl).
46+ Do not highlight extend block for custom options in proto3 as error.
5047 </li>
5148 <li>
52- Fix plugin error when message is defined inside of group block
53- (IncorrectOperationException: Could not detect qualified name in given context:
54- io.protostuff.jetbrains.plugin.psi.GroupNode).
49+ Fix rare ClassCastException when running "go to class action".
50+ </li>
51+ <li>
52+ Fix resolving references to types defined inside of oneof + group blocks.
5553 </li>
5654 </ul>
5755
You can’t perform that action at this time.
0 commit comments