1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
cdt/core
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
..
org.eclipse.cdt.core Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
org.eclipse.cdt.core.linux update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.qnx update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.solaris update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.tests Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
org.eclipse.cdt.core.win32 Missed a version number for the fragment plugin 2003-05-15 15:24:36 +00:00
org.eclipse.cdt.ui Patch for Hoda Amer. 2003-08-12 20:20:13 +00:00
org.eclipse.cdt.ui.tests Remove usage of Java 1.4 reserved keyword assert. 2003-07-17 15:23:56 +00:00