-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Indexing Progress, Index Off Main Thread #1501
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 Indexing Progress, Index Off Main Thread #1501
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@thecoolwinter Nice progress bar, I really like it! I saw Xcode shows indexing progress at the top tho. Ever thought about using that UI? |
@activcoding yes! I would like to use a progress bar like that but we don't have the activity bar or any of the necessary API implemented. When that is finished this progress bar should be removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. I'm unsure about resetting the results at the start of a search tho; it seems a bit odd when a search takes longer than 0.2 seconds. Is there a specific reason not to replace the results once they are found?
CodeEdit/Features/NavigatorArea/FindNavigator/FindNavigatorIndexBar.swift
Outdated
Show resolved
Hide resolved
In massive workspaces I was finding search could take longer if the search query was small (like searching for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, all set for merging.
Description
Related Issues
Checklist
Screenshots
option.1.final.mov