aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-29No need to pack and unpack `...`; core/events.luamitchell
2016-03-29Updated comment strings; modules/textadept/editing.luamitchell
Added for recently supported languages.
2016-03-26Always link to iconv on BSD; src/Makefilemitchell
Do not assume GTK+'s pkg-config lib flags give iconv.
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2016-03-22Only show the menubar if there are menus; src/textadept.cmitchell
2016-03-18Updated to Scintilla and Scintillua 3.6.4; src/Makefilemitchell
2016-03-01Added tag textadept_8.6 for changeset f27778cd1d49mitchell
2016-03-01Removed extraneous debug statement; modules/textadept/session.luamitchell
2016-02-29Updated CHANGELOG.md.mitchell
2016-02-29Temporarily use latest version of Scintillua; src/Makefilemitchell
2016-02-29Updated for 8.6.mitchell
2016-02-29Updated Lua autocompletion and documentation.mitchell
2016-02-26Fixed bug in setting view properties when restoring sessions with nested splits.mitchell
2016-02-25Updated to lspawn 1.4; src/Makefilemitchell
2016-02-17Fixed potential buffer overflow; src/textadept.cmitchell
Thanks to Markus F.X.J. Oberhumer.
2016-02-05Fix building CDK in debug mode.mitchell
In debug mode, inline functions are not inlined, so ensure internal linkage. Thanks to Markus F.X.J. Oberhume.
2016-02-03Ensure Win32 single instance thread is terminated on exit; src/textadept.cmitchell
2016-02-03Updated to Scinterm 1.7; src/Makefilemitchell
2016-02-01Use an archived CDK version instead of the latest; src/Makefilemitchell
Otherwise building Textadept from the source could break at any time.
2016-02-01Code cleanup; ui.luamitchell
2016-02-01Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.luamitchell
Eventually UTF-8 patterns may be possible.
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
2016-01-30Code cleanup; src/textadept.cmitchell
2016-01-29Code cleanup; core/args.luamitchell
2016-01-29Added '-v' and '--version' command line parameters.mitchell
2016-01-29Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.cmitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
The `bit32` library makes bit shifting easier.
2016-01-23Added support for PICO-8; modules/textadept/file_types.luamitchell
2016-01-23Updated to Scintillua 3.6.3-1; src/Makefilemitchell
2016-01-22Only enable idle styling in the GUI version; properties.luamitchell
2016-01-14Added support for Docker and MoonScript.mitchell
Requires Scintillua r530 (changeset 2693c57bc187)
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
Patched Scintilla to prevent warning on widget destroy.
2016-01-19Fixed bug in escaping '([{<' after mirrors; modules/textadept/snippets.luamitchell
2016-01-02Added support for APL, Faust, Ledger, man/roff, and Pure.mitchell
Requires Scintillua r528 (changeset 6788cdec505b)
2016-01-02Updated lspawn LuaDoc; core/init.luamitchell
2015-12-31Added tag textadept_8.5 for changeset 7aa9456c35dbmitchell
2015-12-31Use the latest hg version of Scintillua; src/Makefilemitchell
2015-12-31Updated CHANGELOG.md.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-31Updated Lua autocompletion and documentation.mitchell
2015-12-31Textadept has been using Lua 5.3 for some time now; doc/manual.mdmitchell
2015-12-30Fixed bug restoring split views in large windows; modules/textadept/session.luamitchell
2015-12-29Fixed bug in restoring state after cancel; modules/textadept/snippets.luamitchell
2015-12-23Attempted fix for edge-case state inconsistency in snippets.mitchell
2015-12-22No need to highlight the second edition of the book; doc/index.htmlmitchell
2015-12-12Updated FAQ.md.mitchell
2015-12-10Do not visit buffers that do not need saving in `io.save_all_files()`.mitchell
This speeds up `io.save_all_files()`, particularly on remote filesystems. Thanks to Ivan Baidakou.
2015-12-07Added support for AutoIt.mitchell
Requires Scintillua r525 (changeset c4268c3df705).