Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hiddin on December 09, 2012, 08:35:08 pm

Title: How can I enable error underlineing?
Post by: hiddin on December 09, 2012, 08:35:08 pm
How can I enable error underlineing?
I want a VisualStudio like behaviour if I make mistakes.

like this:
(https://dl.dropbox.com/u/13720821/webpost/vs.jpg)

Instead of this:
(https://dl.dropbox.com/u/13720821/webpost/cb.jpg)
Title: Re: How can I enable error underlineing?
Post by: oBFusCATed on December 09, 2012, 09:58:47 pm
How can I enable error underlineing?
I want a VisualStudio like behaviour if I make mistakes.
By providing a patch, which implements it.
Title: Re: How can I enable error underlineing?
Post by: Alpha on December 10, 2012, 12:39:58 am
Devs, is the parser in CC currently strong enough that it, in theory, could provide this type of information?
Title: Re: How can I enable error underlineing?
Post by: oBFusCATed on December 10, 2012, 12:41:07 am
Devs, is the parser in CC currently strong enough that it, in theory, could provide this type of information?
No... this is a job for the compiler.