diff options
author | 2013-10-02 22:45:27 -0400 | |
---|---|---|
committer | 2013-10-02 22:45:27 -0400 | |
commit | b3c832b412f2466c53b6a57d41899ace6836c89d (patch) | |
tree | 2e28af92ecd97db720dd52c2ff63ddca9485c22c /doc/14_Appendix.md | |
parent | 29e54d24e0759693c1fb42a3dafbc7fe29a9d3a7 (diff) | |
download | textadept-b3c832b412f2466c53b6a57d41899ace6836c89d.tar.gz textadept-b3c832b412f2466c53b6a57d41899ace6836c89d.zip |
Changed `ui.set_theme()` API to accept a table of properties to assign.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 06a1bd08..d6512cdf 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -204,6 +204,7 @@ find.goto\_file\_in\_list() |Renamed |find.[goto\_file\_found()][] select\_theme |Removed |N/A N/A |New |[dialogs][] filteredlist |Removed |N/A +set\_theme(name, ...) |Changed |[set\_theme][](name, table) **io** | | try\_encodings |Renamed |[encodings][] open\_file(string) |Changed |[open\_file][](string or table) @@ -251,6 +252,7 @@ close\_all() |Renamed |[close\_all\_buffers()][] [maximized]: api/ui.html#maximized [goto\_file\_found()]: api/ui.find.html#goto_file_found [dialogs]: api/ui.dialogs.html +[set\_theme]: api/ui.html#set_theme [encodings]: api/io.html#encodings [open\_file]: api/io.html#open_file [snapopen]: api/io.html#snapopen |