[Qt-creator] another round of suggestions

Thorbjørn Lindeijer thorbjorn.lindeijer at nokia.com
Fri Nov 7 10:13:24 CET 2008


ext Nathan Carter wrote:
> 1. When I press enter, auto-indentation is ignored if I'm splitting a
> line.

I too find this very annoying, we should definitely look into fixing that.

> 2. Is it possible to have a preference for turning off the
> highlighting of the current line under the cursor?  Some might call it
> distracting.

You're not the first to ask. We'll make it configurable.

> 3. Perhaps this is one of the C++ tools you hope to one day add, but:
> Put cursor on symbol (or right-click symbol) and ask IDE to find all
> code in current project (all projects?) that references that symbol.
> I.e., "Who calls this function?"

Roberto has already started implementing the base for such a feature. :-)

> 4. What if failed QtTest output were parsed correctly and added to the
> Task List?  That is, based on console output like the following, I'd
> like to have a task that I can double-click to go to line 95 of
> test_foo.cpp.
> FAIL!  : test_foo::test_func() 'bar' returned FALSE. ()
>     Loc: [test_foo.cpp(95)]

Probably would be good to have a separate kind of run configuration for 
tests which does this.

> 5. As others have mentioned, I, too, have been able to make the
> program crash when choosing a method from the drop-down box near the
> title bar.

And as we already mentioned, this issue has been addressed. :-)

> 6. Very low priority: Is it possible to insert new command-line script
> calls that can be run instead of "make"?  That is, what if I want to
> run Doxygen?  Or the script that uploads my docs to the web?  Is there
> a way to do this with custom builds or something that I haven't
> noticed yet?  It would be nice to keep these things all inside the
> "project" umbrella that QtCreator embodies on my screen, but perhaps
> this is getting too kitchen-sink-like.

Would a custom run configuration help you? Or if you want to make it 
part of a build configuration, a custom build step? Both options are 
already available:

* Build&Run -> Run Settings -> Custom Executable (under + button)
* Build&Run -> Build Settings -> Build Steps -> Custom Process Step 
(also under + button)

Regards,
Bjørn

-- 
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software




More information about the Qt-creator-old mailing list