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

feat(gui):improve search and usage dialog #2383

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MrIkso
Copy link
Contributor

@MrIkso MrIkso commented Dec 27, 2024

This PR improves Search and Usage dialogs. Releated to #2009 , #2373, #1130

Main features:

  1. Added Whole Word find option
  2. Highlights text for found Classes/Methods/Filelds
  3. Tree structure for code/comment/resource results

Removed

  1. Open button - unuseless feature for curently view
  2. Sort button - results sorted by name defaults

Limitations

  1. Curently search available only one selected option
  2. When Method/Field name used highligt type not formatted html
Preview
Old New
Class Search Old_Search_Class_2024-12-27_02-14 Search_Class_2024-12-27_02-14
Methods Search Old_Search_Method_2024-12-27_02-14 Search_Method_2024-12-27_02-14
Field Search Old_Search_Field_2024-12-27_02-14 Search_Fileld_2024-12-27_02-14
Code Search Old_Search_Code_2024-12-27_02-14 Search_Code_2024-12-27_02-14
Resource Search Old_Sesrch_Res_2024-12-27_02-57 Search_Ressource1_2024-12-27_02-14 Search_Ressource2_2024-12-27_02-14
Usage Old_Usage_2024-12-27_02-50 Usage_2024-12-27_02-50

P.S maybe there will be more ideas how to make the appearance of the search results the best, maybe combine the table and the tree (TreeTable).

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.

1 participant