Quote:
|
Originally Posted by Astronouth7303
I hooked into CDT's current parsing system. You take a line for input, parse it, and give Eclipse an object describing it.
|
I know, but in that object you can include a String that should be highlighted when the error/warning/message is selected. If this string is included, then Eclipse will highlight that string specifically. If the String is null, the entire line is highlighted.
Quote:
|
Originally Posted by Astronouth7303
I'll have an update site as well, as soon as my web space returns. (BTW, your server is unreachable.)
|
Thanks for letting me know. It probably won't be fixed until tomorrow.
Quote:
|
Originally Posted by Shinigami2057
Sounds like a good project, I'd definitely use it! And if you need help developing it, I'd be more than happy to lend a hand. I don't know very much about the internals of Eclipse, but I'll pick it up quick.
|
If you're using Eclipse, I'd suggest installing the CDT SDK (not the plain runtime) and reading the CDT Managed Build Extensibility Reference Document (I know, long name

) It also has information about some of the other areas that Astronouth is planning on working on.