liteide icon indicating copy to clipboard operation
liteide copied to clipboard

"Build" menu disabled for no reason

Open elder-n00b opened this issue 3 years ago • 0 comments

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 using (go version)?

go version go1.19.2 linux/amd64

What operating system and processor architecture are you using(go env)?

GOHOSTOS="linux" GOHOSTARCH="amd64" GOARCH="amd64"

What did you do?

Edit Go files.

What did you expect to see?

Build menu available/enabled.

What did you see instead?

With a Go project folder open, the "Build" menu disabled when switching editor buffers, but not re-enabled until application restart. Locking/unlocking the build path made no difference. After restart, with the very same files open, the Build menu is again enabled and functional. Also, perhaps I missed something in the documentation, but I do not understand why the "Build>Make" item sometimes is not there.

elder-n00b avatar Oct 23 '22 10:10 elder-n00b