| Summary: | Index top elements with "<f>" as parent | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Dawid Pakula <zulus> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | wywrzal |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://git.eclipse.org/r/41454 https://git.eclipse.org/c/pdt/org.eclipse.pdt.git/commit/?id=f60289ab703aac0aa622627ec2d28d27418eddc1 |
||
| Whiteboard: | |||
| Bug Depends on: | 457784 | ||
| Bug Blocks: | 467746 | ||
|
Description
Dawid Pakula
We can't use qualifier without losing some functionalities, but we could use "parent" field (not only for this specific case). I sent feature request to DLTK team: bug #457784 New Gerrit change created: https://git.eclipse.org/r/41454 I modified subject, to index all top elements (non-class const, types and functions with "<f>" set as parent. Since DTLK 5.1.1 we are able to search by parent field. This will much faster than by bit flag (AccGlobal). Gerrit change https://git.eclipse.org/r/41454 was merged to [master]. Commit: http://git.eclipse.org/c/pdt/org.eclipse.pdt.git/commit/?id=f60289ab703aac0aa622627ec2d28d27418eddc1 Summary: global elements have <g> qualifier (PHPCoreConstants.GLOBAL_NAMESPACE) file elements (functions / variables) have <f> parent (PHPCoreConstants.FILE_PARENT). Closing. |