Bug 68296

Summary: Auto completion : collision between the c++ hinting and the words from the buffer
Product: [Applications] kdevelop Reporter: Sylvain Joyeux <sylvain.joyeux>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sylvain Joyeux 2003-11-15 20:30:38 UTC
Version:           CVS of 06 november 2003 (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages

When auto-completion from the c++ parser and auto-completion from the abbreviation plugin ("Enable automatic word completion" is checked) are enabled at the same time, the list made by the c++ parser is replaced by the "automatic word completion" one at the third character.

For instance, if I want to use the getWFlags from a QWidget *test,
if I type
QWidget -> [CTRL+SPACE]ge
it lists the /ge.*/ methods of qwidget
but, then, if I type the 't', it will list all the words beginning with "get" in the buffer (and no more the methods of qwidget)


KDevelop is getting better and better ... many thanks
Comment 1 Hamish Rodda 2003-11-16 03:32:19 UTC
Fixed in Kate CVS head, thanks to Roberto Raggi...