------- Comment #3 from andrejohn dot mas at gmail dot com 2006-09-13 21:12 ------- Now that I look at it that does appear to be the format. The issue now that I look at it closer is to do with 'error blocks' (multiple lines referencing the same issue). This may end up simply being a CDT issue. But as an example:
Rights.h:96: error: `Rights::AuthLevel Rights::level' is protected MenuScreen.cpp:248: error: within this context Ideally the message in the second line would also be that of the first line, unless there is some mechanism that the IDE can use to know the two are the same issue. Since CDT marks the lines visually to indicate error location the hover I get when in MenuScreen.cpp, line 248 is 'error: within this context', which is not helpful unless you look at the compile trace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29069