aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.ui.dialogs.luadoc
Commit message (Collapse)AuthorAge
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
| | | | Requires latest gtDialog.
* Updated copyright year.Gravatar mitchell2022-01-31
|
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
| | | | Include buffer/view constants as well, which should have been there anyway.
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Updated LuaDoc.Gravatar mitchell2020-08-04
|
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
| | | | | | | 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.
* Updated LuaDoc.Gravatar mitchell2020-04-16
|
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
|
* Fixed some documentation.Gravatar mitchell2020-02-26
|
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
| | | | Kept backward-compatibility for now.
* Small LuaDoc fix.Gravatar mitchell2019-03-27
|
* Updated copyright year.Gravatar mitchell2018-01-25
|
* Added support and documentation for new ui dialogs.Gravatar mitchell2017-06-20
| | | | This requires gtdialog r108 (changeset 8465c20432e1).
* Added documentation for new color selection dialog.Gravatar mitchell2017-06-20
| | | | This requires gtdialog r106 (changeset 4fbcad4d2031).
* Updated copyright information.Gravatar mitchell2016-12-31
|
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15
|
* Updated copyright date.Gravatar mitchell2015-12-31
|
* Updated copyright year.Gravatar mitchell2014-12-31
|
* Small code and documentation cleanup.Gravatar mitchell2014-12-24
|
* More LuaDoc updates.Gravatar mitchell2014-09-17
|
* Updated some LuaDoc.Gravatar mitchell2014-09-16
|
* Added support for gtdialog's new `optionselect` dialog.Gravatar mitchell2014-03-05
| | | | This requires gtdialog r68 (changeset 1426c89d2874).
* Added support for multiple entry boxes in inputdialogs.Gravatar mitchell2014-01-16
| | | | Requires latest gtdialog hg (r67).
* Updated copyright information.Gravatar mitchell2014-01-12
|
* More LuaDoc updates.Gravatar mitchell2013-12-12
|
* LuaDoc updates.Gravatar mitchell2013-11-18
|
* Updated LuaDoc.Gravatar mitchell2013-11-10
|
* More LuaDoc updates.Gravatar mitchell2013-10-18
|
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
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.