[Bug 68296] New: Auto completion : collision between the c++ hinting and the words from the buffer

Roberto Raggi raggi at di.unipi.it
Sat Nov 15 20:46:02 UTC 2003


Hi!,

On Saturday 15 November 2003 20:30, Sylvain Joyeux wrote:
> 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)
 

it is a problem of Kate code completion implementation.. it works well with qeditor.
the attached patch fixes the problem for Kate from cvs head

> 
> KDevelop is getting better and better ... many thanks
thanks :)

ciao robe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kate.patch
Type: text/x-diff
Size: 1005 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20031115/a9dc5fb0/attachment.bin>


More information about the KDevelop-devel mailing list