------- 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=109862 Summary: code completion closing tooltip in string Product: kdevelop Version: unspecified Platform: Debian stable OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kreso cateia com Version: 3.2.2 (built from source) (using KDE KDE 3.4.0) Installed from: Debian stable Packages Compiler: 3.3.4 OS: Linux when a code completion tooltip opens, I start writing parameters, and the following specific case closed the tooltip prematurely: When typing in a string I typed the ')' character, and the tooltip closed. example: printf( printf( [printf(char* param,...] // tooltip printf("Hello world (C++ program [printf(char* param,...] // tooltip printf("Hello world (C++ program) // tooltip closes when I typed in '(' even though it's in string mode printf("Hello world (C++ program)"); // it was supposed to close on that last bracket, not the one in the string well, hope this load of text explained this small bug :) --- Kresimir Spes Cateia Games Lead Programmer http://games.cateia.com