[Qt-creator] Sugestions and questions
Thorbjørn Lindeijer
thorbjorn.lindeijer at nokia.com
Tue Nov 4 13:10:47 CET 2008
ext Gustavo Carvalho wrote:
> 1 - Multiple projects loaded: how do I select on or the other for
> debug/execution? I notice the first one loaded is always bold, but
> can't change it...
This is kind of hidden at the moment. There's two ways:
1) Switch to "Build&Run" mode and use the "Startup" column to select
which project is the startup project.
2) Click-and-hold the Run button, and it'll popup a menu allowing you to
choose which project to run.
> 2 - Default quick open should really be focused on current file. If a
> cpp file, it should only list methods form that file. searching file
> names should be a filter....
Probably you're right that the QuickOpen needs a "current file overview"
filter, that basically filters the combo box at the top of the document.
Note that you can already specify which filters and enabled by default
or require a prefix in the filters configuration.
> 3 - Guaranteed crash: while editing a cpp file, select a Qt class name
> and press f1. When help opens in side-pane, right click on a link and
> select "open link in new tab". Presto!
Just perfect. :-)
> 4 - Header files. Can't "follow symbol under cursor" for Qt classes.
> F1 won't work either... Both work beautifully in cpp files...
Hmm, works for me. Does it find the Qt includes? Are your header files
recognized as C++ source? If not it might be due to the file extension,
which is a problem we already intend to fix.
Regards,
Bjørn
--
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software
More information about the Qt-creator-old
mailing list