发布于 2014-12-16 14:16:59 | 162 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
Go语言开发工具 LiteIDE X25.2 发布,新版本主要是BUG修复。提供了更好的godoc支持,GOPATH内的导入行完成支持,默认的system工作环境支持等。
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
二进制下载: http://sourceforge.net/projects/liteide/files
源码下载: https://github.com/visualfc/liteide
### 2014.12.16 Ver X25.2 * LiteIDE * default enviroment id system work * LiteApp * fix sort folder on macosx * LiteEnv * add reload current enviroment action * set default enviroment id system * LiteEditor * fix enter key indent * fix import line regexp * fix complete word suspended bug (in non go file) * re-implement full text completer * GolangDoc * fix lookup godoc on system env * fix path name to pkg name * GolangCode * completer import line on GOPATH * GolangEdit * add update dependencies library action * add view import package in godoc action