Skip to main content

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

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




Back to the top