aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-15Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.luamitchell
2015-01-15Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.luamitchell
2015-01-12Emit an `events.FOCUS` event after resuming from a suspended state.mitchell
2015-01-12Fixed bug in reporting split views in GTK3; src/textadept.cmitchell
2015-01-10Added tag textadept_7.8_beta_2 for changeset dba28d4bbe65mitchell
2015-01-10Updated CHANGELOG.md.mitchell
2015-01-09Updated Lua autocompletion and documentation.mitchell
2015-01-09Updated for 7.8 beta 2.mitchell
2015-01-09Updated to latest scintillua, scinterm, lspawn, and gtdialog; src/Makefilemitchell
2015-01-05Disable scrollbar in Mac OSX terminal version for real; properties.luamitchell
2015-01-03Fixed LuaDoc; core/init.luamitchell
2014-12-31Updated copyright year.mitchell
2014-12-31Disable scrollbar in Mac OSX terminal version; properties.luamitchell
2014-12-24Added Makefile rule to generate ctags; src/Makefilemitchell
2014-12-24Patched Scintilla to fix curses margin intersection; src/scintilla.patchmitchell
2014-12-24Small code and documentation cleanup.mitchell
2014-12-24Fixed C module's ctag autocompletion and utilize project or directory tags.mitchell
2014-12-23Enable suspend in the terminal version.mitchell
2014-12-17Fixed curses bug with toggling find options via API; src/textadept.cmitchell
2014-12-17Fix CDK warning; src/cdk.patchmitchell
2014-12-16Updated Luadoc; core/.buffer.luadocmitchell
2014-12-12Removed unused variable; src/Makefilemitchell
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-12-01Added tag textadept_7.8_beta for changeset 966fad09c4aamitchell
2014-11-30Updated CHANGELOG.md.mitchell
2014-11-30Show command entry call tips above it; modules/textadept/command_entry.luamitchell
2014-11-30Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patchmitchell
2014-11-30Updated Lua autocompletion and documentation.mitchell
2014-11-30Updated for 7.8 beta.mitchell
2014-11-30Show character info with lexer and style call tip; modules/textadept/keys.luamitchell
2014-11-30Added UTF-8 input mode for OSX and curses; modules/textadept/keys.luamitchell
2014-11-29Fixed command entry reset bug for real instead of in r1861.mitchell
2014-11-29Show symbol documentation in the Lua command entry; modules/textadept/keys.luamitchell
2014-11-27Small code cleanup.mitchell
2014-11-26Integrated Chris Emerson's curses split view window manager.mitchell
2014-11-26Fixed bug in jumping to compile/run errors and clear annotations before builds.mitchell
2014-11-26Allow connection to `events.QUIT` without requiring index of 1.mitchell
2014-11-26Fixed documentation on terminal colors; doc/manual.mdmitchell
2014-11-25Change long line color in terminal version; themes/term.luamitchell
2014-11-25Fixed bug when iterating over root directory; core/lfs_ext.luamitchell
2014-11-25Do not highlight the caret line in the command entry; properties.luamitchell
2014-11-25Include buffer constants in completions; modules/textadept/command_entry.luamitchell
2014-11-24Updated curses compatibility notes; doc/manual.mdmitchell
2014-11-24Use Bash syntax highlighting for "filter through" via the command entry.mitchell
2014-11-24Keep command entry focus when window loses focus; src/textadept.cmitchell
2014-11-24No need for a separate build dir for automated builds; src/Makefilemitchell
2014-11-23Patch CDK for basic UTF-8 support.mitchell
2014-11-23File dialogs in the terminal should span the entire view; core/file_io.luamitchell
2014-11-22Small Makefile changes; src/Makefilemitchell
2014-11-20Updated Scintilla patch to match upstream patch; src/scintilla.patchmitchell