发布于 2014-12-04 22:48:33 | 200 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
LiteIDE X25 发布,新版本提供了边栏式和分离式两种界面样式, 重新实现了目录树功能,Go源码跳转和重构功能支持Go1.3/Go1.4两个版本,其他更新包括环境设置、格式化功能等,详情请参见更新记录。
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
发行版本下载:
http://sourceforge.net/projects/liteide/files
源码编译下载:
https://github.com/visualfc/liteide
版本更新记录:
### 2014.12.4 Ver X25 * LiteApp * default use new style SideBarStyle * add style option SideBarStyle and SplitterStyle * folders use new multi folder class implement * LiteEnv * system env lookup go env * add LITEIDE_SHELL support for multiple terminals * GolangEdit * find usages both support go1.3 and go1.4 * dump find usages error * update goimports standard pkg index * fix find usages Non-English offset * fix faketip on ubuntu * FileBorwser * use new folder class implement * LiteEditor * fix clipboard blocking on linux * fix editor brace insert postion * GolangFmt * default save use gofmt style * add menu action Code Format(gofmt) (Ctrl+I) * and menu action Code Format(goimports) (Ctrl+Alt+I)