Releases: visualfc/liteide
Releases · visualfc/liteide
x38.3
x38.2
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
x38.1
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
x38.0
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
x37.4
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
x37.3
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
x37.1
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 litefind/terminal depends
- LiteFind
- SearchResultWidget add expandAll and collapseAll button
- GolangEdit
- fix fold by GO_ELSE
- gotools & gocode
- fix & update for Go 1.14
liteide for windows download
*liteidex37.1-3.windows-qt5.9.5.zip (new downloads)
x37
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
- GolangEdit
- fix fold by GO_ELSE
- gotools & gocode
- fix & update for Go 1.14
x36.3
Other downloads
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
- add
- DlvDebugger
- update stack frame to RPC api
- gotools & gocode
- fix fastmod match full version, example
github.com/mypkg/v2
- types check add basic type
- fix fastmod match full version, example
x36.2
2019.10.30 Ver X36.2
- LiteIDE
- add new image viewer plugin
- folder view support multi copy & paste
- folder view support move to trash
- fix gocode crash
- update uk (Ukrainian) translation, thanks for cl0ne
- LiteApp
- fix floating dock widet style
- add dock widget floating toolbar
- folder view support multi copy and paste
- folder view support move to trash action
- ImageEditor
- add new image viewer plugin
- support image viewer and gif video play
- GolangEdit
- support go1.13 number literal syntax highlight
- gotools & gocode
- fix bad parser crash