aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:50:28 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:50:28 -0400
commit465cf8345a38fdb078672c34dbd25c4e89c3dcf6 (patch)
tree2dc2899d60c0e95a5eb4da4478a783e2fbac9b7c /doc/manual.md
parent7150a93bfa47217e4f1f04acec868ab8163b242d (diff)
downloadtextadept-465cf8345a38fdb078672c34dbd25c4e89c3dcf6.tar.gz
textadept-465cf8345a38fdb078672c34dbd25c4e89c3dcf6.zip
Changed some of 'lfs_ext' API.
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER` argument from `lfs.dir_foreach()`.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 7d41a07f..0e0ddbfc 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1853,10 +1853,19 @@ terminal's constraints:
Old API |Change |New API
----------------------------------|:------:|-------
+**lfs** | |
+FILTER |Renamed |[default\_filter][]
+dir\_foreach() |Changed |[dir\_foreach()][] _(Changed args)_
**textadept.editing** | |
-snapopen(...) |Changed |[quick\_open(paths, filter, opts)][]
-SNAPOPEN\_MAX |Renamed |[quick\_open\_max][]
+snapopen(...) |Changed |[quick\_open][](paths, filter, opts)
snapopen\_filters |Renamed |[quick\_open\_filters][]
+SNAPOPEN\_MAX |Renamed |[quick\_open\_max][]
+
+[default\_filter]: api.html#lfs.default_filter
+[dir\_foreach()]: api.html#lfs.dir_foreach
+[quick\_open]: api.html#io.quick_open
+[quick\_open\_filters]: api.html#io.quick_open_filters
+[quick\_open\_max]: api.html#io.quick_open_max
### Textadept 7 to 8