|
1 | 1 | <idea-plugin> |
2 | 2 | <id>io.protostuff.protostuff-jetbrains-plugin</id> |
3 | 3 | <name>Protobuf Support</name> |
4 | | - <version>0.11.0</version> |
| 4 | + <version>0.12.0</version> |
5 | 5 | < vendor email= "[email protected]">Kostiantyn Shchepanovskyi</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
22 | 22 | <li>Code formatting.</li> |
23 | 23 | <li>Navigation to message, enum or service by name (Ctrl+N)</li> |
24 | 24 | <li>Rename refactoring (files, messages, enums and fields).</li> |
| 25 | + <li>Spell checking.</li> |
25 | 26 | </ul> |
26 | 27 | <br> |
27 | 28 | <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> |
|
32 | 33 |
|
33 | 34 | <change-notes><![CDATA[ |
34 | 35 |
|
35 | | - <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.11.0"> |
36 | | - <b>v0.11.0</b> |
37 | | - </a> (2018-09-03) |
| 36 | + <a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.12.0"> |
| 37 | + <b>v0.12.0</b> |
| 38 | + </a> (2018-09-20) |
38 | 39 | <br> |
39 | 40 | <br> |
40 | | - This release contains multiple fixes and improvements: |
| 41 | + This release contains multiple improvements: |
41 | 42 | <ul> |
42 | 43 | <li> |
43 | | - Change IDE compatibility to 2018.2 and higher versions. |
| 44 | + Add spell checking support. |
44 | 45 | </li> |
45 | 46 | <li> |
46 | | - Bundle full protobuf sources archive with plugin. |
47 | | - Following imports now will be resolved automatically: |
48 | | - <ul> |
49 | | - <li>google/protobuf/empty.proto |
50 | | - <li>google/protobuf/api.proto |
51 | | - <li>google/protobuf/wrappers.proto |
52 | | - <li>google/protobuf/descriptor.proto |
53 | | - <li>google/protobuf/timestamp.proto |
54 | | - <li>google/protobuf/type.proto |
55 | | - <li>google/protobuf/source_context.proto |
56 | | - <li>google/protobuf/struct.proto |
57 | | - <li>google/protobuf/duration.proto |
58 | | - <li>google/protobuf/field_mask.proto |
59 | | - <li>google/protobuf/any.proto |
60 | | - <li>google/protobuf/compiler/plugin.proto |
61 | | - </ul> |
| 47 | + Add support for custom region foolding. |
62 | 48 | </li> |
63 | 49 | <li> |
64 | | - Add support for `php_namespace` option. |
65 | | - </li> |
66 | | - <li> |
67 | | - Add support for `json_name` option. |
68 | | - </li> |
69 | | - <li> |
70 | | - Improve imports resolution. |
71 | | - Plugin tries to resolve imports relative to source file's location using following rules: |
72 | | - <ol> |
73 | | - <li> Try to look in the same folder where source file is. |
74 | | - <li> Try to look from parent folder. |
75 | | - <li> Repeat step 2 until reference is resolved or there's no parent folder anymore. |
76 | | - </ol> |
77 | | - Max nesting level is 10. |
78 | | - </li> |
79 | | - <li> |
80 | | - Add support for `reserved` keyword inside of enums. |
81 | | - </li> |
82 | | - <li> |
83 | | - Fix NullPointerException on reset plugin settings without open project. |
84 | | - </li> |
85 | | - <li> |
86 | | - Fix resolving references to types defined inside of extend block. |
| 50 | + Add support for setting custom include paths for new projects (global settings). |
87 | 51 | </li> |
88 | 52 | </ul> |
89 | 53 |
|
|
0 commit comments