forked from Haehnchen/idea-php-symfony2-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<html><ul> | ||
<li>Provide checkbox to disable Twig file icon decoration <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485">#1485</a> (Daniel Espendiller)</li> | ||
<li>Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)</li> | ||
<li>Use internal icons for service linemarker (Daniel Espendiller)</li> | ||
<li>Provide linemarker for a constructor which supports autowire (Daniel Espendiller)</li> | ||
<li>Provide yaml navigation for services defined via resource (Daniel Espendiller)</li> | ||
<li>Provide resources index for service and use it in linemarker classes to indicate it and also provide a tagged icon (Daniel Espendiller)</li> | ||
<html> | ||
<ul> | ||
<li>Fix TwigPath caching issue on extracting config path from yaml file <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1358">#1358</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1506">#1506</a> (Daniel Espendiller)</li> | ||
<li>Use Service index key as cache indicator (Daniel Espendiller)</li> | ||
<li>Fix configuration file resolving for YAML file on startup: "class org.jetbrains.plugins.textmate.psi.TextMateFile cannot be cast to class org.jetbrains.yaml.psi.YAMLFile" <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1492">#1492</a> (Daniel Espendiller)</li> | ||
<li>Index tag attributes of services (Daniel Espendiller)</li> | ||
<li>Fix possible array issues on service resource linemarker (Daniel Espendiller)</li> | ||
</ul> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin"> | ||
<id>fr.adrienbrault.idea.symfony2plugin</id> | ||
<name>Symfony Support</name> | ||
<version>0.20.197</version> | ||
<version>0.20.198</version> | ||
<vendor email="[email protected]" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor> | ||
|
||
<description><![CDATA[ | ||
|