diff options
author | 2016-06-16 23:29:56 -0400 | |
---|---|---|
committer | 2016-06-16 23:29:56 -0400 | |
commit | 4e55b247304ebc962d59ffa61d8788df802b0d6a (patch) | |
tree | e502b3e57a216efaa7dbef95c0a5bdf9ea76231a /doc/manual.md | |
parent | b2a88f20460e036012156aa2085114befadfd9af (diff) | |
download | textadept-4e55b247304ebc962d59ffa61d8788df802b0d6a.tar.gz textadept-4e55b247304ebc962d59ffa61d8788df802b0d6a.zip |
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
They can accept either objects or relative numbers now. They do not accept
absolute indices anymore.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/manual.md b/doc/manual.md index 16ba4854..dd222a5d 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1976,9 +1976,12 @@ FILTER |Renamed |[default\_filter][] dir\_foreach() |Changed |[dir\_foreach()][] _(changed args)_ **ui** | | SILENT\_PRINT |Renamed |[silent\_print][] +goto\_view(n, relative) |Changed |[goto\_view][](view) **ui.find** | | FILTER |Renamed |[find\_in\_files\_filter][] find\_in\_files(dir) |Changed |[find\_in\_files][](dir, filter) +**view** | | +goto\_buffer(n, relative) |Changed |[goto\_buffer][](buffer) **textadept.editing** | | AUTOPAIR |Replaced|[auto\_pairs][] TYPEOVER\_CHARS |Replaced|[typeover\_chars][] @@ -2008,14 +2011,16 @@ MAX\_RECENT\_FILES |Renamed |[max\_recent\_files][] [COMPILE\_OUTPUT]: api.html#events.COMPILE_OUTPUT [RUN\_OUTPUT]: api.html#events.RUN_OUTPUT [BUILD\_OUTPUT]: api.html#events.BUILD_OUTPUT +[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 [default\_filter]: api.html#lfs.default_filter [dir\_foreach()]: api.html#lfs.dir_foreach [silent\_print]: api.html#ui.silent_print +[goto\_view]: api.html#ui.goto_view [find\_in\_files\_filter]: api.html#ui.find.find_in_files_filter [find\_in\_files]: api.html#ui.find.find_in_files -[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 +[goto\_buffer]: api.html#view.goto_buffer [auto\_pairs]: api.html#textadept.editing.auto_pairs [typeover\_chars]: api.html#textadept.editing.typeover_chars [auto\_indent]: api.html#textadept.editing.auto_indent |