Codeine - Diagnostics & Code completion

Since I announced Codeine, I mainly worked on live code diagnostics and code completion.

Live diagnostics are now working well.
I modified Codeine's console area to provide live diagnostics, as well as the output console.
The whole stuff now looks like this:

On the right, you can select the output console, or the code diagnostics (here with a well formed code).

Diagnostics are provided in real-time:

In that example, I didn't include the necessary C library headers, hence the errors.

Code completion is more complex, but it's now beginning to work:

Code-completion results still needs to be filtered, and the final output will of course provide useful infos, just as xCode autocompletion.

So stay tuned. I'll keep posting here updates about Codeine. : )