|
1 | 1 | <idea-plugin version="2" url="https://github.com/haehnchen/idea-php-symfony2-plugin">
|
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id>
|
3 | 3 | <name>Symfony2 Plugin</name>
|
4 |
| - <version>0.10.40</version> |
| 4 | + <version>0.10.41</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
8 | 8 | <h1>Symfony2 plugin.</h1>
|
9 | 9 |
|
10 | 10 | <br/>
|
11 |
| -<p style="color:red"><b>New Settings key</b>: Re-enable plugin in project settings! Need settings migration? Rename "Settings" to "Symfony2PluginSettings" in ".idea/symfony2.xml" and reopen PhpStorm</p> |
| 11 | +<p style="color:red"><b>New Settings key</b>: Re-enable plugin in project settings (=<0.10.39) ! Need settings migration? Rename "Settings" to "Symfony2PluginSettings" in ".idea/symfony2.xml" and reopen PhpStorm</p> |
12 | 12 | <br/>
|
13 | 13 |
|
14 | 14 | <a href="http://symfony2-plugin.espend.de/">Documentation</a> | <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin-doc">Doc on GitHub</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ZTGW6H4Y7MT8">Donate</a>
|
|
98 | 98 | 0.10.x: PhpStorm 7<br>
|
99 | 99 | <br>
|
100 | 100 |
|
| 101 | +<h2>0.10.41</h2> |
| 102 | +<ul> |
| 103 | + <li>Add code folding provider for php with support for route, template and repository</li> |
| 104 | + <li>Add code folding provider for twig path and url function</li> |
| 105 | + <li>Add settings for all code folding provider (default=true)</li> |
| 106 | + <li>Add overwrite linemarker for twig blocks #75</li> |
| 107 | + <li>Add yaml static service config completion (class, arguments, ... )</li> |
| 108 | + <li>Readd twig completion workaround for filters (hell!)</li> |
| 109 | + <li>Fix error on class name with trailing backslash on yaml annotator</li> |
| 110 | + <li>Migrate template references, to resolve #46 fully</li> |
| 111 | +</ul> |
| 112 | +
|
101 | 113 | <h2>0.10.40</h2>
|
102 | 114 | <ul>
|
103 | 115 | <li>Add support for "Navigate > Related Files" (Ctrl+Alt+Home) inside controller action <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/191">#191</a></li>
|
|
318 | 330 | <lang.foldingBuilder language="PHP" implementationClass="fr.adrienbrault.idea.symfony2plugin.navigation.PhpFoldingBuilder"/>
|
319 | 331 | <lang.foldingBuilder language="Twig" implementationClass="fr.adrienbrault.idea.symfony2plugin.navigation.TwigFoldingBuilder"/>
|
320 | 332 |
|
| 333 | + <typedHandler implementation="fr.adrienbrault.idea.symfony2plugin.templating.WorkaroundTwigTypedHandler"/> |
| 334 | + |
321 | 335 | <completion.contributor language="PHP" implementationClass="fr.adrienbrault.idea.symfony2plugin.config.annotation.AnnotationCompletionContributor"/>
|
322 | 336 | <completion.contributor language="PHP" implementationClass="fr.adrienbrault.idea.symfony2plugin.templating.annotation.AnnotationCompletionContributor"/>
|
323 | 337 | <completion.contributor language="XML" implementationClass="fr.adrienbrault.idea.symfony2plugin.config.xml.XmlCompletionContributor"/>
|
|
0 commit comments