-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Filter Mechanism for Target in Move Refactoring #18
Comments
@ShahzaibIbrahim I assigned the ticket to you, please change its status once you start working on it. Thanks! |
To let user filter the projects or packages from a search bar in a move refactor dialog. Fixes vi-eclipse/Eclipse-JDT#18
ShahzaibIbrahim/eclipse.platform.ui@785d443
@ShahzaibIbrahim you probably closed this one by mistake because you wrote Please reword the commit appropriately and only mention "official" issues (issues in the Eclipse repositories). Change the status of this issue accordingly too ;) |
Do you know where I can find the official issue for this one? |
If it's not already linked in our internal issue then it's probably not been created yet. Please create it and link it. |
ShahzaibIbrahim/eclipse.platform.ui@0964792
ShahzaibIbrahim/eclipse.platform.ui@2618093
Was closed by accident again |
Current Behavior
The move refactoring provides a tree view in which the move target has to be selected. The target has to be searched manually within the complete project tree, as there is no search or filter mechanism, which is quite cumbersome when having a large number of projects.
Expected Behavior
The target selection dialog for the move refactoring should provide a filtering mechanism, which at least allows to filter the project names or even the names of elements within the projects.
The filter should support common functionality like partial inputs and wildcards, i.e.,
eclipse.*.tools
should, for example, matchorg.eclipse.internal.tools
.Link to original issue -> eclipse-jdt/eclipse.jdt.ui#1337
The text was updated successfully, but these errors were encountered: