aboutsummaryrefslogtreecommitdiff
path: root/core/.gui.luadoc
AgeCommit message (Collapse)Author
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2010-12-28Updated copyright information.mitchell
2010-10-17Do not allow gui.statusbar_text to be set to nil.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-06-17Renamed core/.*.lua to core/.*.luadoc documentation files.mitchell