Open annazolkieve opened 3 years ago
Having windows share the find history is incompatible with history pseudo-entries, as each window could independently edit the same pseudo-entry.
For example, up to 100k entries should be available.
There's currently 128 unique entries per window, which is already long enough to not reasonably search though without some bash-like reverse search functionality.
Originated from https://forum.sublimetext.com/t/usability-issue-preserve-find-and-replace-history-between-sublime-text-application-instances/52856.
Scenario:
Folder_A
.Ctrl + H
, type some complicated (regex) pattern.Find
to make sure the pattern is saved in the history.File => Open Folder…
(selectFolder_B
or the sameFolder_A
).Ctrl + H
and expect to reuse previously used complicated (regex) pattern.find and replace
history seems to not permanent nor synchronized between all the ST windows. Please, make it permanent and available immediately for all the ST windows. The key idea is that the end user should never retype or lose previously entered data. The end user should open any number of ST windows and continue comfortably working having all the histories (find and replace
is just one example) are already filled and synchronized between all the ST windows. Also, please increasefind and replace
history size. For example, up to 100k entries should be available.Version Dev Channel, Build 4094.