Skip to content

Commit 3b6d462

Browse files
#46: Update release notes
1 parent 8c0b391 commit 3b6d462

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,13 @@
1212
<ul>
1313
<li>Full Proto3 support.</li>
1414
<li>Custom include path for proto files.</li>
15-
<li>Reference support.</li>
16-
<li>Usage search for messages/enums/options.</li>
17-
<li>Syntax highlighting.</li>
18-
<li>Syntax validation for proto2/proto3.</li>
19-
<li>Error checks for reserved/duplicated field tags and names.</li>
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>
2017
<li>Fonts & Colors configuration.</li>
2118
<li>Structure View.</li>
22-
<li>Brace matching.</li>
23-
<li>Line and block commenting.</li>
2419
<li>Code formatting.</li>
2520
<li>Navigation to message, enum or service by name (Ctrl+N)</li>
26-
<li>File rename refactoring (imports are update automatically).</li>
27-
<li>Message/enum rename refactoring.</li>
21+
<li>Rename refactoring (files, messages, enums, fields).</li>
2822
</ul>
2923
<br>
3024
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> |
@@ -40,8 +34,11 @@
4034
<b>v0.9.0</b>
4135
</a> (2017-05-05)
4236
<ul>
43-
<li>Add support for message/enum/option rename refactoring.</li>
44-
<li>Add support for usage search for options.</li>
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>
4542
</ul>
4643
4744
<br>
@@ -148,9 +145,6 @@
148145
<itemPresentationProvider
149146
forClass="io.protostuff.jetbrains.plugin.psi.FieldNode"
150147
implementationClass="io.protostuff.jetbrains.plugin.psi.presentation.FieldPresentationProvider"/>
151-
<itemPresentationProvider
152-
forClass="io.protostuff.jetbrains.plugin.psi.OneofFieldNode"
153-
implementationClass="io.protostuff.jetbrains.plugin.psi.presentation.FieldPresentationProvider"/>
154148
<itemPresentationProvider
155149
forClass="io.protostuff.jetbrains.plugin.psi.MapNode"
156150
implementationClass="io.protostuff.jetbrains.plugin.psi.presentation.FieldPresentationProvider"/>

0 commit comments

Comments
 (0)