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

Sylvain Joyeux sylvain.joyeux at m4x.org
Sat Nov 15 20:31:03 UTC 2003


------- 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=68296     
           Summary: Auto completion : collision between the c++ hinting and
                    the words from the buffer
           Product: kdevelop
           Version: unspecified
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: sylvain.joyeux at m4x.org


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




More information about the KDevelop-devel mailing list