1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.ui
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
..
build/org/eclipse/cdt/ui/build Patch for Sean Evoy 2003-08-11 17:33:10 +00:00
icons/full Patch for Sean Evoy 2003-08-11 17:33:10 +00:00
schema New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
src/org/eclipse/cdt Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
utils.ui/org/eclipse/cdt/utils/ui Patch for Hoda Amer. 2003-05-27 21:33:04 +00:00
.classpath New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.project change all external plugin jar references to project references added 2002-06-28 14:20:21 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties Added the build source folder to the build.properties file. 2003-06-14 21:14:56 +00:00
ChangeLog Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
plugin.properties Patch for Bogdan Gheorge: 2003-07-14 15:34:57 +00:00
plugin.xml Patch for Sean Evoy 2003-08-11 17:33:10 +00:00