[Qt-creator] Feature Requests
Thorbjørn Lindeijer
thorbjorn.lindeijer at nokia.com
Fri Nov 28 15:32:01 CET 2008
ext Christian Seifert wrote:
> - Code-Formatter: I'm a fan of code formatter :) is it possible to integrate such formatter in QtCreator? e.g. Artistic Style -> http://astyle.sourceforge.net/
This has been discussed in another thread. The functionality would
indeed be nice, but in my opinion AStyle is a bit limited. Code
formatting is a feature we'd like to see in QtCreator, though.
> - Projectmanagement for several projects: like the solutions in visual studio. Easily a possibility to manage more than one project, to configure the project type (C++-Library, GUI-Project, ...) and the build order, the build destination, target name and so on.
Most of this functionality is already there, except for build order and
you can't store your list of projects in a solution-like file.
You can manage more than one project by opening multiple projects in the
same session, and giving this session a name. This allows you to easily
switch back to this set of projects later.
You can configure project type (lib/app) and the target name in the .pro
file.
The build destination can be configured under "Build&Run" (called
"Projects" in the snapshots) -> Build Settings -> General -> Build
Directory.
Regards,
Bjørn
--
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software
More information about the Qt-creator-old
mailing list