diff options
| author | ruki <waruqi@gmail.com> | 2017-11-03 23:52:43 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2017-11-03 17:16:22 +0800 |
| commit | 97b7435e9804e4a2cacb0161de561059ce80b221 (patch) | |
| tree | 02dfc46e63e8104da749fb854d2bdd4dc8e89b82 | |
| parent | 7dfed7468be0429059c65cd37c13872f5490faeb (diff) | |
| download | xmake-docs-97b7435e9804e4a2cacb0161de561059ce80b221.tar.gz xmake-docs-97b7435e9804e4a2cacb0161de561059ce80b221.zip | |
add xmake-idea
| -rw-r--r-- | cn/index.html | 2 | ||||
| -rw-r--r-- | cn/pages/donation.html | 6 | ||||
| -rw-r--r-- | landing.html | 2 | ||||
| -rw-r--r-- | landing/index.cn.md | 2 | ||||
| -rw-r--r-- | landing/index.md | 2 | ||||
| -rw-r--r-- | pages/donation.html | 6 |
6 files changed, 20 insertions, 0 deletions
diff --git a/cn/index.html b/cn/index.html index 86cd48b2..1d71e15e 100644 --- a/cn/index.html +++ b/cn/index.html @@ -149,6 +149,8 @@ <ul> <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> + <li><a href="https://github.com/tboox/xmake-idea">xmake-idea</a></li> + <li><a href="https://github.com/luzhlon/xmake.vim">xmake.vim</a> (third-party, thanks <a href="https://github.com/luzhlon">@luzhlon</a>)</li> </ul> <h2 id="section-10">更多例子</h2> diff --git a/cn/pages/donation.html b/cn/pages/donation.html index 05ddca97..93bf71ba 100644 --- a/cn/pages/donation.html +++ b/cn/pages/donation.html @@ -79,6 +79,12 @@ <td>oschina</td> <td>¥10</td> </tr> + <tr> + <td>2017.10.26</td> + <td>Welthy</td> + <td>支付宝</td> + <td>¥5</td> + </tr> </tbody> </table> diff --git a/landing.html b/landing.html index d8236202..c815d02a 100644 --- a/landing.html +++ b/landing.html @@ -149,6 +149,8 @@ <ul> <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> + <li><a href="https://github.com/tboox/xmake-idea">xmake-idea</a></li> + <li><a href="https://github.com/luzhlon/xmake.vim">xmake.vim</a> (third-party, thanks <a href="https://github.com/luzhlon">@luzhlon</a>)</li> </ul> <h2 id="more-examples">More Examples</h2> diff --git a/landing/index.cn.md b/landing/index.cn.md index ad6ded30..f77a9526 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -94,6 +94,8 @@ $ xmake run -d console * [xmake-vscode](https://github.com/tboox/xmake-vscode) * [xmake-sublime](https://github.com/tboox/xmake-sublime) +* [xmake-idea](https://github.com/tboox/xmake-idea) +* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon)) ## 更多例子 diff --git a/landing/index.md b/landing/index.md index f3a3f6bb..a01b7976 100644 --- a/landing/index.md +++ b/landing/index.md @@ -94,6 +94,8 @@ Please download and install from the plugins repository [xmake-plugins](https:// * [xmake-vscode](https://github.com/tboox/xmake-vscode) * [xmake-sublime](https://github.com/tboox/xmake-sublime) +* [xmake-idea](https://github.com/tboox/xmake-idea) +* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon)) ## More Examples diff --git a/pages/donation.html b/pages/donation.html index 67e65dab..784f4a1d 100644 --- a/pages/donation.html +++ b/pages/donation.html @@ -71,6 +71,12 @@ <td>oschina</td> <td>¥10</td> </tr> + <tr> + <td>2017.10.26</td> + <td>Welthy</td> + <td>alipay</td> + <td>¥5</td> + </tr> </tbody> </table> |
