defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Windows: Getting suggestions opens a popup command window #1

Closed zekesonxx closed 9 years ago

zekesonxx commented 9 years ago

Whenever the plugin does a racer command it causes a command window to open then immediately close. This is incredibly annoying.

glennw commented 9 years ago

Ah, this must be how python is spawning the process. I'll take a look at the python APIs to see how to fix that (although I don't have a Windows box here to test with).

glennw commented 9 years ago

I have made a change and pushed an update (0.3.0) that should hopefully fix this.

glennw commented 9 years ago

Hi, v0.3.0 has been pushed to the released channel now - are you able to test if that works better on Windows?

zekesonxx commented 9 years ago

That fixed it! Thank you, now I can use racer happily.