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

Bug 355422

Summary: Content assist doesn't list array functions
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Xiao Bin Chen <xiaobinc>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh, yuhaodl
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Add current array function to edt proposal. lasher: iplog+

Description broy2 CLA 2011-08-22 14:24:07 EDT
Build Identifier: 20110819

The dynamic array functions should be listed following the period of dynamicArrayName. when content assist is requested.

Reproducible: Always

Steps to Reproduce:
1.Create an EGL program and define a dynamic array.
2.In the main function, type the name of the dynamic array followed by a period.
3.Request content assist.
4.Get: No default proposals.
5.Should get a list of dynamic array functions.
Comment 1 Xiao Bin Chen CLA 2011-08-25 03:00:00 EDT
Created attachment 202122 [details]
Add current array function to edt proposal.

This patch add a function in ArrayTypeBinding to get System Array fucntion.
Comment 2 Xiao Bin Chen CLA 2011-08-25 03:00:33 EDT
Hi tony. Please review and check in the code for this defect
Comment 3 broy2 CLA 2011-08-29 11:09:17 EDT
Verified 20110828