1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
cdt/core/org.eclipse.cdt.core.tests/resources
John Camelon 8dba12bff3 Patch for Hoda Amer.
Hi, 
This patch updates code completion to use search. It also includes my previous patch which enabled the class wizard to use search as well. 

Current Code Completion has the following restrictions: 
- It will only work within the scope of a function or a method. 
-It will look for globals (variables, functions, classes, strucs, unions, enumerations, and macros). 
-In the scope of a method, it will also look for the methods and fields that belong to the owner class of this method. 
- It will NOT search the parent classes of the method in the method scope case. 
- It will NOT de-reference after a "." or an "->"
2003-08-12 20:20:13 +00:00
..
cfiles Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
cmodel Patch for Victor Mozgin. 2003-07-28 00:02:34 +00:00
dependency Move the dependencies directory to the right place. 2003-07-24 15:11:52 +00:00
exe Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
exebig Patch for Brent Nicolle. 2003-06-18 21:29:47 +00:00
indexer Patch for Bogdan (Fancy Pants) Gheorghe 2003-08-11 19:10:45 +00:00
parser Updated Factory infrastructure, constructors, etc. 2003-06-23 18:05:31 +00:00
search CORE 2003-08-12 18:19:55 +00:00
testlib Some resources were cvsignored. 2003-06-20 18:49:28 +00:00