John Rohrlich
John Rohrlich
I was executing build and confirmed the save dialog. panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x4b27642] goroutine 660 [running]: github.com/go-gl/glfw/v3.3/glfw.(*Window).GetPos.func1(0x0,...
Ignore should only apply to the find and not the replace. Try this for example in ra25.go - Bring up find dialog and enter AlphaCyc in Find field - Set...
See similar, but requiring separate fix, https://github.com/goki/gide/issues/243
SymbolsView is not jumping to the correct location if the file is edited after SymbolsView is first opened or refreshed. Clicking refresh before clicking on a symbol resolves the issue...
If you select text and invoke interactive replace the selected item is not changed when you select Ok. You get taken to the next item immediately.
We already have Go formatting when you save but I'd like to call it on selected text. For me this could just replace "Indent" when I coding Go but I...