Browse Source

add change-notes

littleheuer 4 years ago
parent
commit
40ae837753
1 changed files with 19 additions and 2 deletions
  1. 19 2
      src/main/resources/META-INF/plugin.xml

+ 19 - 2
src/main/resources/META-INF/plugin.xml

@@ -2,12 +2,12 @@
 <idea-plugin>
 <idea-plugin>
     <id>io.xmake</id>
     <id>io.xmake</id>
     <name>XMake</name>
     <name>XMake</name>
-    <version>1.0.6</version>
+    <version>1.0.7</version>
     <vendor email="[email protected]" url="https://xmake.io">xmake.io</vendor>
     <vendor email="[email protected]" url="https://xmake.io">xmake.io</vendor>
 
 
     <description><![CDATA[
     <description><![CDATA[
     A XMake integration plugin in Intellij Platform<br>
     A XMake integration plugin in Intellij Platform<br>
-    <p><a href="https://github.com/xmake-io/xmake-idea">Source Code</a> | <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter</a> | <a href="http://xmake.io/pages/donation.html#donate">Donate</a> | <a href="http://xmake.io">XMake Homepage</a></p>
+       <p><a href="https://github.com/xmake-io/xmake-idea">Source Code</a> | <a href="https://discord.gg/xmake">Discord</a> | <a href="https://xmake.io/#/about/sponsor">Donate</a> | <a href="http://xmake.io">XMake Homepage</a></p>
     Features:
     Features:
     <ul>
     <ul>
         <li>xmake</li>
         <li>xmake</li>
@@ -26,10 +26,27 @@
         <li>Build and run</li>
         <li>Build and run</li>
         <li>Goto error and waring problems</li>
         <li>Goto error and waring problems</li>
     </ul>
     </ul>
+    Usage instruction:<br><br>
+    1. New project<br>
+    New -> Project -> Select Xmake -> Select project template<br>
+    <br>
+    2. Open existing project<br>
+    Open -> Select project folder with xmake.lua<br>
+    <br>
+    3. Build project<br>
+    Menu -> Xmake -> Click 'Build Project'<br>
+    <br>
+    4. Run Target<br>
+    Add run configuration -> Select Xmake -> Add run target
+    Menu -> Xmake -> Click 'Run Target'<br>
     <p>中国朋友可以加QQ群交流及反馈BUG: 343118190</p>
     <p>中国朋友可以加QQ群交流及反馈BUG: 343118190</p>
     ]]></description>
     ]]></description>
 
 
     <change-notes><![CDATA[
     <change-notes><![CDATA[
+    <strong>1.0.7</strong>
+    <ul>
+        <li>[FIX]: Improve compatibility and add usage instruction</li>
+    </ul>
     <strong>1.0.6</strong>
     <strong>1.0.6</strong>
     <ul>
     <ul>
         <li>[NEW]: Support latest CLion and IDEA Intellij</li>
         <li>[NEW]: Support latest CLion and IDEA Intellij</li>