|
1 | | -<idea-plugin version="2"> |
| 1 | +<idea-plugin> |
2 | 2 | <id>io.protostuff.protostuff-jetbrains-plugin</id> |
3 | 3 | <name>Protobuf Support</name> |
4 | | - <version>0.7.0</version> |
| 4 | + <version>0.8.0</version> |
5 | 5 | < vendor email= "[email protected]">Kostiantyn Shchepanovskyi</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
14 | 14 | <li>Custom include path for proto files.</li> |
15 | 15 | <li>Reference support.</li> |
16 | 16 | <li>Usage search for messages/enums.</li> |
17 | | - <li>Syntax highlighting and validation.</li> |
| 17 | + <li>Syntax highlighting.</li> |
| 18 | + <li>Syntax validation for proto2/proto3.</li> |
18 | 19 | <li>Error checks for reserved/duplicated field tags and names.</li> |
19 | 20 | <li>Fonts & Colors configuration.</li> |
20 | 21 | <li>Structure View.</li> |
21 | 22 | <li>Brace matching.</li> |
22 | 23 | <li>Line and block commenting.</li> |
23 | 24 | <li>Code formatting.</li> |
24 | | - <li>Navigating to message, enum or service by name (Ctrl+N)</li> |
| 25 | + <li>Navigation to message, enum or service by name (Ctrl+N)</li> |
| 26 | + <li>Proto file rename refactoring (imports are update automatically).</li> |
25 | 27 | </ul> |
26 | 28 | <br> |
27 | 29 | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> | |
28 | 30 | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/issues">Issue tracker</a> | |
29 | | - Donate (<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5UPXLBR8UAHG6">PayPal</a>) |
| 31 | + Donate (<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5UPXLBR8UAHG6">PayPal</a>, |
| 32 | + <a href="https://ksprojects.org/protobuf-support-for-jetbrains-ide/btc/">BitCoin</a>) |
30 | 33 | <br> |
31 | 34 | ]]></description> |
32 | 35 |
|
33 | 36 | <change-notes><![CDATA[ |
34 | 37 |
|
35 | | - <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.7.0"> |
36 | | - <b>v0.7.0</b> |
37 | | - </a> (2016-10-01) |
| 38 | + <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.8.0"> |
| 39 | + <b>v0.8.0</b> |
| 40 | + </a> (2017-04-14) |
38 | 41 | <ul> |
39 | | - <li>Add navigation to message, enum or service by name (Ctrl+N).</li> |
40 | | - <li>Fix syntax error highlighting for missing tokens.</li> |
| 42 | + <li>Support for proto file renames - import statements are automatically updated when |
| 43 | + imported file is renamed.</li> |
| 44 | + <li>Add proto2/proto3 syntax validation - check field labels (in proto2 labels are |
| 45 | + mandatory; in proto3 optional and required labels are forbidden), enum values |
| 46 | + (first value must be zero), check for elements removed in proto3 - extensions and groups.</li> |
| 47 | + <li>Resolve option references - navigate to message field which corresponds to an option key.</li> |
| 48 | + <li>Improved icon for proto files.</li> |
| 49 | + <li>Fix imports resolving in WebStorm 2017.1, when source directory is marked as "Resource Root".</li> |
| 50 | + <li>Fix error that is reported by IDE when proto files are importing each other in a loop (or when |
| 51 | + proto file imports itself).</li> |
41 | 52 | </ul> |
42 | 53 |
|
43 | 54 | <br> |
44 | 55 | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases"> |
45 | 56 | <b>Full Changelog</b> |
46 | 57 | </a> |
| 58 | +
|
| 59 | + <br> |
| 60 | + <br> |
| 61 | + <i>Donations (<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5UPXLBR8UAHG6">PayPal</a>, |
| 62 | + <a href="https://ksprojects.org/protobuf-support-for-jetbrains-ide/btc/">BitCoin</a>) are welcome. |
| 63 | + With your little help we can make this plugin better.</i> |
47 | 64 | ]]> |
48 | 65 | </change-notes> |
49 | 66 |
|
|
0 commit comments