From kdevelop-devel Mon Mar 22 19:43:16 2004 From: holger-kde () holgis ! net Date: Mon, 22 Mar 2004 19:43:16 +0000 To: kdevelop-devel Subject: [Bug 78255] New: kdevelop parser gets confused by comments in cpp sources Message-Id: <20040322194316.22137.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=107998468905614 ------- 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=78255 Summary: kdevelop parser gets confused by comments in cpp sources Product: kdevelop Version: 3.0.2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-devel kdevelop org ReportedBy: holger-kde holgis net Version: 3.0.2 (using KDE 3.2.1, Gentoo) Compiler: gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) OS: Linux (i686) release 2.6.3-gentoo Hi, when you have a class in kdevelop 3.0.2, which contains these lines: QString tmp; tmp. // lala.... tmp. then pressing ctrl-space at the first "tmp." works and the code completion is offered, but when pressing ctrl-space at the second "tmp." it doesnt work. adding a ; after lala.... helps. so probably the parser ( or whatever is responsible for this ) does not ignore comments properly. thanks, Holger _______________________________________________ Kdevelop-devel mailing list Kdevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel