aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-29 21:09:56 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-29 21:09:56 -0400
commit18d7be2d1eaaef73c56dc850a3172529726d7a34 (patch)
tree3eeffd78480b6ade940532e8dc3f143304b48cb6 /doc
parentef23e13ac57cf6a8bcb04ccce10d2e5b34feec06 (diff)
downloadtextadept-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.md7
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