LiteIDE x20.1正式发布,新版本实现了多窗口模式,采用新的目录管理方式,编辑器增加了错误导航,完善了中文文档,增加了对Golang Present格式(包括Slide幻灯片和Blog文档)编辑的支持,代码格式化支持goimport(自动增删pkg)(可选),gocode插件支持自动更新包(可选)。以及其他众多更新和BUG修复。详情请参看LiteIDE内置的中文使用指南。
04 | * always open folder with new window (option) |
05 | * editor add navigate area for code format or build error |
06 | * add new GolangPresent plugin |
07 | * tool windows use instantpopup |
08 | * update editor tab context menu |
09 | * add evilworks.qss style (by Vedran Vuk <vedranvuk82@gmail.com>) |
11 | * add error navigate area |
12 | * update kate highlighter |
13 | * add gopresent.xml syntax |
14 | * add Visual Studio Theme (by William Kennedy <bill@ardanstudios.com>) |
15 | * fix goto match braces |
18 | * auto set $PATH for GOROOT/bin and GOBIN and GOPATH/bin and GOPATH/bin/GOOS_GOARCH |
19 | * fix to use utf8 encoding |
21 | * auto update depends package (option) |
22 | * fix close gocode on last window close |
24 | * use sync code format (option) |
25 | * use goimports instead gofmt (option) |
26 | * code format error show in editor navigate area |
28 | * external cmd setting |
29 | * fix command input foucus |
31 | * add new Github_Style.css (by Slene <vslene@gmail.com>) |
33 | * option show hidden files |
35 | * fix build menu enable |
36 | * build error show in editor navigate area |
37 | * add gopm(Go Package Manager) tool <https://github.com/gpmgo/gopm> |
39 | * support golang present editor |
40 | * verify present error show in editor navigate area |
41 | * export golang present to html |
|