aboutsummaryrefslogtreecommitdiff
path: root/core/.ui.dialogs.luadoc
AgeCommit message (Collapse)Author
2022-02-27Use icon names from the Free Desktop Icon Naming Specification.mitchell
Requires latest gtDialog.
2022-01-31Updated copyright year.mitchell
2021-04-11Initial pass reformatting all code.mitchell
Use clang-format, LuaFormatter, and 100 character limit on lines.
2020-10-02Command entry also considers contents of `textadept` as globals.mitchell
Include buffer/view constants as well, which should have been there anyway.
2020-09-29Updated copyright information.mitchell
2020-08-04Updated LuaDoc.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
This allows for a superficial separation of buffer- and view-specific Scintilla functionality. buffers and views can now be used interchangeably for the most part, and the APIs are guidance, not hard requirements. User scripts do not require any modification and will continue to function normally.
2020-04-16Updated LuaDoc.mitchell
2020-03-18Added `ui.dialogs.progressbar()` and utilize it with Find in Files.mitchell
2020-02-26Fixed some documentation.mitchell
2020-02-21Removed '_' mnemonics from locale keys.mitchell
Kept backward-compatibility for now.
2019-03-27Small LuaDoc fix.mitchell
2018-01-25Updated copyright year.mitchell
2017-06-20Added support and documentation for new ui dialogs.mitchell
This requires gtdialog r108 (changeset 8465c20432e1).
2017-06-20Added documentation for new color selection dialog.mitchell
This requires gtdialog r106 (changeset 4fbcad4d2031).
2016-12-31Updated copyright information.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2015-12-31Updated copyright date.mitchell
2014-12-31Updated copyright year.mitchell
2014-12-24Small code and documentation cleanup.mitchell
2014-09-17More LuaDoc updates.mitchell
2014-09-16Updated some LuaDoc.mitchell
2014-03-05Added support for gtdialog's new `optionselect` dialog.mitchell
This requires gtdialog r68 (changeset 1426c89d2874).
2014-01-16Added support for multiple entry boxes in inputdialogs.mitchell
Requires latest gtdialog hg (r67).
2014-01-12Updated copyright information.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-18LuaDoc updates.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-10-18More LuaDoc updates.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell
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.