|
1 | 1 | <idea-plugin> |
2 | 2 | <id>com.github.bjansen.intellij.pebble</id> |
3 | 3 | <name>Pebble</name> |
4 | | - <version>0.5-SNAPSHOT</version> |
| 4 | + <version>0.5</version> |
5 | 5 | <vendor url="https://github.com/bjansen">Bastien Jansen</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
11 | 11 | <change-notes><![CDATA[ |
12 | 12 | <b>v0.5</b> |
13 | 13 | <ul> |
14 | | - <li>support for long values</li> |
15 | | - <li>improved code completion and navigation to declarations</li> |
16 | | - </ul> |
17 | | - <b>v0.4</b> |
18 | | - <ul> |
19 | | - <li>support for the implicit `loop` variable in `for` blocks</li> |
20 | | - <li>`with` is now correctly recognized as a valid identifier</li> |
21 | | - <li>calls to unknown qualified methods/fields are reported as errors</li> |
22 | | - <li>bug fixes</li> |
23 | | - </ul> |
24 | | - <b>v0.3</b> |
25 | | - <ul> |
26 | | - <li>auto completion (block names, functions etc)</li> |
27 | | - <li>navigation to properties and functions</li> |
28 | | - <li>code formatting of the templated language</li> |
29 | | - <li>support for declarations from pebble-spring (including auto completion)</li> |
30 | | - <li>Parameter Info tooltip on functions</li> |
31 | | - <li>new intention to detect unknown variables and add '@pebvariable' hints</li> |
32 | | - <li>navigation to files specified in extends/include/import directives</li> |
33 | | - <li>fixed bugs in the parser</li> |
34 | | - </ul> |
35 | | - <br/> |
36 | | - <b>v0.2</b> |
37 | | - <ul> |
38 | | - <li>auto-closing of tags</li> |
39 | | - <li>support for verbatim and custom tags<li> |
40 | | - <li>support for custom tag delimiters</li> |
41 | | - <li>support for whitespace control modifiers</li> |
42 | | - <li>settings for colors and fonts</li> |
43 | | - <li>live templates</li> |
44 | | - <li>completion of tag names</li> |
45 | | - </ul> |
46 | | - <br/> |
47 | | - <b>v0.1</b> |
48 | | - <ul> |
49 | | - <li>basic parser and syntax highlighter (verbatim tag and custom extensions not supported)</li> |
50 | | - <li>quote handler</li> |
51 | | - <li>brace matcher</li> |
52 | | - <li>code commenter</li> |
53 | | - <li>code folder</li> |
| 14 | + <li>support for long values (<a href="https://github.com/bjansen/pebble-intellij/issues/30">#30</a>)</li> |
| 15 | + <li>improved code completion and navigation to declarations (<a href="https://github.com/bjansen/pebble-intellij/issues/21">#21</a>)</li> |
| 16 | + <li>recognize template data language in verbatim tags (<a href="https://github.com/bjansen/pebble-intellij/issues/27">#27</a>)</li> |
| 17 | + <li>support for string interpolations (<a href="https://github.com/bjansen/pebble-intellij/issues/31">#31</a>)</li> |
54 | 18 | </ul> |
55 | 19 | ]]></change-notes> |
56 | 20 |
|
|
0 commit comments