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

Enhancements to Projects file switcher #20940

Closed
AngelaRemolina opened this issue May 18, 2023 · 0 comments · Fixed by #21275
Closed

Enhancements to Projects file switcher #20940

AngelaRemolina opened this issue May 18, 2023 · 0 comments · Fixed by #21275

Comments

@AngelaRemolina
Copy link
Contributor

Problem Description

  • The file switcher gets slow when it is searching in a big project. This is caused because the subprocess that executes the fzf command waits for the output, so if the output takes a lot of time, the screen could freeze. A posible solution for this is to migrate this from a subprocess to a ProcessWorker.
  • Another styling detail is that the switcher highlights in bold the search text that is matching the item title. But this only occurs in when it's searching for an open file, but when it's searching inside the project files it does not highlight the matching characters (look at the gif below)

bold

@dalthviz dalthviz added this to the v6.0alpha2 milestone May 19, 2023
@ccordoba12 ccordoba12 changed the title Enhancement of projects file switcher Enhancements of projects file switcher Aug 20, 2023
@ccordoba12 ccordoba12 changed the title Enhancements of projects file switcher Enhancements to Projects file switcher Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants