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

add Error panel #13

Closed hrnr closed 8 years ago

hrnr commented 8 years ago

this PR implements error panel, which shows error and warnings for current file.

Panel is interactive and highlighting error in panel will take you to appropriate location.

It's better than having python console open all the time just to see warnings.

LuckyGeck commented 8 years ago

Sorry, could you please update your PR - some other fixes where submitted that caused merge conflicts. Thanks!

hrnr commented 8 years ago

I have rebased my branch. I also have some bugfixes prepared, but I think that's for different PR.

LuckyGeck commented 8 years ago

Thanks @hrnr! This feature is great, I'll merge it right now.

I have some suggestions for future improvements: 1) Merge Hide and Show options into one option (toggle error panel) 2) Add default shortcut for this option 3) Add some words about this panel to README 4) Sometimes this panel hides on its own and one should run 'Show Error Panel' command. It'll be cool to show it again automatically in this cases.