[Bug 78255] New: kdevelop parser gets confused by comments in cpp sources

holger-kde at holgis.net holger-kde at holgis.net
Mon Mar 22 20:43:06 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=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




More information about the KDevelop-devel mailing list