You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Usually we have multiple temp files(maybe some logs, exception etc, we don't want to save them), later we would like to search against these tmp files.
Atom stores tmp files in IndexDB, and seems we can do full text search in IndexDB.
Thanks.
The text was updated successfully, but these errors were encountered:
I assume this means you'd basically like to search in your open tabs since the files aren't saved? In that case, I think this request is pretty close to #241 so we'll close in favor of that issue.
Additionally, please use the issue template when opening issues - if any part doesn't apply, feel free to just say something like "not applicable". The template information and format is super helpful for us when triaging issues.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
Usually we have multiple temp files(maybe some logs, exception etc, we don't want to save them), later we would like to search against these tmp files.
Atom stores tmp files in IndexDB, and seems we can do full text search in IndexDB.
Thanks.
The text was updated successfully, but these errors were encountered: