Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355422 - Content assist doesn't list array functions
Summary: Content assist doesn't list array functions
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-08-22 14:24 EDT by broy2 CLA
Modified: 2017-02-23 14:18 EST (History)
2 users (show)

See Also:


Attachments
Add current array function to edt proposal. (2.87 KB, patch)
2011-08-25 03:00 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-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