Hi I encountered a few issues using Qt Creator (RC 3):
* I explicitly disabled "Automatically insert brackets" in the options. However the editor still inserts the closing brackets automatically. * The C++ parser still appears to have problems underlining 'wrong' code... Look at the following snippet: template<int N> class X {}; template<int M> class Y { void foo(const X<M>& test); // this line is underlined saying "M is not a type name" }; * I believe the locator worked correctly several releases/builds ago. However in the current version, I encountered the situation where a "classes and methods" search returned no results even though the function was definitely in the project. After opening the .cpp file of the function I was looking for manually, the function could suddenly also be found using the locator * This last problem may be specific to either my system (Fedora 12 Linux) or Qt itself - however I have not encountered it in any other app than Qt Creator. Also it only happens with enabled compiz. Sometimes (which means I am unable to reproduce it) the editor is not redrawn correctly after a change. Last time I actively noticed it was when I deleted some lines using shift+delete and the lines below the deleted line just did not move up. Then I scrolled the view a little and all of a sudden I could see the changes I had made. Cheers Frank _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator