Re: [Qt-creator] regular couple of second hangs

2009-12-22 Thread Damien Fagnou
clone/lib64/libc.so.600x0038abcd2f7d I am not sure how to tell what process is running that is hanging the system ? any hint ? Thanks a lot Damien On Fri, Dec 11, 2009 at 05:26:33PM +0100, ext Damien Fagnou wrote: building a local

Re: [Qt-creator] regular couple of second hangs

2009-12-15 Thread Damien Fagnou
0x0038abcd2f7d I am not sure how to tell what process is running that is hanging the system ? any hint ? Thanks a lot Damien On Fri, Dec 11, 2009 at 05:26:33PM +0100, ext Damien Fagnou wrote: building a local version of QtCreator and breaking when the IDE hang

Re: [Qt-creator] regular couple of second hangs

2009-12-15 Thread Damien Fagnou
/libc.so.600x0038abcd2f7d I am not sure how to tell what process is running that is hanging the system ? any hint ? Thanks a lot Damien On Fri, Dec 11, 2009 at 05:26:33PM +0100, ext Damien Fagnou wrote: building a local version of QtCreator and breaking

[Qt-creator] regular couple of second hangs

2009-12-11 Thread Damien Fagnou
Hi , I have started experiencing regular couple of second hang now that I do larger projects with qtCreator , they are bigger but still relatively small ( 20-30 files max ) the hang happen when I change file , either using the project browser or one of the key short cut like F4 . it look

Re: [Qt-creator] regular couple of second hangs

2009-12-11 Thread Damien Fagnou
building a local version of QtCreator and breaking when the IDE hang , the debugger say I am in : void QProcessManager::run() .. // block forever, or until activity is detected on the dead child // pipe. the only other peers are the SIGCHLD signal handler, and the

[Qt-creator] Basic Syntax Highlights

2009-10-29 Thread Damien Fagnou
Damien ext Damien Fagnou wrote: / Hi , // // we use a lot of Lua in our company , we have some syntax highlight // definitions that include lua keywork and some of our own extension. and // the editor we current use for that is using the highlight definition to // do the auto complete [just

[Qt-creator] QtCreator 1.2.92 is really great !

2009-10-16 Thread Damien Fagnou
Hi , first eMail here , so first Thanks a lot for QtCreator is really gonna make it so much more fun to code under linux. at the company I work we are writing our UI in Qt but the low level libs are in Standard C++ using Make and a lot of Boost . I plan to use QtCreator as the IDE for all