发布于 2015-02-16 08:17:03 | 506 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
LiteIDE X27.1发布。
新版本支持Go语言全局查找和重构功能,支持重构替换后恢复功能,鼠标下代码信息显示支持附加文档,编辑器增加了复制/移动/删除行功能等。
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
### 2015.2.16 Ver X27.1 * LiteIDE * fix code navigate history ( build / astview / debug / link) * fix UNC path crash check * LiteEditor * add copy/cut/move/join line action * fix selection color * fix link color * GolangEdit * add global find usages and refactor(GOPATH) * add refactor revert mode * add golang symbol document on tooltip * fix no jump code tooltip * fix syntax for Non-English symbol name * LiteFind * add find swith replace mode * add replace revert mode * LiteBuild * fix build lock custom config * GolangAst * fix Non-English symbol name * gotools: * type - simple object info * type - add global usages * type - add symbol doc search * type - add XTest files support * type - fix field pos search * astview - update type var and factor to global