[Qt-creator] The output window etc.
Michael Sué
sue at nf.mpg.de
Wed Nov 5 10:17:49 CET 2008
Hi Creator-Team,
1) the program output window could easily be integrated into the "Views". If
I have a GUI-driven debugger for a GUI-driven program I generally have no
need for DEBUG output, or output at all. So what gets written there is not
very much, and it does not need an extra window that pops up during debug
and lessens the place to navigate the code.
2) I am missing a button/menu entry to compile a single file, just to see
whether it compiles at all, without the overhead of linking and re-building
5 other programs that may belong (and for my .pro-file in fact do belong) to
the project.
3) The problem with the run configuration:
When I started the creator the first time, loaded my .pro-file and pressed
the run-button, the wrong program came up, and somewhere much later I found
the method to choose which program to run on the "Build&Run" page.
Before I found it I searched the contents menu of the subprojects for some
entry like: "Set as Sturtup Project".
That's of course a wonderful place to "copy" some other entries of the
corresponding contents menu of Visual Studio like:
- compile one file
- build of the selected project(s)
- clean build of the selected project(s)
- properties -> which could open a tabbed dialog to show what is now in
Build&Run
etc.
Best, Michael.
More information about the Qt-creator-old
mailing list