File tree Expand file tree Collapse file tree 2 files changed +35
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 11# Available idea versions:
22# https://www.jetbrains.com/intellij-repository/releases
33# https://www.jetbrains.com/intellij-repository/snapshots
4- version =0.1.0
4+ version =0.1.1
55ideaVersion =145.258.11
66# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
77# Java 8 is required to run IntelliJ IDEA starting from version 16
Original file line number Diff line number Diff line change 44 <version >0.1.0</version >
5566 url =" https://github.com/protostuff/protostuff-jetbrains-plugin" >
7- Kostiantyn Shchepanovskyi, Protostuff Project
7+ Kostiantyn Shchepanovskyi
88 </vendor >
99
1010 <description ><![CDATA[
11+
12+ <h1>Protobuf Support</h1>
13+ <br/>
14+ <a href="https://github.com/protostuff/protostuff-jetbrains-plugin">GitHub</a> |
15+ <a href="https://github.com/protostuff/protostuff-jetbrains-plugin/issues">Issues</a>
16+ <br/>
17+ <br/>
1118 <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a>
1219 support for Jetbrains products.
1320 <br>
14- Supports syntax highlighting for proto2/proto3 and basic inspections.
21+ <br>
22+ <b>Features:</b>
23+ <ul>
24+ <li>Syntax highlight</li>
25+ <li>Syntax validation (full proto3 support)</li>
26+ <li>Fonts & Colors configuration</li>
27+ </ul>
28+ <br/>
1529 ]]> </description >
1630
1731 <change-notes ><![CDATA[
18- <b>Release 0.1.0 (2016-04-03)</b>
19- <br>
20- First public release:
32+
33+
34+ <a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.1.1">
35+ <b>v0.1.1</b>
36+ </a> (2016-04-08)
37+
38+ <br/>
39+ <br/>
40+
41+ <i>Enhancements:</i>
42+
2143 <ul>
22- <li>Add syntax highlighting for proto2/proto3 and basic inspections.</li>
44+ <li>Add support for new keywords: "stream" and "reserved"</li>
45+ <li>Enable syntax highlight for embedded code blocks in Markdown editor</li>
2346 </ul>
47+
48+ <a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases">
49+ <b>Full Changelog History</b>
50+ </a>
51+
2452 ]]>
2553 </change-notes >
2654
You can’t perform that action at this time.
0 commit comments