|
17 | 17 | <idea-plugin>
|
18 | 18 | <id>com.tang</id>
|
19 | 19 | <name>EmmyLua</name>
|
20 |
| - <version>1.2.3</version> |
| 20 | + <version>1.2.4</version> |
21 | 21 | < vendor email= "[email protected]">tangzx</ vendor>
|
22 | 22 | <category>Custom Languages</category>
|
23 | 23 | <description><![CDATA[
|
24 | 24 | Support for Lua programming language.<br>
|
25 |
| - <p><a href="https://github.com/EmmyLua">Source Code</a> | <a href="https://gitter.im/emmylua/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">Gitter</a> | <a href="https://emmylua.github.io/donate.html">Donate</a> | <a href="https://emmylua.github.io/?plugin">Doc</a></p> |
| 25 | + <p><a href="https://github.com/EmmyLua">Source Code</a> | <a href="https://gitter.im/emmylua/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">Gitter</a> | <a href="https://emmylua.github.io/donate.html">Donate</a> | <a href="https://emmylua.github.io/?plugin">Doc</a> | <a href="https://github.com/EmmyLua/VSCode-EmmyLua">VSCode-EmmyLua</a></p> |
26 | 26 | Features:
|
27 | 27 | <ul>
|
28 | 28 | <li>Syntax highlighting</li>
|
|
69 | 69 | ]]></description>
|
70 | 70 |
|
71 | 71 | <change-notes><![CDATA[
|
| 72 | + <strong>1.2.4</strong> |
| 73 | + <ul> |
| 74 | + <li>[IMPROVE]improved class members completion</li> |
| 75 | + <li>[FIX]code style can not saved</li> |
| 76 | + <li>[FIX]fix target application crash when attach debugger attached</li> |
| 77 | + <li>bug fix #121 #126 #129 #134 #135 #138 #141</li> |
| 78 | + <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
| 79 | + </ul> |
72 | 80 | <strong>1.2.3</strong>
|
73 | 81 | <ul>
|
74 | 82 | <li>Compatible with IDEA2018.1</li>
|
|
111 | 119 | <li>fix bug #43 #72 #79 #81 #83 #86</li>
|
112 | 120 | <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
|
113 | 121 | </ul>
|
114 |
| -
|
115 |
| - <strong>1.2.0</strong> |
116 |
| - <ul> |
117 |
| - <li>[NEW] Breadcrumbs info</li> |
118 |
| - <li>[NEW] Spell checker support</li> |
119 |
| - <li>[NEW] New inspection: Local name hides previous</li> |
120 |
| - <li>[Experimental] Type checker. Settings - Editor - Inspections - Lua > Lint > Type safety (Contribution from @Perry van Wesel)</li> |
121 |
| - <li>[IMPROVE] Performance optimization</li> |
122 |
| - <li>[IMPROVE] Structure View (Contribution from @Marco Qualizza)</li> |
123 |
| - <li>[IMPROVE] Emmydoc now supports markdown</li> |
124 |
| - <li>[IMPROVE] Name suggestion</li> |
125 |
| - <li>[IMPROVE] Variable name suggestion/completion</li> |
126 |
| - <li>[FIX] Bug #54 #55 #63 #66 #69</li> |
127 |
| - <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
128 |
| - </ul> |
129 | 122 | ]]>
|
130 | 123 | </change-notes>
|
131 | 124 |
|
|
0 commit comments