-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cf0194
commit 15d0ad1
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>io.protostuff.protostuff-jetbrains-plugin</id> | ||
<name>Protobuf Support</name> | ||
<version>0.10.1</version> | ||
<version>0.10.2</version> | ||
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -32,26 +32,24 @@ | |
|
||
<change-notes><![CDATA[ | ||
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.1"> | ||
<b>v0.10.1</b> | ||
</a> (2017-07-18) | ||
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.2"> | ||
<b>v0.10.2</b> | ||
</a> (2017-07-30) | ||
<br> | ||
<br> | ||
This release contains multiple important fixes: | ||
This release contains multiple fixes: | ||
<ul> | ||
<li> | ||
Improved imports resolving strategy: in addition to resolving imports using source roots, | ||
plugin also tries to resolve import relatively to proto file's location. | ||
Fix NullPointerException on opening plugin settings without open project. | ||
</li> | ||
<li> | ||
Fix plugin error when message has syntax errors | ||
(IncorrectOperationException: Could not detect qualified name in given context: | ||
com.intellij.psi.impl.source.tree.PsiErrorElementImpl). | ||
Do not highlight extend block for custom options in proto3 as error. | ||
</li> | ||
<li> | ||
Fix plugin error when message is defined inside of group block | ||
(IncorrectOperationException: Could not detect qualified name in given context: | ||
io.protostuff.jetbrains.plugin.psi.GroupNode). | ||
Fix rare ClassCastException when running "go to class action". | ||
</li> | ||
<li> | ||
Fix resolving references to types defined inside of oneof + group blocks. | ||
</li> | ||
</ul> | ||
|