YouCompleteMe/python/ycm/client
Strahinja Val Markovic b9bb788a2a Diagnostics work again... somewhat.
There appear to be timing issues for the diag requests. Somehow, we're sending
out-of-date diagnostics and then not updating the UI when things change.

That needs to be fixed.
2013-10-07 11:03:29 -07:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py We now handle the starting FileReadyToParse event 2013-10-07 11:03:29 -07:00
command_request.py Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
completion_request.py 'get_completions' handler is now 'completions' 2013-10-07 11:03:28 -07:00
diagnostics_request.py Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
event_notification.py We now handle the starting FileReadyToParse event 2013-10-07 11:03:29 -07:00