GOnpp icon indicating copy to clipboard operation
GOnpp copied to clipboard

A go plugin for Notepad++

Results 6 GOnpp issues
Sort by recently updated
recently updated
newest added

Hi, I have corporate Windows environment, which prohibit set ENVIRONMENT variables into the system. I am using batch file to run Notepad++ set GOROOT=c:\go set GOBIN=c:\go\bin set PATH=%PATH%;c:\go\bin C:\APP\Notepad++\notepad++.exe But...

As the title says. The 64 bit plugin does not load the release cuts. Possible to cut a 64 bit plugin ?

added appveyor.yml config x64 config for VS2013 added updated with https://github.com/npp-plugins/plugintemplate/releases/tag/v3.1 x64 compiler errors and warnings corrected build see https://ci.appveyor.com/project/chcg/gonpp/build/1.2.2 additional adaptations needed for automatic deployment to github from appveyor

I need build, is how to make add ? Nice gonpp

Would you consider providing an option to use goimports (https://github.com/bradfitz/goimports), instead of go fmt, As well as an option to run go vet (http://golang.org/cmd/vet/) ? Thanks. (edit: originally I wrote...

GOnpp was not giving me the suggestions properly in my go source code. It was always sending the offset 469 to gocode. The true offset is within a closure, which...