diff options
author | 2013-04-24 15:21:32 -0400 | |
---|---|---|
committer | 2013-04-24 15:21:32 -0400 | |
commit | cb57c684e1fb68ac8b4fc9c26a33bce603265eba (patch) | |
tree | 9c1ff861557e4941d21fdf59a7d666b8888b7b91 /doc/06_AdeptEditing.md | |
parent | 49f5b5d500b19fe3ebeb14d1a4cdcda61f0eab59 (diff) | |
download | textadept-cb57c684e1fb68ac8b4fc9c26a33bce603265eba.tar.gz textadept-cb57c684e1fb68ac8b4fc9c26a33bce603265eba.zip |
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
Also changed experimental find incremental API.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index 78b3bffc..a3bea087 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -182,10 +182,10 @@ then "Replace All". `Ctrl+Shift+F` brings up Find in Files (`⌘⇧F` on Mac OSX | none in curses) and will prompt for a directory to search. The results are displayed in a new buffer. Double-clicking a search result jumps to it in the file. You can also -use the `Ctrl+Alt+G` and `Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` on Mac OSX | none -in curses) key bindings. Replace in Files is not supported. You will have to -"Find in Files" first, and then "Replace All" for each file a result is found -in. The "Match Case", "Whole Word", and "Lua pattern" flags still apply. +use the `Ctrl+Alt+G` and `Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` | none) key +bindings. Replace in Files is not supported. You will have to "Find in Files" +first, and then "Replace All" for each file a result is found in. The "Match +Case", "Whole Word", and "Lua pattern" flags still apply. _Warning_: currently, the only way to specify a file-type filter is through the [find API][] and even though the default filter excludes common binary files |