aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2014-08-10Switch to previous buffer after closing a buffer; core/ui.luamitchell
2014-08-09Indicate presence of a BOM next to statusbar encoding; core/ui.luamitchell
2014-07-19Updated Swedish translation; core/locales/locale.sv.confmitchell
2014-07-12Implement spawn functionality for terminal version.mitchell
2014-07-10Updated for 7.5.mitchell
2014-07-09Updated Polish translation; core/locales/locale.pl.confmitchell
2014-07-03Updated to Scintilla 3.4.4.mitchell
2014-07-02Updated links and homepage.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-24Updated Polish translation; core/locales/locale.pl.confmitchell
2014-06-21Added Polish translation.mitchell
2014-06-20Added `event.FOCUS` for when Textadept's window receives focus.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-06-07Added parameter to `events.UPDATE_UI`.mitchell
2014-06-04Updated spawn LuaDoc; core/init.luamitchell
2014-06-04Pressing "Enter" in message buffer simulates double-click.mitchell
2014-05-31Updated for 7.3.mitchell
2014-05-31Fixed erroneous LuaDoc.mitchell
2014-05-29Code cleanup.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Textadept's menus may be edited in-place via the `textadept.menu` module.mitchell
2014-05-28Removed `textadept.editing.select_indented_block()`.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-25Updated to Scintilla 3.4.2.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
2014-05-24Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.mitchell
2014-05-23Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.mitchell
2014-05-13Documented new `proc:read()`; core/.proc.luadocmitchell
2014-04-30Updated documentation.mitchell
2014-04-30Updated for 7.2.mitchell
2014-04-10Updated for 7.2 beta 4.mitchell
2014-04-10Temporarily disable spawn in OSX due to GLib crashes.mitchell
2014-04-10Fixed bug introduced by r1710 relating to absolute paths.mitchell
2014-04-06Added `lfs.abspath()` in order to always use absolute paths.mitchell
2014-04-06Fixed bug when cancelling dropdown dialog; core/ui.luamitchell
2014-04-01Updated for 7.2 beta 2.mitchell
2014-03-28Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.mitchell
2014-03-28Added more documentation on project building.mitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
2014-03-23Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.mitchell
2014-03-20Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.luamitchell
2014-03-05Added support for gtdialog's new `optionselect` dialog.mitchell
2014-03-01Updated for 7.2 beta 2.mitchell
2014-03-01Use `assert(...)` as a shortcut for `if not ... then error() end`.mitchell
2014-02-19Fixed bug introduced by last commit; core/ui.luamitchell
2014-02-18Fixed bug with empty entries in multiple entry inputdialogs; core/ui.luamitchell
2014-02-10Updated for 7.2 beta.mitchell