Skip to content

Commit 4930ae7

Browse files
committed
1.2.3
1 parent 3621352 commit 4930ae7

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,24 @@
6969
]]></description>
7070

7171
<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>
7290
7391
<strong>1.2.2</strong>
7492
<ul>
@@ -108,28 +126,6 @@
108126
<li>[FIX] Bug #54 #55 #63 #66 #69</li>
109127
<a href="https://tangzx.github.io/emmydoc/changelogs.html?plugin">Full changelog</a>
110128
</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>
133129
]]>
134130
</change-notes>
135131

0 commit comments

Comments
 (0)