Skip to content
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 #981

Closed
wants to merge 10 commits into from

Commits on Dec 6, 2023

  1. Add Filter Mechanism for Target in Move Refactoring#18

    To let user filter the projects or packages from a search bar in a move refactor dialog.
    
    Fixes vi-eclipse/Eclipse-JDT#18
    ShahzaibIbrahim committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    aa6dbb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Add Filter Mechanism for Target in Move Refactoring#18 eclipse-jdt#981

    Using Filter Class to filter out the tree
    ShahzaibIbrahim committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6ae35eb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ef38d1c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Add Filter Mechanism for Target in Move Refactoring#18

    Fixing ui for search bar
    ShahzaibIbrahim committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fc44ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    0bcb2b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    ac673eb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    6bfb5e4 View commit details
    Browse the repository at this point in the history
  2. Add Filter Mechanism for Target in Move Refactoring#18

    Comments Reviewed.
    1. Not Expanding tree on keystroke for search (saves processing)
    2. Not trying to do the search filtering in JrtPackageFragments
    3. Disabling the button on keystroke of search as everything is
    dis-selected
    ShahzaibIbrahim committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    52f8dcb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add Filter Mechanism for Target in Move Refactoring#18

    * Added Debounce on listener on search text
    ShahzaibIbrahim committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b745dc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    2a539b2 View commit details
    Browse the repository at this point in the history