1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
codan Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
core Bug 426238: Update head of external references list when needed 2014-01-24 13:49:59 -05:00
cross Bug 426586 - [launch] Rename launch delegates to be more descriptive to 2014-01-27 15:42:30 -05:00
debug Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
doc Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00
dsf Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
dsf-gdb Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
jtag Bug 426586 - [launch] Rename launch delegates to be more descriptive to 2014-01-27 15:42:30 -05:00
launch/org.eclipse.cdt.launch Bug 426586 - [launch] Rename launch delegates to be more descriptive to 2014-01-27 15:42:30 -05:00
llvm Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00
lrparser Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00
memory Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
p2 Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
qt Bug 426781: Qt content assist is too aggressive 2014-01-28 11:06:40 -05:00
releng Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
testsrunner Bug 426586 - [launch] Rename launch delegates to be more descriptive to 2014-01-27 15:42:30 -05:00
upc Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
util Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
visualizer Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
windows Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
xlc Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00