Re: [Qt-creator] FYI : Odd bug (+fix) in editor/completion

2010-10-25 Thread Christian Kamm
Hi! On Monday 25 October 2010 11:45:08 ext bd.a...@free.fr wrote: > And all of a sudden, without having changed any setting or system > configuration, the editor insist "frequently", when I press the return > key, on creating lines 65634 car long, whether I do it at the > beginning, in the middle,

Re: [Qt-creator] New block indent styles

2010-09-15 Thread Christian Kamm
Hi Bryce, hi Laurent, thanks for the bug report! The regression has been fixed in master - the fix should be in the next nightly build. Cheers, Christian ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/

Re: [Qt-creator] QSystemInfo Error

2010-08-29 Thread Christian Kamm
On Monday 30 August 2010 00:02:10 ext dhk wrote: > I still haven't gotten this to build without the QSystemInfo error. Is > there anything special I have to do when installing the software? Do I > need to uninstall the 1.n version? Something is terrible wrong. > > I'm on a Gentoo amd64 box and

[Qt-creator] new QML/JS indenter: request for feedback

2010-08-10 Thread Christian Kamm
Hi everyone, the new C++ indenter went into master about a month ago and now the same is happening for QML/JS. Again, the main features are speed, the ability to use it without a TextEditor instance (very useful for quick fixes) and the potential to be a lot smarter than the old one. It's very

Re: [Qt-creator] Problem with code completion (and why not make Qt Creator a normal C++ IDE?)

2010-07-26 Thread Christian Kamm
Hi, On Monday 26 July 2010 20:54:24 ext Mateusz 'Matthew' Marek wrote: > last time I worked with Boost and I have a little problem. Because I > am not a Boost Master, so is very helpful to me having code > completion. But Qt Creator had a little problem with that. Everything > is OK (or almost OK,

[Qt-creator] new C++ indenter: request for feedback

2010-07-05 Thread Christian Kamm
Hi everyone, a new indenter for the C++ editor has just been merged into master. Its main features are speed, the ability to use it without a TextEditor instance (like for refactoring) and the potential to be a lot smarter than the old one. At the moment, however, it's still in its infancy. It

Re: [Qt-creator] Compile error with latest git

2010-06-21 Thread Christian Kamm
Hi, Abdelrazak Younes wrote: > Hi, > > This is with a fresh git source using Qt4.7beta1: > > cd qmldump/ && make -f Makefile thanks for the report. Qmldump is a tool for retrieving the types exposed by a Qml plugin and needs access to private headers. I've made sure it only gets compiled if the