aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Updated for 5.0.mitchell
2012-01-17Updated LuaDoc.mitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Change in core/compat.lua to not confuse LuaDoc.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-22Release is alpha, not beta; core/init.luamitchell
2011-12-21Updated for 5.0 alpha.mitchell
2011-12-21Updated iface to Scintilla 3.0.2.mitchell
2011-12-20Added more LuaJIT compatibility; core/compat.luamitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-19Added more LuaJIT compatibility functions; core/compat.luamitchell
2011-12-19Actually fixed bug introduced by r994, r996; core/file_io.luamitchell
2011-12-16Fixed bug in core/compat.lua for LuaJIT.mitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-14No need for 'lexer.lpeg.script' property anymore; core/gui.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Fixed bug introduced by r994; core/file_io.luamitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-29Updated Russian localization; core/locales/locale.ru.confmitchell
Thanks to Vladimir Lomov.
2011-11-28Write theme changes to ~/.textadept/theme; core/gui.luamitchell
2011-11-28Updated for 4.3.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().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-11-11Fixed erroneous charset conversion; core/file_io.luamitchell
2011-11-08Fixed bug with opening files in current dir from command line; core/file_io.luamitchell
Thanks to Travis Herrick.
2011-10-31Updated for 4.2.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-28Updated for 4.1.mitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Change directory on io.open_file() or buffer:save_as(); core/file_io.luamitchell
2011-09-26Lua code cleanup.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-09-21Emit 'SCN' on SCNotification instead of calling events.notification().mitchell
2011-09-21Rearranged Tools menu.mitchell
2011-09-20No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.luamitchell
2011-09-08Only fold when clicking on fold margin, not any sensitive one; core/gui.luamitchell
2011-09-05Handle mouse dwell events.mitchell
2011-08-30Updated for 4.0.mitchell