Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Build Console enhancements

Do you have anything implemented? 
I wish to participate. I think one enhancement can be useful. 
Dynamic processing of console output. 
Build can take several minutes and in many cases you want to see error and warning markers as soon they appear in console.

--
Olexiy

2009/10/19 Dmitry Kozlov <ddk@xxxxxxxxxxxxxxxx>
Hello,
I'm working on some enhancements to CDT Build Console:
- Run build button on concole toolbar, to run build directly from console
- "Make arguments" text field on console toolbar to pass parameters to
make when Run build is pressed
- Build Console output text partitioning to enable moving between errors
and going from errors to source code directly from console, not using
problems view.
- File prefixes translation in console preferences to enable view error
in local source file while compiler reported error against remote
filesystem, e.g. translate /net/user/project/src/ to C:\myProject\src.
- Save console to file button on console toolbar.

I suppose it is better to do it as existing console build modification
instead of writing plugin with another console implementation. Can these
modifications be included to CDT head? Who can help with review code and
commiting this?
Any other suggestions concerning this functionality from CDT team?


Best regards,
Dmitry Kozlov


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top