[Bug 80671] code completion not working in try/catch code blocks

Hendrik Kueck TNHCWXSTKSJX at spammotel.com
Fri Apr 30 09:13:38 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=80671      




------- Additional Comments From TNHCWXSTKSJX spammotel com  2004-04-30 05:41 -------
Aargh. Was not done editing. Stupid tab key behaviour. Anyway: ignore the first post. And again:  

class A { ... };

int main() {
  A a1;

  a1.<code completion> works.

  try {
    A a2;
    a1.<code completion> works.
    a2.<code completion> fails.
  }
  catch( exception e )
  {
    A a3;
    a1.<code completion> works.
    a3.<code completion> fails.
  }
} 

I only noticed this in the try and catch code blocks. Code completion works fine in for(...) {  } code blocks for example.




More information about the KDevelop-devel mailing list