ext Schmidt Thomas (RtP2/TEF72) wrote: > Hello qtcreators, > > Are you aware of thread > _http://lists.trolltech.com/pipermail/qt-creator/2009-May/003166.html_ ? > > We are actually evaluating qtcreator in a complex SW development > environment including roundabout 120 executables (app-projects), 90 > lib-projects and 50 subdirs-projects. In this environment it would be > important for a SW-Developer to be able to navigate through the project > tree and easily open/load a sub-project. > > Thanks in advance > > Thomas
Loading a subproject that is already in your tree might be easier than you think. If you select the subproject in your project tree and then go to File -> Open... (Ctrl+O), the dialog opens in the directory of the subproject you just clicked. Then you can just start typing the name of the subproject and it'll complete to the full name. Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Software _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
