From bec326622e862728cbcb95fe8794f18bf644e9cf Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 9 Dec 2014 16:35:12 +0800 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f0aad63..5d47b05 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,22 @@ A Web-based IDE for Teams using Golang. * [X] Autocomplete: Go/HTML etc. * [X] Format: Go/HTML/JSON etc. * [X] Build & Run -* [ ] Debug * [X] Multiplayer: a real team development experience * [X] Navigation, Jump to declaration, Find usages, File search etc. * [X] Shell: run command on the server -* [ ] Git integration: git command on the web * [X] Web development: Frontend devlopment (HTML/JS/CSS) all in one * [X] Go tool: go get/install/fmt etc. * [X] File Import & Export * [X] Themes +* [ ] Debug +* [ ] Git integration: git command on the web + +## Demos + +* **Overview** + ![overview](https://cloud.githubusercontent.com/assets/873584/5354274/9cfe742e-7fc0-11e4-8474-04a16e9b52e1.gif) +* **Theme** + ![theme](https://cloud.githubusercontent.com/assets/873584/5354273/9c5215f8-7fc0-11e4-9f07-49d3d32ecb7f.gif) ## Architecture @@ -69,7 +76,7 @@ Flow: ![Code Assist](https://cloud.githubusercontent.com/assets/873584/4399135/3b80c21c-4463-11e4-8e94-7f7e8d12a4df.png) * Autocompletion - * Find Usages + * Find Usages/Jump To Declaration/etc. Flow: 1. Browser sends code assist request @@ -83,16 +90,6 @@ Flow: * [用户指南](http://88250.gitbooks.io/wide-user-guide) * [开发指南](http://88250.gitbooks.io/wide-dev-guide) -## Demos - -* 20141024-1.0.0, png ![](http://b3log.org/wide/demo/20141024.png) - -### Olds -* [20140927, png](http://b3log.org/wide/demo/20140927.png) -* [20140913, png](http://b3log.org/wide/demo/20140913.png) -* [20140910, png](http://b3log.org/wide/demo/20140910.png) -* [20140823, swf](http://b3log.org/wide/demo/20140823.html) - ## Setup ### Download Binary