发布于 2016-04-14 22:47:55 | 205 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
LiteIDE X29发布,修复BUG,开始支持Delve调试器,默认支持Go1.6的Vendor机制。
### 2016.4.15 Ver X29 * LiteIDE * support for multiple debuggers * support Delve debugger * env GO15VENDOREXPERIMENT=1 default setup * LiteBuild * fix project folder id named go, error find go tool * fix project folder contains spaces run failed * fix output number of rows exceeds the maximum input fails * add output add automatic positioning cursor option * add single go file test action * add folder context menu more go tool action * LiteEnv * env GO15VENDOREXPERIMENT=1 default setup * LiteDebug * support for multiple debuggers * debug berore auto go build -gcflags "-N -l" * fix stack frame clicked to doubleClocked * DlvDebugger * support dlv debugger * simulation execution 'step-out' * GdbDebugger * fix show frame line locate * fix goto line action * LiteEditor * display limit tip line info * GolangEdit * fix folder contains spaces, gotools fails * gotools * add gotest action, test single go file * fix types info, display pkg real name