diff options
author | 2013-09-29 21:09:56 -0400 | |
---|---|---|
committer | 2013-09-29 21:09:56 -0400 | |
commit | 18d7be2d1eaaef73c56dc850a3172529726d7a34 (patch) | |
tree | 3eeffd78480b6ade940532e8dc3f143304b48cb6 /doc | |
parent | ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06 (diff) | |
download | textadept-18d7be2d1eaaef73c56dc850a3172529726d7a34.tar.gz textadept-18d7be2d1eaaef73c56dc850a3172529726d7a34.zip |
Added new `ui.dialogs` module for more user-friendly dialog support.
As a result, removed `ui.filteredlist()` and changed `io.open_file()` and
`io.snapopen()` APIs to accept tables of files and paths instead of "\n"
delimited strings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/14_Appendix.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index d5a83c1d..06a1bd08 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -202,8 +202,12 @@ docstatusbar\_text |Renamed |[bufstatusbar\_text][] N/A |New |[maximized][] find.goto\_file\_in\_list() |Renamed |find.[goto\_file\_found()][] select\_theme |Removed |N/A +N/A |New |[dialogs][] +filteredlist |Removed |N/A **io** | | try\_encodings |Renamed |[encodings][] +open\_file(string) |Changed |[open\_file][](string or table) +snapopen(string, ...) |Changed |[snapopen][](string or table, ...) save\_all() |Renamed |[save\_all\_files()][] close\_all() |Renamed |[close\_all\_buffers()][] @@ -246,7 +250,10 @@ close\_all() |Renamed |[close\_all\_buffers()][] [bufstatusbar\_text]: api/ui.html#bufstatusbar_text [maximized]: api/ui.html#maximized [goto\_file\_found()]: api/ui.find.html#goto_file_found +[dialogs]: api/ui.dialogs.html [encodings]: api/io.html#encodings +[open\_file]: api/io.html#open_file +[snapopen]: api/io.html#snapopen [save\_all\_files()]: api/io.html#save_all_files [close\_all\_buffers()]: api/io.html#close_all_buffers [`buffer.marker_back`]: api/buffer.html#marker_back |