-
Notifications
You must be signed in to change notification settings - Fork 2
search
monsterkodi edited this page May 21, 2017
·
8 revisions
the search command searches all files in the current project
-
⌘⇧F
case insensitive -
^⇧F
case sensitive -
⌥⇧F
regexp insensitive -
^⌥⇧F
regexp sensitive
will ...
- mark them for saving
- changes are propagated immediately to all open files
-
⌘S
(while the search-results view has focus) will save all pending changes in open and closed files - deleting lines from the search results will not remove them from their original files
- changes from the editor are not yet propagated to old search results
- this means: only edit and save fresh search results!
- this is a very powerful feature but not tested thoroughly yet and probably not working correctly in all cases!
- use at your own risk! backup your files!