File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 11<idea-plugin version =" 2" >
22 <name >Nette framework helpers</name >
33 <description >Nette development with pleasure</description >
4- <version >0.1 </version >
4+ <version >0.2.0 </version >
55 <vendor >juzna.cz</vendor >
6+ <change-notes ><![CDATA[
7+ <h2>0.2.0</h2>
8+ <ul>
9+ <li>Components: created completion contributor for component access using ArrayAccess or getComponent method</li>
10+ <li>Components: created reference contributor from ArrayAccess/getComponent access to createComponent* method</li>
11+ <li>Components: added references search for "Find usages" action</li>
12+ <li>Components: added TypeProvider for components access</li>
13+ <li>Components: added refactoring support (rename component access when renaming createComponent* method)</li>
14+ <li>@inject annotation completion provider</li>
15+ <li>@inject annotation inspection: check if property is public</li>
16+ <li>Added listener generator action for nette/object events (experimental)</li>
17+ <li>Refactoring, removed deprecated stuffs..</li>
18+ <li>Removed Pd\Entity support</li>
19+ </ul>
20+ <h2>0.1.0</h2>
21+ <ul>
22+ <li>Initial version</li>
23+ </ul>
24+ ]]>
25+ </change-notes >
626
727 <idea-version since-build =" 130.1" />
828 <depends >com.intellij.modules.lang</depends >
You can’t perform that action at this time.
0 commit comments