File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +22
-8
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.0
4+ version =0.10.1
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.0 </version >
4+ <version >0.10.1 </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.0">
36- <b>v0.10.0</b>
37- </a> (2017-07-11)
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)
38+ <br>
39+ <br>
40+ This release contains multiple important fixes:
3841 <ul>
39- <li>Highlight unresolved reference errors.</li>
40- <li>Make messages/enums and other blocks collapsible.</li>
41- <li>Improve error reporting (simplify sending bug reports).</li>
42+ <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.
45+ </li>
46+ <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).
50+ </li>
51+ <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).
55+ </li>
4256 </ul>
4357
4458 <br>
You can’t perform that action at this time.
0 commit comments