aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-15Allow `textadept.menu.menubar = nil`; modules/textadept/menu.luamitchell
2016-04-15Use function notation for menu and key commands.mitchell
2016-04-12Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.luamitchell
2016-04-11Fixed regression for `%<...>` and `%[...]`; modules/textadept/snippets.luamitchell
2016-04-11Save and restore horizontal scroll position when switching buffers; core/ui.luamitchell
2016-04-10Small documentation update.mitchell
2016-04-10Fixed "replace within selection" edge case; modules/textadept/find.luamitchell
2016-04-10Center found text in the view; modules/textadept/find.luamitchell
2016-04-09More efficient window refreshing in the terminal version; src/textadept.cmitchell
2016-04-09Fixed bugs in session view restoration; modules/textadept/session.luamitchell
2016-04-07Code cleanup, bugfixes, and improvements; modules/textadept/run.luamitchell
2016-04-07Only show snippet trigger and text in selection dialog.mitchell
2016-04-06Allow string lookup of menu items in menus; modules/textadept/menu.luamitchell
2016-04-06Do not assume 1-byte characters in incremental find; modules/textadept/keys.luamitchell
2016-04-06Default to project root when finding in files; modules/textadept/find.luamitchell
2016-04-05Support UTF-8 searches in files; modules/textadept/find.luamitchell
2016-04-05Improved efficiency of word autocompletion from all buffers.mitchell
2016-04-05Fixed indentation conversion; modules/textadept/editing.luamitchell
2016-04-05Use more accurate variable names in `events.CHAR_ADDED` events.mitchell
2016-04-05Reworked Lua completions; modules/textadept/command_entry.luamitchell
2016-04-05Do not run some `events.UPDATE_UI` handlers when scrolling.mitchell
2016-04-05Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.mitchell
2016-04-05File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.luamitchell
2016-04-05Import Lua UTF-8 pattern functions directly into `utf8` library from C.mitchell
2016-04-02Code cleanup.mitchell
2016-03-29No need to pack and unpack `...`; core/events.luamitchell
2016-03-29Updated comment strings; modules/textadept/editing.luamitchell
2016-03-26Always link to iconv on BSD; src/Makefilemitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
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
2016-02-05Fix building CDK in debug mode.mitchell
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
2016-02-01Code cleanup; ui.luamitchell
2016-02-01Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.luamitchell
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
2016-01-30Code cleanup; src/textadept.cmitchell
2016-01-29Code cleanup; core/args.luamitchell