From 5121d1bda7e817fe2f4760af4e90357890c0ff2f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 1 Dec 2014 10:53:43 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5d09a30..2405fbb 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,17 @@ A Web-based IDE for Teams using Golang. ## Features -* Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc. -* Autocomplete: Go/HTML etc. -* Format: Go/HTML/JSON etc. -* Run & Debug: run/debug multiple processes at the same time -* Multiplayer: a real team development experience -* Navigation, Jump to declaration, Find usages, File search etc. -* Shell: run command on the server -* Git integration: git command on the web -* Web development: Frontend devlopment (HTML/JS/CSS) all in one -* Go tool: go get/install/fmt etc. +* [X] Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc. +* [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. ## Architecture