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

Hendrik Kueck TNHCWXSTKSJX at spammotel.com
Sun May 2 12:43:21 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      
           Summary: code completion not working in try/catch code blocks
           Product: kdevelop
           Version: 3.0.3
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: TNHCWXSTKSJX spammotel com


Version:           3.0.3 (using KDE KDE 3.2.0KDE 1.2)
Installed from:    RedHat RPMsRedHat RPMs

class A { ... };

int main() {
   A a1;

   a1.<code completion> works.

   try { 

      aInst.<code completion> fails.
   } 
   catch( exception e )
   {
      aInst.<code completion> fails.
   }
}




More information about the KDevelop-devel mailing list