KingDownloads

liteide version history

10 releases tracked, newest first.

x38.4

May 19, 2025
- Support for Go1.24 added - Fixed FindFilesThread stop issue - Added FileBuild menu item - Fixed memory crash and potential vulnerability issues

2 downloads

x38.3

Aug 13, 2023
### 2023.08.14 Ver X38.3 * LiteIDE * support Go1.21 * LiteEnv * support Go1.21 `go env` * LiteFind * support enter on directory searches * Terminal * fix source for not bash

15 downloads

x38.2

Feb 13, 2023
### 2023.02.19 update upload fixed bundle/appimage for linux64 ### 2023.02.14 Ver X38.2 * LiteIDE * fix and update gotools & gocode * refactor astview outline * update dlv debugger plugin * GolangAst * new outline view by pos * support typeparams * LiteDebug * add disassemble view * DlvDebugger * fix generics func sync * fix dlv process exit on windows * refactor gorountines model * support disassemble model * LiteBuild * gosrc.xml TARGETNAME use BUILD_DIR_PATH * GolangEdit * support any and comparable * GolangCode * support any and comparable * gotools * types fix find obj field * types fix object string * gotest fix run test file use -run mode * astview add new -outline for outline * astview add new -tp for typeparams * astview fix interface embedded type * gocode * fix identifier comparable * update lookup object

15 downloads

x38.1

Jan 23, 2023
### 2023.01.22 Ver X38.1 * LiteIDE * gotools & gocode support Go1.18 generics * support build for windows vs2019 * support build for freebsd/openbsd * fix memory leak * GolangCode * support Go1.18 generics * remove options and default set * uncheck GOPATH for set-lib * LiteEnv * fix memory leak * filter go env * LiteBuild * fix memory leak * fix buildconfigdialog twice accept * LiteEditor * fix selection navigation saved * check backspace empty completion unpopup * GolangEdit * update actions for GO111MODULE * GolangPlay * load depends * Bookmarks * fix memory leak * Terminal * libterm fix build for vs2019 * add option for set font * ptyqt use conptyprocess for vs2019 * ptyqt fix unixptyprocess for freebsd/openbsd * gotools * types support generics method lookup * gocode * support generics type autocomplete * support incomplete dep autocomplete

17 downloads

x38.0

May 22, 2022
### 2022.05.22 Ver X38.0 * LiteIDE * support Go1.18 go.work * support Go1.18 format/types/gocode * LiteApp & LiteEditor * add 'Detroit Future' theme (thanks donuts-are-good) * LiteEditor * add go.work syntax * add color/dart-blue.xml (thanks qAison) * LiteBuild * only check first run action and output * update GoPlus config * LiteEnv * windows env use %PROGRAMFILES%\Go * Terminal * fix copy text containing tab in terminal * add context menu copy/paste/selectall * gotools * support Go1.18 format * support Go1.18 types * support go.work * gocode * support Go1.18 code completer * support go.work * update unsafe pkg * fix gomod imports completer

7 downloads

x37.4

Mar 2, 2021
### 2021.03.02 Ver X37.4 * LiteIDE * move to trash use api on macos * fix find&replace repaint * update terminal action * add copy fullpath action * LiteApp * editor context menu add integrated terminal action * folder view update integrated terminal action * folder view add copy full path action * move to trash use api on macos * LiteFind * fix find&replace editor repaint * fix file search replace repaint * windows fileserach shortcuts add ctrl+atl+f * LiteEditor: * gomod.xml add retract * Terminal: * move to core plugin * DlvDebugger: * add pass flags options [![Download liteide](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/liteide/files/x37.4/x37.4.zip/download)

10 downloads

x37.3

Oct 10, 2020
### 2020.10.10 Ver X37.3 * LiteIDE * fix dlv debug exit crash on window * support mingw-64 build for window * LiteApp * update icon for hight-dpi * LiteBuild: * gosrc.xml add tool cover html command * gosrc.xml add make command * LiteEditor: * add dark-gray.xml color scheme, thanks for qAison * fix showlink tooltip bug for Qt5.12 * GolangEdit: * add find usages skip tests action * Terminal: * fix winpty load for Q_OS_WIN64 * add closeall action * DlvDebugger * fix exit crash on window * fix handle response regexp * gotools & gocode * update fastmod for go1.14 GOMOD * gotools * types add skip tests flag [![Download liteide](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/liteide/files/x37.3/x37.3.zip/download)

12 downloads

x37.1

Apr 24, 2020
### 2020.04.24 Ver X37.1 * LiteIDE * add new integrated terminal plugin * change LiteApi, IToolWindowManager and IFileManager api * Terminal: * new terminal plugin * export open in integrated terminal action * support open multiple shells (/etc/shells) on unix * support open cmd/powershell/git bash on window * support dark mode * support login mode --login (unix) * load enviroment from LiteIDE action (unix) * tab style multiple terminal * auto save / restore terminal info * ctrl+c key interrupt support * mouse to select, enter key copy to clipboard (ctrl+c/command+c) * ctrl+v / command+v to paste from clipboard * LiteApp * folder add open integrated terminal action * update hide tool window action icon. * folder view enable create folder in files * fix SideWindowStyle::moveToolWindow crash * fix #1106, options widget add ScrollArea, enable resize, init check screen size * LiteEditor * change copy/paste/cut/selectall/undo/redo unregister shortcut for macos * FileBorwser: * add open integrated terminal action * enable create folder in files * simple, remove litefin

15 downloads

x37

Apr 22, 2020
### 2020.04.22 Ver X37 * LiteIDE * add new terminal plugin * change LiteApi, IToolWindowManager and IFileManager api * Terminal: * new terminal plugin * export open in integrated terminal action * support open multiple shells (/etc/shells) on unix * support open cmd/powershell/git bash on window * support dark mode * support login mode --login (unix) * load enviroment from LiteIDE action (unix) * tab style multiple terminal * auto save / restore terminal info * ctrl+c key interrupt support * mouse to select, enter key copy to clipboard (ctrl+c/command+c) * ctrl+v / command+v to paste from clipboard * LiteApp * folder add open integrated terminal action * update hide tool window action icon. * fix SideWindowStyle::moveToolWindow crash * fix #1106, options widget add ScrollArea, enable resize, init check screen size * LiteEditor * change copy/paste/cut/selectall/undo/redo unregister shortcut for macos * FileBorwser: * add open integrated terminal action * simple, remove litefind/terminal depends * LiteFind * SearchResultWidget add expandAll and collapseAll button * Go

0 downloads

x36.3

Jan 15, 2020
### Other downloads * <https://sourceforge.net/projects/liteide/files> * [百度网盘](https://pan.baidu.com/s/1wYHSEfG1TJRC2iOkE_saJg) 密码:jzrc ### 2020.01.15 Ver X36.3 * LiteIDE * fix and update gotools&gocode for support Go Module. * refactor option, update all plugin option page * LiteApp * refactor option page, load/save and keep option page. * LiteEditor * fix code complete escape for Qt5.12 * Markdown * add CommonMark/cmark for markdown to html, replace sundown * GolangPackage * add GOPRIVATE,GONOPROXY,GONOSUMDB option * add goproxy.cn for GOPROXY list * merge GOPATH/GoModule setup to global options. * LiteBuild * add `go mod vendor` action * DlvDebugger * update stack frame to RPC api * gotools & gocode * fix fastmod match full version, example `github.com/mypkg/v2` * types check add basic type [![Download liteide](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/liteide/files/x36.3/x36.3.zip/download)

16 downloads