Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359135 - Functions on a string are not showing in content assist
Summary: Functions on a string are not showing in content assist
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Xiao Bin Chen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 15:49 EDT by broy2 CLA
Modified: 2017-02-23 14:20 EST (History)
2 users (show)

See Also:


Attachments
Functions on a string (81.16 KB, image/png)
2011-09-27 15:49 EDT, broy2 CLA
no flags Details
Patch enable content assist support Date/String/Timestamp type function (13.79 KB, patch)
2011-10-13 01:01 EDT, Xiao Bin Chen CLA
lasher: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.