Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] w/some small ammendments Re: [cdt-patch] Code completion - first round

Bogdan has promised to address the one failure in 
AutomatedIntegrationSuite with the addition of the new code-completion 
reworking within the next 15 minutes. 

QNX-ers, give this a try and let Hoda know if there are any problems. 

I Love CDT
JohnC




Hoda Amer/Ottawa/IBM@IBMCA 
Sent by: cdt-patch-admin@xxxxxxxxxxx
08/12/2003 03:11 PM
Please respond to
cdt-patch@xxxxxxxxxxx


To
cdt-patch@xxxxxxxxxxx
cc

Subject
[cdt-patch] Code completion - first round







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 "->" 


Thanks, 
Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group 


  [attachment "core.aug12.txt" deleted by John Camelon/Ottawa/IBM] 
[attachment "core.tests.aug12.txt" deleted by John Camelon/Ottawa/IBM] 
[attachment "ui.aug12.txt" deleted by John Camelon/Ottawa/IBM] 



Back to the top