Re: [Qt-creator] compiling the git version (requiring qt 4.6)

2009-09-11 Thread eike.ziller
Hi, it would be great if you could report that on the qt4-preview-feedback list (http://lists.trolltech.com/qt4-preview-feedback/). Thanks, Eike From: qt-creator-boun...@trolltech.com [qt-creator-boun...@trolltech.com] On Behalf Of ext Lorenzo Bettini

Re: [Qt-creator] Building plugins outside the source tree

2009-09-11 Thread Prashanth Udupa
Hi Eike, Sorry for the late response and thanks very much for the tip. I had to modify the .pro file a bit more to make it work. Pasted below is a project file for a imaginary DoNothing plugin. QTC_SOURCE = C:/Work/QtCreator/ QTC_BUILD = C:/Work/QtCreator/build/ TEMPLATE= lib TARGET

[Qt-creator] 'Find (F3/Shift-F3)' result in the middle of the edit window

2009-09-11 Thread Kuiper, Luuk
Hi all, When I do a 'Find next' or 'Find previous', the line containing the search string is shown at the bottom or the top of the edit window. It would be very convenient to have that line in the middle of the edit window. Most of the time I want to some more of the environment of the found

Re: [Qt-creator] Debugging class member variables

2009-09-11 Thread André Pönitz
On Friday 11 September 2009 09:09:54 ext Robert de Vries wrote: André Pönitz schreef: On Thursday 10 September 2009 22:17:35 ext Murphy, Sean M. wrote: [...] I'm not seeing anything there that helps, unless I'm just misunderstanding why you pointed me there. I meant the

[Qt-creator] Macro function in C++ editor.

2009-09-11 Thread Kuiper, Luuk
Hi all, I like to have a instant macro recording function in the C++ editor (as the ctrl+shift+r in Visual Studio). For repeating tasks I still use VS of Notepad++. Luuk Kuiper ___ Qt-creator mailing list Qt-creator@trolltech.com

Re: [Qt-creator] Debugging class member variables

2009-09-11 Thread Robert de Vries
André Pönitz schreef: On Friday 11 September 2009 09:09:54 ext Robert de Vries wrote: André Pönitz schreef: On Thursday 10 September 2009 22:17:35 ext Murphy, Sean M. wrote: [...] I'm not seeing anything there that helps, unless I'm just misunderstanding why you pointed me

Re: [Qt-creator] Macro function in C++ editor.

2009-09-11 Thread Kuiper, Luuk
That's a nice start. Pitty of missing the search in the macro. Luuk -Original Message- From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Romain Arcila Sent: 11 September 2009 10:31 To: qt-creator@trolltech.com Subject: Re: [Qt-creator] Macro

Re: [Qt-creator] compiling the git version (requiring qt 4.6)

2009-09-11 Thread Lorenzo Bettini
Done! it's a known problem: shadow build does not work if on the same directory of sources; a shadow build outside works :-) eike.zil...@nokia.com wrote: Hi, it would be great if you could report that on the qt4-preview-feedback list (http://lists.trolltech.com/qt4-preview-feedback/).

[Qt-creator] Documentation formatting problems in OSX version

2009-09-11 Thread Daniel Price
I'm using the latest 'technology release' and there are problems with the documentation-text rendering that make it almost unusable (see link). http://i118.photobucket.com/albums/o105/deep_blue_82/Picture3.png The standalone Assistant.app does NOT have the same problem and I've been using

[Qt-creator] Core::IFile::mimetype bug?

2009-09-11 Thread Nicolas Arnaud-Cormos
Hi, I'm playing with the code, and I find something strange. I'm trying to get the type of the file in the current editor (header or source). If I'm on a header file, and call the function file()-mimetype() in CPPEditor, it returns the string text/x-c++src. I would have expected text/x-c++hdr.