liteide
liteide copied to clipboard
LiteIDE is a simple, open source, cross-platform Go IDE.
check the picture the second Sqeuence_t is not colored
### Spec LiteIde x38.2. qt 5.15.2 64bit go1.19.4 windows 10 home x64 ### Env set GO111MODULE= set GOARCH=386 set GOBIN= set GOCACHE=C:\Users\ASUS\AppData\Local\go-build set GOENV=C:\Users\ASUS\AppData\Roaming\go\env set GOEXE=.exe set GOEXPERIMENT= set GOFLAGS=...
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...
Please, add a dash between name of a release tarball and its version. Now: `liteidex38.1.linux64-qt5.5.1.tar.gz` Proposed: `liteide-x38.1-linux64-qt5.5.1.tar.gz` or `liteidex-38.1-linux64-qt5.5.1.tar.gz` What this x means? It looks strange as version prefix.
this is the replace all within selected text function source code: void FindEditor::replaceSelAll() { if (!m_option.isValid()) { return; } m_option.backWard = false; LiteApi::IEditor *editor = m_liteApp->editorManager()->currentEditor(); if (!editor) { return;...
First of all: LiteIDE is great! Working on several projects at the same time would be much easier if the tabs of the opened codes were assigned any color, possibly...
如果不是通过编辑器右侧删除了工程目录,直接在系统中删除了目录 ,下次打开加载不上目录就会卡死,用不了。
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? LiteIDE X38 - Qt 5.15.6 (64 bit) ### What version of Go are you...
(Windows 8.1 32bit) If I start a process using "file run" eg test.go , giving `D:/programs/go/bin/go.exe run test.go [D:/go/src]` then attempt to stop the program "test.exe" using the "stop action"...