https://bugs.kde.org/show_bug.cgi?id=383930

Piotr Mierzwinski <piotr.mierzwin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Code completion             |general
            Version|5.1.1                       |5.3.0

--- Comment #2 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> ---
In last version of KDevelop (5.3.0) I noticed that before inserted empty
definition is put single closing curly bracket. It looks like this:

}


void myclass:myfoo( int param ) {}


I don't know if this does matter, but body of function before (last in moment
of insertion) looks like:

void myclass::lastfoo( int param )
{
     int a;
     if (something) {
            if (anotherthing)
                  do_something1();
     }
     else {
            if (yetanotherthing)
                  do_something2();
     }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to