quan-xie / goclipse

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

Unchecking "Start Gocode server automatically" has no effect #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Eclipse > Preferences > Go > Gocode
2. Uncheck "Start Gocode server automatically", apply and hit "OK".
3. Exit Eclipse
4. Kill gocode instances. In Terminal, try "ps aux | grep gocode" and kill any 
gocode instances.
5. Start Eclipse
6. Start typing in text that would get auto-completed.

What is the expected output? What do you see instead?
The expectation is that no autocompletion happens.

What happens is that autocompletion occurs. "ps aux | grep gocode" shows that 
gocode was started with GoClipse's settings. This is supported by the fact that 
any changes that you might have made to "~/.config/gocode/config.json" gets 
overwritten with the GoClipse settings. (The latter part is a different bug 
related to Issue 52.)

What version of the product are you using? On what operating system?
On OS X Eclipse Juno SR2 with GoClipse v0.7.6

Please provide any additional information below.

Original issue reported on code.google.com by james.pi...@gmail.com on 2 May 2013 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by st...@kryas.com on 5 May 2013 at 4:42