aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-18Use labels in the statusbar instead of statusbar widgets; src/textadept.cmitchell
2014-11-15Fixed command entry reset bug now that the entry is a Scintilla buffer.mitchell
2014-11-13Added Arabic translation.mitchell
2014-11-12Updated properties based on Scinterm updates.mitchell
2014-11-12Code and documentation cleanup.mitchell
2014-11-11Added new `_SCINTILLA.next_image_type()` for registering images.mitchell
2014-11-11Added keysym for Keypad Enter; core/keys.luamitchell
2014-11-09Patch Scintilla in order to allow custom line markers; src/scintilla.patchmitchell
2014-11-08Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patchmitchell
2014-11-07Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patchmitchell
2014-11-06Fixed return values from `ui.dialogs.optionselect()`; core/ui.luamitchell
2014-11-06Use the current working directory in fileselect dialogs.mitchell
2014-10-31Change rectangular selection mouse modifier back to Alt on Linux.mitchell
2014-10-30Added `LINUX` and `BSD` platform flags for the sake of completeness.mitchell
2014-10-30Ensure "find in files" is off when activating normal find.mitchell
2014-10-29Fixed compiler warnings.mitchell
2014-10-29Disable GCC optimizations when compiling with DEBUG=1; src/Makefilemitchell
2014-10-29Fixed bug in ANSI C autocompletion; modules/ansi_c/init.luamitchell
2014-10-26Document that the terminal version does not support drag and drop; doc/manual.mdmitchell
2014-10-25Patch Scintilla to configure "closeness" of mouse clicks; src/scintilla.patchmitchell
2014-10-25Improvements to terminal mouse handling.mitchell
2014-10-24Fixed bug in `lL_event()` for LUA_TNUMBER type size mismatches; src/textadept.cmitchell
2014-10-22Enable terminal mouse clicks and movements in Windows; src/textadept.cmitchell
2014-10-21Enable mouse clicks and movements in the terminal version.mitchell
2014-10-18Handle unknown CSI events and bracketed pasted in the terminal version.mitchell
2014-10-13Parameterize lexer and height for `ui.command_entry.enter_mode()`.mitchell
2014-10-11Grow and shrink views by an integral, not arbitrary, value.mitchell
2014-10-11Move the command entry into a split pane on GTK.mitchell
2014-10-09Patch Scintilla to fix pasting from external Win32 apps; src/scintilla.patchmitchell
2014-10-07Automatically add standard editing keys; modules/textadept/command_entry.luamitchell
2014-10-06Fixed autocomplete bug in curses; modules/textadept/command_entry.luamitchell
2014-10-05Added editing keys for use with other modes; modules/textadept/command_entry.luamitchell