|
69 | 69 | ]]></description> |
70 | 70 |
|
71 | 71 | <change-notes><![CDATA[ |
| 72 | + <strong>1.2.3</strong> |
| 73 | + <ul> |
| 74 | + <li>Compatible with IDEA2018.1</li> |
| 75 | + <li>[IMPROVE]improved parsing performance</li> |
| 76 | + <li>[IMPROVE]improved formatting</li> |
| 77 | + <li>[IMPROVE]more annotation infos</li> |
| 78 | + <li>[IMPROVE]improved remote debugger performance & compatible with mobdebug.lua v0.70</li> |
| 79 | + <li>[IMPROVE]new settings : stdout charset for run configuration</li> |
| 80 | + <li>[IMPROVE]new settings : hide/show console window for debug configuration(WIN32)</li> |
| 81 | + <li>[NEW]add `Emmy.log` console for attach debugger logs</li> |
| 82 | + <li>[NEW]lua call hierarchy(Ctrl+Alt+H) (Contribution from @LiamYao)</li> |
| 83 | + <li>[NEW]region highlighting & color settings</li> |
| 84 | + <li>[NEW]new type : doc table type, ---@type { name:string, value:{ size:number } }</li> |
| 85 | + <li>[NEW]folding for --[[multi-line comments]] && [[multi-line strings]]</li> |
| 86 | + <li>unicode identifier support</li> |
| 87 | + <li>fix bugs</li> |
| 88 | + <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
| 89 | + </ul> |
72 | 90 |
|
73 | 91 | <strong>1.2.2</strong> |
74 | 92 | <ul> |
|
108 | 126 | <li>[FIX] Bug #54 #55 #63 #66 #69</li> |
109 | 127 | <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
110 | 128 | </ul> |
111 | | -
|
112 | | -
|
113 | | - <strong>1.1.9</strong> |
114 | | - <ul> |
115 | | - <li>[UPDATE] Compatible with IDEA 2017.3(173)</li> |
116 | | - <li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li> |
117 | | - <li>[NEW] Add new annotation: @language, used for inject language to lua string</li> |
118 | | - <li>[NEW] Add new inspection: Show warning for duplicated local declaration</li> |
119 | | - <li>[NEW] Show method separators</li> |
120 | | - <li>[NEW] Show local variable type hints</li> |
121 | | - <li>[NEW] Show parameter type hints</li> |
122 | | - <li>[NEW] Show function return type hints</li> |
123 | | - <li>[NEW] Add new postfix template "if_not"</li> |
124 | | - <li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li> |
125 | | - <li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li> |
126 | | - <li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li> |
127 | | - <li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li> |
128 | | - <li>[FIX] Support forward declaration local-function</li> |
129 | | - <li>[FIX] Crash when type --[ at EOF</li> |
130 | | - <li>[FIX] Fix some bugs</li> |
131 | | - <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
132 | | - </ul> |
133 | 129 | ]]> |
134 | 130 | </change-notes> |
135 | 131 |
|
|
0 commit comments