This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Atom unresponsive while performing "Find in Project" #682
Open
Description
Repro Steps
- Open Atom with a project that has many files in it. For example, in my test projects:
$ du -sm
270 .
$ find . -type f | wc -l
32967
- Perform Find in Project in this project. I don't believe it matters what string you use.
- While Atom is finding in this project, click on another tab in the main window.
Expected: Tab opens immediately.
Actual: Tab opens after a delay of several seconds.
Versions
- Atom: 1.5.4
- Atom-Shell:
- OS: Mac OS X 10.11.2
- Misc
- apm 1.6.0
- npm 2.13.3
- node 0.10.40
- python 2.7.10
- git 2.6.3