diff options
author | 2013-04-24 15:21:32 -0400 | |
---|---|---|
committer | 2013-04-24 15:21:32 -0400 | |
commit | cb57c684e1fb68ac8b4fc9c26a33bce603265eba (patch) | |
tree | 9c1ff861557e4941d21fdf59a7d666b8888b7b91 /doc/10_Advanced.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/10_Advanced.md')
-rw-r--r-- | doc/10_Advanced.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/10_Advanced.md b/doc/10_Advanced.md index 7a37f9f4..bc3a0ab7 100644 --- a/doc/10_Advanced.md +++ b/doc/10_Advanced.md @@ -33,8 +33,8 @@ completions. Use the arrow keys to make a selection and press `Enter` (`↩` | ### Extending You can extend the command entry to do more than enter Lua commands. An -example of this is [incremental search][]. See *modules/textadept/find.lua* for -the implementation. +example of this is [incremental search][]. See *modules/textadept/find.lua* and +*modules/textadept/keys.lua* for the implementation. [incremental search]: api/gui.find.html#find_incremental |