Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359135

Summary: Functions on a string are not showing in content assist
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Xiao Bin Chen <xiaobinc>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh, jqian
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Functions on a string
none
Patch enable content assist support Date/String/Timestamp type function lasher: iplog+

Description broy2 CLA 2011-09-27 15:49:57 EDT
Created attachment 204116 [details]
Functions on a string

There are functions on a string that do not show in content assist.
myInt = myString.CA should show the list of functions.

Screen shot attached.

program FunctionsOnString type BasicProgram {}
	myInt int;	
	myString string = "Carolina, State, Duke";
	pattern string = ", ";
	function main()
		myInt = myString.indexOf(pattern);
		myInt = myString.
	end	
end
Comment 1 Jing Qian CLA 2011-10-04 16:01:19 EDT
not just String,

also Date, timestamps, all the primitive types has certain functions defined in them.  

none of them are showing up either
Comment 2 Xiao Bin Chen CLA 2011-10-13 01:01:49 EDT
Created attachment 205080 [details]
Patch enable content assist support Date/String/Timestamp type function
Comment 3 Xiao Bin Chen CLA 2011-10-13 01:32:08 EDT
Date, timestamps and string type functions are new in edt. Add support for content assist in edt.
Comment 4 broy2 CLA 2011-10-13 15:28:39 EDT
Dictionary functions are still not available in content assist.
Comment 5 Xiao Bin Chen CLA 2011-10-13 23:32:35 EDT
resolved. So far content assist support:
string
date
timestamp
dictionary
array
Comment 6 broy2 CLA 2011-10-18 10:36:54 EDT
Verified in 20111018 build.