1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
cdt/qt/org.eclipse.cdt.qt.core
Andrew Eidsness d613b149a0 Bug 426781: Qt content assist is too aggressive
In Content Assist cases like:

    q->

(when the cursor is to the right of the arrow operator) the name that is
returned by the content assist context is the empty string.  This was
used to check if the QObject::connect function applied.  Since the empt
string matches all bindings the Qt assistant incorrectly continued.

I've added a check to stop processing when the current name is the empty
string.

Change-Id: I4e5bf52f4ca1ddc33d88a48917213adbbeb81836
Signed-off-by: Andrew Eidsness <eclipse@jfront.com>
Reviewed-on: https://git.eclipse.org/r/21188
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-01-28 11:06:40 -05:00
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
META-INF Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
schema Bug 422797 - API for retrieving QMake information from Qt project 2013-11-28 23:33:42 -05:00
src/org/eclipse/cdt Bug 426781: Qt content assist is too aggressive 2014-01-28 11:06:40 -05:00
templates/project/Qt5 Bug 425938 - Make Qt5 template work with 5.2. Remove Qt4 template. 2014-01-17 10:06:53 -05:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.project Added support for Qt. Extended AddFiles template to change start/end 2013-01-12 00:57:49 -05:00
about.html Added support for Qt. Extended AddFiles template to change start/end 2013-01-12 00:57:49 -05:00
build.properties Fix Qt core plugin's provider and plug-in names 2014-01-14 09:53:09 -05:00
plugin.properties Fix Qt plugin's project structure 2013-12-12 11:12:13 -05:00
plugin.xml Bug 425938 - Make Qt5 template work with 5.2. Remove Qt4 template. 2014-01-17 10:06:53 -05:00
pom.xml Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00