Go 语言开发工具 LiteIDE X25 发布

jopen 9年前

LiteIDE X25 发布,新版本提供了边栏式和分离式两种界面样式, 重新实现了目录树功能,Go源码跳转和重构功能支持Go1.3/Go1.4两个版本,其他更新包括环境设置、格式化功能等,详情请参见更新记录。

发行版本下载:

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)