Go to file
Liang Ding 1ced1982ce . 2014-09-16 22:39:22 +08:00
conf 细节 2014-09-16 21:19:56 +08:00
data l 2014-09-15 14:48:03 +08:00
doc/zh_CN 细节 2014-09-16 21:19:56 +08:00
editor . 2014-09-16 22:39:22 +08:00
event 注释 2014-09-15 23:24:58 +08:00
file 修复文件树异步构建问题 2014-09-16 21:20:12 +08:00
i18n 重构 2014-09-16 11:36:21 +08:00
notification . 2014-09-16 22:39:22 +08:00
output . 2014-09-16 22:39:22 +08:00
shell 运行的进程状态维护 2014-09-16 17:32:55 +08:00
static . 2014-09-16 22:39:22 +08:00
user FAQ 文档 2014-09-13 16:50:18 +08:00
util 重构 2014-09-16 15:06:52 +08:00
view fixed tree file‘s hotkeys bug and add remove fun; add bottom window group 2014-09-16 17:48:19 +08:00
.gitignore . 2014-09-09 11:46:49 +08:00
LICENSE init 2014-08-18 21:45:43 +08:00
README.md Update README.md 2014-09-15 09:56:38 +08:00
main.go 运行的进程状态维护 2014-09-16 17:32:55 +08:00

README.md

Wide

Intro

A simple Web IDE for golang.

Motivation

  • Team IDE:
    • Safe and reliable: the project source code stored on the server in real time, the developer's machine crashes without losing any source code
    • Unified environment: server unified development environment configuration, the developer machine without any additional configuration
    • Out of the box: 5 minutes to setup a server then open browser to develop, debug
    • Version Control: each developer has its own source code repository, easy sync with the trunk
  • Web based IDE:
    • Developer needs a browser only
    • Cross-platform, even on mobile devices
    • For the geeks
  • A try for commercial-open source: versions customized for enterprises, close to their development work flows respectively
  • Currently more popular Go IDE has some defects or regrets:
    • Text editor (vim/emacs/sublime/Atom, etc.): For the Go newbie is too complex
    • Plug-in (goclipse, etc.): the need for the original IDE support, not professional
    • LiteIDE: no modern user interface :p
    • No team development experience
  • There are a few of GO IDEs, and no one developed by Go itself, this is a nice try

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.

Documents

Demos

  • 20140913, png

Olds

Setup from sources

  1. Downloads source
  2. Gets dependencies with
    • go get -u
    • go get -u github.com/88250/ide_stub
    • go get -u github.com/nsf/gocode
  3. Compiles wide with go build
  4. Configures conf/wide.json
  5. Runs the executable wide or wide.exe

Known Issues

License

Copyright (c) 2014, B3log Team (http://b3log.org)

Licensed under the Apache License 2.0.

Credits