发布于 2016-07-04 03:21:21 | 205 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
Go 语言开发工具 LiteIDE X30 发布,新版本修复了BUG,支持Go1.7,编辑器增加了 FakeVim模式,支持快速文件打开(Ctrl+P)和快速编辑器打开(Ctrl+Alt+P)操作。
### 2016.7.2 Ver X30 * LiteIDE * add new QuickOpen plugin * add new FakeVim plugin, thanks for [jsuppe](https://github.com/jsuppe) * add custom env LITEIDE_TOOL_PATH/LITEIDE_PLUGIN_PATH/LITEIDE_RES_PATH * LiteApp * action tooltip shortcut show native text * option keyboard map show native text * QuickOpen * quick open files action CTRL+P * quick open editor action ATL+ALT+P * quick go to line action CTRL+L * quick open help * FakeVim * editor add vim style mode editing * LiteEditor * add goto line start/end action * add goto doc start/end action * add goto previous/next line action * add goto previous/next charater action * add goto previous/next word action * change '' braces only go source * fix codecompleter number first * MacOS fix move line up/down shortcut command+shift+up/down * GolangEdit * CTRL+mouse navigate preview source info * LiteFind * MacOS fix edit replace shortcut command+shift+F * Welcome * fix doc css style * gotools * types fix limit parser * types simple field info