LuckyGeck / YcmdCompletion

Sublime Text 3 plugin for C++ code completion and error highlighting, based on Ycmd server
MIT License
41 stars 17 forks source link

Added support to automatically start a local Server. #6

Closed hassec closed 9 years ago

hassec commented 9 years ago

The added functionality should not affect the behavior for anybody that has it setup the "old" way. But if wanted one can now let sublime automatically start the ycmd server. Since sublime doesn't support a before close acctions I added the file monitory.py which gets launched by a subprocess upon server start and then kills the server as soon as sublime is shutdown.

hassec commented 9 years ago

changed the code as was proposed.

hassec commented 9 years ago

Should be ready to be merged now. ;)

LuckyGeck commented 9 years ago

Finally merged :) Thank you for your contribution!

hassec commented 9 years ago

No problem :) I'm glad that I could contribute!