On Sun, 14 Aug 2011 14:27:10 +1000 Lex Trotman elextr@gmail.com wrote:
I get it now. FIF / Find Usage will certainly be better with line and column positioning, including Enter / double-click. Maybe implement that for the Compiler tab first? Looks easy, once I find where is the default error_regex. Huh.
Erm... looks easy? which compiler are you using that gives a column position?
I meant that parsing the column will be easy. Though adding column support to the message window requires some work, and the plugins ABI must be changed. Only a few plugins use msgwin_msg_add*, but the full patch will have to wait after out september release.
GCC just gives a line number vaguely in the region that it sorta guesses is the error ;-D
It emits a column number pretty often on my system. Sometimes even close to the actual error. :)