[Qt-creator] A few issues (AutoInsert Brackets, C++ Parser, Locator)

Danny Price deepblue842 at googlemail.com
Fri Nov 27 17:43:00 CET 2009


Have you raised a bug in the ticket system? They tend to get a lot more
attention.

Creator does seem to cry wolf with templated code, both in the syntax
highlighting and the completion. I can imagine how complex it must be.

That said it's still better than the other editors I've used so no biggy.
And it compiles ok.

On Fri, Nov 27, 2009 at 4:07 PM, Frank Neuhaus <dtag00 at gmail.com> wrote:

> Hm *bump* anyone? :-\
>
> On Fri, Nov 20, 2009 at 1:22 AM, Frank Neuhaus <dtag00 at gmail.com> wrote:
> > 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 at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091127/fbd3d396/attachment.html 


More information about the Qt-creator-old mailing list