Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Ziller Eike
On Jan 9, 2014, at 9:50 AM, Yves Bailly wrote: > Le 08/01/2014 17:54, Jeandet Alexis a écrit : >>> From what I understand your problem is that creator works as expected, >> Or also open your project as kai said in the same sessions you can open >> all of them separately and also open your top pr

Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Oswald Buddenhagen
On Wed, Jan 08, 2014 at 04:05:41PM +0100, Yves Bailly wrote: > The subdirs are all executable projects (no libraries) which > have no build-time dependencies between them. vs. > CONFIG += ordered do you even know what that means? > When I request to run one of the subproject, *all* the subproj

Re: [Qt-creator] Advice to improve QtCreator in new verions

2014-01-09 Thread Mateusz Łoskot
On 9 January 2014 08:46, Nikolai Kosjar wrote: >> >> In the other hand, QtCreator editor view is not configurable so, we >> can not have Outline Side Bar in the right side of the window and >> Project Side Bar in left because they are together and they can not be >> separated. Eclipse, Netbean

Re: [Qt-creator] Subprojects handling

2014-01-09 Thread Yves Bailly
Le 08/01/2014 17:54, Jeandet Alexis a écrit : >>From what I understand your problem is that creator works as expected, > Or also open your project as kai said in the same sessions you can open > all of them separately and also open your top project then just activate > the one you want. But in thi

Re: [Qt-creator] Advice to improve QtCreator in new verions

2014-01-09 Thread Nikolai Kosjar
Hi! On 01/09/2014 04:19 AM, Freddy Martinez Garcia wrote: > for example... I use C++11, and if I make: > > #include > > when I try to invoke std::move(), the editor dose not make the > completion of the move function... KDevelop fo it. > the same thing happen if I try to use std::share_ptr, QtCre