Bug 272817 - [Code Assist] Request for extension - modifying type declaration flags during the build process
Summary: [Code Assist] Request for extension - modifying type declaration flags during...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Spector CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-04-19 03:49 EDT by Vadim Punski CLA
Modified: 2020-05-14 13:15 EDT (History)
2 users (show)

See Also:


Attachments
patch that implements functionality described (2.90 KB, patch)
2009-04-19 03:49 EDT, Vadim Punski CLA
jacek.pospychala: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Punski CLA 2009-04-19 03:49:58 EDT
Created attachment 132342 [details]
patch that implements functionality described

Build ID: I20090313-0100

Steps To Reproduce:
In order to improve searching for particular ITypes without using for type hierarchy, possibility to add additional flags during AST visitor is running should be supported.


More information:
The functionality will be extended using org.eclipse.php.core.phpSourceElementRequestors extension point.
Comment 1 Roy Ganor CLA 2009-04-19 03:58:05 EDT
committed to HEAD,
contributed by Vadim P.
thanks!

Comment 2 Vadim Punski CLA 2009-04-19 11:39:18 EDT
checked