Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | Added gui.goto_file() for the 'find' and 'run' modules. | ||
2011-09-27 | Reformatted some LuaDoc. | ||
2011-09-25 | Refactored textadept.c and changed Lua interface a bit. | ||
'_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-23 | Updated Luadoc and added extra fields to other modules. | ||
2011-03-25 | Snapopen allows multiple files to be selected now. | ||
2011-01-19 | Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...). | ||
2010-12-28 | Updated copyright information. | ||
2010-10-17 | Do not allow gui.statusbar_text to be set to nil. | ||
2010-10-15 | Changed locale implementation. | ||
2010-10-11 | gui.dialog() can take tables of strings as arguments. | ||
2010-06-17 | Renamed core/.*.lua to core/.*.luadoc documentation files. | ||