1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00
cdt/core/org.eclipse.cdt.ui.tests
Nathan Ridge 86c3d8eeca Bug 525739 - Have Open Declaration find potentially-matching definitions for a declaration
The implementation strategy is as follows:

  - Implement an option to find potential matches during an AST
    definition search.

  - Store names that resolve to ProblemBindings in the index,
    as references for the candidate bindings, annotated as being
    potential matches.

  - Add an option to Index.findNames() to include potential matches.

  - Use the added options for the index and AST searches in
    OpenDeclarationsJob, prioritizing them accordingly (e.g. exact index
    matches take precedence over potential AST matches, but if there
    are no exact matches, potential matches from the AST and the index
    are combined).

Change-Id: I19f5c58820eb3ec79a31652d69fd5b86acaba115
2017-12-20 16:01:24 -05:00
..
.settings Bug 488109 Refactoring of Extract Constant Implementation 2016-06-14 03:26:18 -04:00
icons
META-INF Bug 314428: speedup build console - limit UI thread 2017-05-12 11:51:08 -04:00
resources Bug 491957. Preferences & save action for choosing const alignment 2017-05-15 02:59:54 -04:00
src/org/eclipse/cdt/ui Bug 515178: Convert ui AutomatedSuite to new style 2017-04-14 11:50:18 +01:00
ui/org/eclipse/cdt/ui/tests Bug 525739 - Have Open Declaration find potentially-matching definitions for a declaration 2017-12-20 16:01:24 -05:00
.classpath Bug 488109 Refactoring of Extract Constant Implementation 2016-06-14 03:26:18 -04:00
.options
.project
about.html
build.properties Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
plugin.properties Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
plugin.xml Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
pom.xml Bug 515304: profiles to parallelize testsuite 2017-04-14 20:03:36 -04:00
test.xml