发布于 2015-12-10 23:01:55 | 168 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
LiteIDE X28发布,修复BUG,支持Go1.5的Vendor机制 (环境变量 GO15VENDOREXPERIMENT=1 设置时)
项目地址:https://github.com/visualfc/liteide
二进制下载:http://sourceforge.net/projects/liteide/files
### 2015.12.10 Ver X28 * LiteIDE * gotools add go1.5 vendor support if env GO15VGOROOTXPERIMENT=1 set * LiteApp * folder add sync edit action * fix close folder bug * LiteBuild * add folder context lock build path * add folder context gofmt * add output menu auto clear and line wrap action * LiteOutput * add set max line option * GolangFmt * add new gotools gofmt action * add sortimports option (default) * LiteEnv * add var #GO15VGOROOTXPERIMENT=1 (default comment) * GolangAst * support go1.5 vendor * LiteEditor * fix selection identifier regexp * GolangEdit * support go1.5 vendor * enable oracle enable referres action * GolangCode * use set lib-path action * gotools * types add go1.5 support if GO15VGOROOTXPERIMENT=1 set * types fix cycle import check * types fix pkg find bug * types add unsafe builtin info * astview add go1.5 support if GO15VGOROOTXPERIMENT=1 set * stdlib update to go1.5 * add new gofmt action * gofmt import godiff replace diff cmd