| Summary: | Auto completion : collision between the c++ hinting and the words from the buffer | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Sylvain Joyeux <sylvain.joyeux> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Fixed in Kate CVS head, thanks to Roberto Raggi... |
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