showerliang / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

[feature request] allow to modify the test command line #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently (x17) tests are run using "go get"
please provide an option to pass flags (such as -v) to the command.

Original issue reported on code.google.com by ernest.m...@gmail.com on 23 Feb 2013 at 11:18

GoogleCodeExporter commented 9 years ago
* liteide - options - litebuild - gosrc.xml 

example:
<action id="Get" menu="Test" img="blue/get.png" cmd="$(GO)" args="get -v ." 
save="all" output="true" codec="utf-8"/>

* liteide - view - Execute File (Ctrl+,)
input "go get -v" enter and execute.

Original comment by Visua...@gmail.com on 25 Feb 2013 at 12:24

GoogleCodeExporter commented 9 years ago
Thanks!  Did not know about this configuration style. 

Great tool by the way. Is there a forum to discuss new features?

Original comment by ernest.m...@gmail.com on 25 Feb 2013 at 8:15

GoogleCodeExporter commented 9 years ago
Google group

https://groups.google.com/group/liteide-dev

Original comment by Visua...@gmail.com on 25 Feb 2013 at 9:33