eclipse-theia/theia
Ver no GitHub[editor] search (ctrl+f) should be persistent across multiple editors
Open
#6.527 aberto em 11 de nov. de 2019
editorhelp wantedui/ux
Métricas do repositório
- Stars
- (18.676 stars)
- Métricas de merge de PR
- (Mesclagem média 15d 4h) (75 fundiu PRs em 30d)
Description
Description
Currently, when multiple editors are opened and a user attempts to search in the editor (ctrl+f), the search is only persistent for the single editor. If an opened editor is switched, the search disappears. As an end user, I'd expect that the search box remains.

Comparing to VS Code, they keep the search box persistent across all opened editors. Is this an area we want to align?