aboutsummaryrefslogtreecommitdiff
path: root/core/.gui.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-03-25 17:20:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-03-25 17:20:59 -0400
commit6ceffde0ec4421b46a349b97d56eaa9144c21625 (patch)
tree612e85a760caf0ba4ab03c303c5d4e194d09abcb /core/.gui.luadoc
parent3f286b2cc266d0b72db00950a8ddbb0c798e1416 (diff)
downloadtextadept-6ceffde0ec4421b46a349b97d56eaa9144c21625.tar.gz
textadept-6ceffde0ec4421b46a349b97d56eaa9144c21625.zip
Snapopen allows multiple files to be selected now.
Diffstat (limited to 'core/.gui.luadoc')
-rw-r--r--core/.gui.luadoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/.gui.luadoc b/core/.gui.luadoc
index 3adba5c8..785ce52b 100644
--- a/core/.gui.luadoc
+++ b/core/.gui.luadoc
@@ -92,7 +92,8 @@ function dialog(kind, ...) end
-- @param columns A column name or list of column names.
-- @param items An item or list of items.
-- @param int_return If true, returns the integer index of the selected item in
--- the filteredlist. Defaults to false which returns the string item.
+-- the filteredlist. Defaults to false, which returns the string item. Not
+-- compatible with a '--select-multiple' filteredlist.
-- @param ... Additional parameters to pass to gui.dialog().
-- @return Either a string or integer on success; nil otherwise.
-- @usage gui.filteredlist('Title', 'Foo', { 'Bar', 'Baz' })