We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11048d commit e2b6749Copy full SHA for e2b6749
build.gradle
@@ -30,4 +30,4 @@ intellij {
30
}
31
32
group 'de.uniorg'
33
-version '0.2.3'
+version '0.2.4'
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>de.uniorg.ui5helper</id>
3
<name>UI5 Helper</name>
4
- <version>0.2.3</version>
+ <version>0.2.4</version>
5
<vendor email="m.schmale@uniorg.de" url="http://www.uniorg.de">UNIORG Solutions GmbH</vendor>
6
7
<description><![CDATA[
@@ -17,6 +17,7 @@
17
<li>Controller: Go To (XML)View</li>
18
<li>Collapse the controller name in the XMLView</li>
19
<li>complete target names in manifest.json</li>
20
+ <li>Provide API Docs in XMLView</li>
21
</ul>
22
23
<h3>Things that will (or will not) come:</h3>
0 commit comments