[Bug 72692] code completion fails when there are c++ style comments containing . or ->

Diederik van der Boor mail-kdebugs at codingdomain.com
Tue Oct 26 19:53:39 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=72692        




------- Additional Comments From mail-kdebugs codingdomain com  2004-10-21 18:05 -------
I've noticed the same thing in KDevelop-3.1.1:

void addFoo(const QString &bar)
{
  if(foo)
  {
    someList_.append( bar ); /* code completion works here */

    // A comment with dot.

    /* doesn't work here!! */
  }
  /* works here again */
}

Really weird.




More information about the KDevelop-devel mailing list