|
1 | 1 | <idea-plugin> |
2 | 2 | <id>io.protostuff.protostuff-jetbrains-plugin</id> |
3 | 3 | <name>Protobuf Support</name> |
4 | | - <version>0.9.0</version> |
| 4 | + <version>0.10.0</version> |
5 | 5 | < vendor email= "[email protected]">Kostiantyn Shchepanovskyi</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
13 | 13 | <li>Full Proto3 support.</li> |
14 | 14 | <li>Custom include path for proto files.</li> |
15 | 15 | <li>Usage search for messages, enums and fields (for standard and custom options).</li> |
16 | | - <li>Syntax validation for proto2/proto3. Error checks for reserved/duplicated field tags and names.</li> |
| 16 | + <li>Syntax validation for proto2/proto3. |
| 17 | + Checks for reserved/duplicated field tags and names. |
| 18 | + Highlight unresolved reference errors. |
| 19 | + </li> |
17 | 20 | <li>Fonts & Colors configuration.</li> |
18 | 21 | <li>Structure View.</li> |
19 | 22 | <li>Code formatting.</li> |
20 | 23 | <li>Navigation to message, enum or service by name (Ctrl+N)</li> |
21 | 24 | <li>Rename refactoring (files, messages, enums and fields).</li> |
22 | 25 | </ul> |
23 | 26 | <br> |
24 | | - <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> | |
25 | | - <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/issues">Issue tracker</a> | |
26 | | - Donate (<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5UPXLBR8UAHG6">PayPal</a>, |
27 | | - <a href="https://ksprojects.org/protobuf-support-for-jetbrains-ide/btc/">BitCoin</a>) |
| 27 | + <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> |
| 28 | + | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/issues">Issue tracker</a> |
| 29 | + | <a href="https://gitter.im/protostuff/protobuf-jetbrains-plugin">Chat</a> |
28 | 30 | <br> |
29 | 31 | ]]></description> |
30 | 32 |
|
31 | 33 | <change-notes><![CDATA[ |
32 | 34 |
|
33 | | - <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.9.0"> |
34 | | - <b>v0.9.0</b> |
35 | | - </a> (2017-06-25) |
| 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) |
36 | 38 | <ul> |
37 | | - <li>Add support for rename refactoring (files, messages, enums, fields).</li> |
38 | | - <li>Add support for usage search for standard and custom options.</li> |
39 | | - <li>Add support for oneof options (latest release of Protocol Buffers (3.3) |
40 | | - does not provide standard options, however custom options can be used there).</li> |
41 | | - <li>Improve error message for field label inside of oneof block.</li> |
| 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 | 42 | </ul> |
43 | 43 |
|
44 | 44 | <br> |
45 | 45 | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases"> |
46 | 46 | <b>Full Changelog</b> |
47 | 47 | </a> |
48 | | -
|
49 | | - <br> |
50 | | - <br> |
51 | | - <i>Donations (<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5UPXLBR8UAHG6">PayPal</a>, |
52 | | - <a href="https://ksprojects.org/protobuf-support-for-jetbrains-ide/btc/">BitCoin</a>) are welcome. |
53 | | - With your little help we can make this plugin better.</i> |
54 | 48 | ]]> |
55 | 49 | </change-notes> |
56 | 50 |
|
57 | | - <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html |
58 | | - for description --> |
59 | 51 | <idea-version since-build="171"/> |
60 | 52 |
|
61 | | - <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html |
62 | | - on how to target different products --> |
63 | 53 | <depends>com.intellij.modules.lang</depends> |
64 | 54 |
|
65 | 55 | <project-components> |
|
187 | 177 | description="Triggers an exception"> |
188 | 178 | <add-to-group group-id="ToolsMenu" anchor="last"/> |
189 | 179 | </action> |
190 | | - <!-- Add your actions here --> |
191 | 180 | </actions> |
192 | 181 |
|
193 | 182 | </idea-plugin> |
0 commit comments