Skip to content

Added Find support in Plug-ins View#2343

Open
nburnwal09 wants to merge 1 commit into
eclipse-pde:masterfrom
nburnwal09:find_plugins
Open

Added Find support in Plug-ins View#2343
nburnwal09 wants to merge 1 commit into
eclipse-pde:masterfrom
nburnwal09:find_plugins

Conversation

@nburnwal09

@nburnwal09 nburnwal09 commented May 21, 2026

Copy link
Copy Markdown
Contributor

Fixes: #2341
Added plugin level find support in Plug-ins view

find.support.mov

@nburnwal09 nburnwal09 force-pushed the find_plugins branch 2 times, most recently from 6836fe1 to e10b18c Compare May 21, 2026 08:05
@SougandhS

Copy link
Copy Markdown

Cool change !
Thanks for working on this 👍

@github-actions

github-actions Bot commented May 21, 2026

Copy link
Copy Markdown

Test Results

  126 files  ±0    126 suites  ±0   37m 24s ⏱️ +17s
3 516 tests ±0  3 462 ✅ ±0   54 💤 ±0  0 ❌ ±0 
9 351 runs  ±0  9 221 ✅ ±0  130 💤 ±0  0 ❌ ±0 

Results for commit d8edfb2. ± Comparison against base commit 486ac81.

♻️ This comment has been updated with latest results.

@nburnwal09

Copy link
Copy Markdown
Contributor Author

@HannesWell
Can you please review this PR?

@noopur2507 noopur2507 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Neha, I tried the patch and have a couple of observations:

  • I notice some lag in both the filter field and the tree when typing or deleting filter text quickly.
  • When filter text is present, Cmd+A does not seem to select the entire text in the filter field, which makes it difficult to clear the filter by selecting all and deleting.

Could you please take a look?

@nburnwal09

Copy link
Copy Markdown
Contributor Author

Hi Neha, I tried the patch and have a couple of observations:

  • I notice some lag in both the filter field and the tree when typing or deleting filter text quickly.
  • When filter text is present, Cmd+A does not seem to select the entire text in the filter field, which makes it difficult to clear the filter by selecting all and deleting.

Could you please take a look?

Sure Noopur. I will check.

@nburnwal09 nburnwal09 force-pushed the find_plugins branch 2 times, most recently from c2a5216 to d60948b Compare June 12, 2026 09:04
@nburnwal09

Copy link
Copy Markdown
Contributor Author

Hi @noopur2507
I have addressed both lagging and cmd+A option.
Kindly review it.

This commit adds find support in plug-ins view
fixes: eclipse-pde#2341

@noopur2507 noopur2507 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working fine now.

@vogella

vogella commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

For new code I suggest to use the e4 FilteredTree which is a reworked version of the old FilteredTree, should be more a less a drop-in replacement (except the, true, true parameters).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plug-ins View Missing Find/Search Support

4 participants