|
69 | 69 | ]]></description> |
70 | 70 |
|
71 | 71 | <change-notes><![CDATA[ |
| 72 | +
|
| 73 | + <strong>1.2.0</strong> |
| 74 | + <ul> |
| 75 | + <li>[NEW] Breadcrumbs info</li> |
| 76 | + <li>[NEW] Spell checker support</li> |
| 77 | + <li>[NEW] New inspection: Local name hides previous</li> |
| 78 | + <li>[Experimental] Type checker. Settings - Editor - Inspections - Lua > Lint > Type safety (Contribution from @Perry van Wesel)</li> |
| 79 | + <li>[IMPROVE] Performance optimization</li> |
| 80 | + <li>[IMPROVE] Structure View (Contribution from @Marco Qualizza)</li> |
| 81 | + <li>[IMPROVE] Emmydoc now supports markdown</li> |
| 82 | + <li>[IMPROVE] Name suggestion</li> |
| 83 | + <li>[IMPROVE] Variable name suggestion/completion</li> |
| 84 | + <li>[FIX] Bug #54 #55 #63 #66 #69</li> |
| 85 | + <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
| 86 | + </ul> |
| 87 | +
|
| 88 | +
|
72 | 89 | <strong>1.1.9</strong> |
73 | | - <li>[UPDATE] Compatible with IDEA 2017.3(173)</li> |
74 | | - <li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li> |
75 | | - <li>[NEW] Add new annotation: @language, used for inject language to lua string</li> |
76 | | - <li>[NEW] Add new inspection: Show warning for duplicated local declaration</li> |
77 | | - <li>[NEW] Show method separators</li> |
78 | | - <li>[NEW] Show local variable type hints</li> |
79 | | - <li>[NEW] Show parameter type hints</li> |
80 | | - <li>[NEW] Show function return type hints</li> |
81 | | - <li>[NEW] Add new postfix template "if_not"</li> |
82 | | - <li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li> |
83 | | - <li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li> |
84 | | - <li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li> |
85 | | - <li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li> |
86 | | - <li>[FIX] Support forward declaration local-function</li> |
87 | | - <li>[FIX] Crash when type --[ at EOF</li> |
88 | | - <li>[FIX] Fix some bugs</li> |
89 | | - <a href="https://tangzx.github.io/emmydoc/changelogs.html">Full changelog</a> |
| 90 | + <ul> |
| 91 | + <li>[UPDATE] Compatible with IDEA 2017.3(173)</li> |
| 92 | + <li>[NEW] Add new annotation: @overload, used for mark overload functions (@optional is obsolete)</li> |
| 93 | + <li>[NEW] Add new annotation: @language, used for inject language to lua string</li> |
| 94 | + <li>[NEW] Add new inspection: Show warning for duplicated local declaration</li> |
| 95 | + <li>[NEW] Show method separators</li> |
| 96 | + <li>[NEW] Show local variable type hints</li> |
| 97 | + <li>[NEW] Show parameter type hints</li> |
| 98 | + <li>[NEW] Show function return type hints</li> |
| 99 | + <li>[NEW] Add new postfix template "if_not"</li> |
| 100 | + <li>[IMPROVE] Infer type from constructor call (settings/Languages.../EmmyLua)</li> |
| 101 | + <li>[IMPROVE] Add auto completion and references for label(Lua 5.3)</li> |
| 102 | + <li>[IMPROVE] You can toggle on/off 'smart enter' (settings/Languages.../EmmyLua)</li> |
| 103 | + <li>[IMPROVE] You can toggle on/off 'show words in file' (settings/Languages.../EmmyLua)</li> |
| 104 | + <li>[FIX] Support forward declaration local-function</li> |
| 105 | + <li>[FIX] Crash when type --[ at EOF</li> |
| 106 | + <li>[FIX] Fix some bugs</li> |
| 107 | + <a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a> |
| 108 | + </ul> |
90 | 109 | ]]> |
91 | 110 | </change-notes> |
92 | 111 |
|
|
0 commit comments