Bug 68296 - Auto completion : collision between the c++ hinting and the words from the buffer
Summary: Auto completion : collision between the c++ hinting and the words from the bu...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 20:30 UTC by Sylvain Joyeux
Modified: 2003-11-16 03:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...