aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2014-01-14Added Swedish translation from Niklas Wallén.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-03Handle './' and '../' sequences in filepaths; core/file_io.luamitchell
2014-01-01Updated for 7.2 alpha.mitchell
2014-01-01Merge the separate Textadept and lexer Lua states into a single unified one.mitchell
2013-12-19Some programs pass lower-case drive letters to external editors; core/args.luamitchell
2013-12-19Added configurable tab context menus.mitchell
2013-12-18Enable read-only access to the current chain of key sequences; core/keys.luamitchell
2013-12-16Updated LuaDoc; core/.buffer.luadocmitchell
2013-12-15Added dummy `flush()` for processes in experimental winapi; core/file_io.luamitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-12-14Do not stop opening files if one of them is already open; core/file_io.luamitchell
2013-12-14Allow process writing in experimental winapi.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-20Fixed `os.execute()` return values in experimental winapi; core/file_io.luamitchell
2013-11-19Do not split the view when printing messages if tabs are enabled; core/ui.luamitchell
2013-11-19Experimental winapi extension for preventing the flashing black box on Windows.mitchell
2013-11-18LuaDoc updates.mitchell
2013-11-11Updated for 7.1.mitchell
2013-11-11Updated documentation.mitchell
2013-11-11Added `events.FILE_CHANGED`; core/file_io.luamitchell
2013-11-11Fixed bug with Scintilla notification constants.mitchell
2013-11-10`ui.clipboard_text` is no longer read-only.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-11-07Added support for tabs.mitchell
2013-10-30Updated for 7.0.mitchell
2013-10-29More documentation updates.mitchell
2013-10-23Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.mitchell
2013-10-21Updated for 7.0 beta 5.mitchell
2013-10-21More LuaDoc updates.mitchell
2013-10-18Added "Save All" to the menu.mitchell
2013-10-18The buffer API applies to all buffers now, not just the global one.mitchell
2013-10-18More LuaDoc updates.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-10-02Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.mitchell
2013-10-02Changed `ui.set_theme()` API to accept a table of properties to assign.mitchell
2013-09-30Updated for Textadept 7.0 beta 4.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
2013-09-23Code and documentation cleanup.mitchell
2013-09-21Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.mitchell
2013-09-16Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-14Removed some unused constants from `_SCINTILLA.constants`.mitchell
2013-09-13Updated some LuaDoc.mitchell
2013-09-12Changed `events.disconnect()` to accept function argument instead of ID.mitchell
2013-09-10Do not cache `_G.arg`; core/args.luamitchell
2013-09-10Fixed bug with previous commit.mitchell
2013-09-09Use `events.ARG_NONE` constant instead of string.mitchell