aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
* Fixed curses bug with toggling find options via API; src/textadept.cGravatar mitchell2014-12-17
* Fix CDK warning; src/cdk.patchGravatar mitchell2014-12-17
* Updated Luadoc; core/.buffer.luadocGravatar mitchell2014-12-16
* Removed unused variable; src/MakefileGravatar mitchell2014-12-12
* Updated to Scintilla 3.5.2.Gravatar mitchell2014-12-09
* Added tag textadept_7.8_beta for changeset 966fad09c4aaGravatar mitchell2014-12-01
* Updated CHANGELOG.md.Gravatar mitchell2014-11-30
* Show command entry call tips above it; modules/textadept/command_entry.luaGravatar mitchell2014-11-30
* Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patchGravatar mitchell2014-11-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2014-11-30
* Updated for 7.8 beta.Gravatar mitchell2014-11-30
* Show character info with lexer and style call tip; modules/textadept/keys.luaGravatar mitchell2014-11-30
* Added UTF-8 input mode for OSX and curses; modules/textadept/keys.luaGravatar mitchell2014-11-30
* Fixed command entry reset bug for real instead of in r1861.Gravatar mitchell2014-11-29
* Show symbol documentation in the Lua command entry; modules/textadept/keys.luaGravatar mitchell2014-11-29
* Small code cleanup.Gravatar mitchell2014-11-27
* Integrated Chris Emerson's curses split view window manager.Gravatar mitchell2014-11-26
* Fixed bug in jumping to compile/run errors and clear annotations before builds.Gravatar mitchell2014-11-26
* Allow connection to `events.QUIT` without requiring index of 1.Gravatar mitchell2014-11-26
* Fixed documentation on terminal colors; doc/manual.mdGravatar mitchell2014-11-26
* Change long line color in terminal version; themes/term.luaGravatar mitchell2014-11-25
* Fixed bug when iterating over root directory; core/lfs_ext.luaGravatar mitchell2014-11-25
* Do not highlight the caret line in the command entry; properties.luaGravatar mitchell2014-11-25
* Include buffer constants in completions; modules/textadept/command_entry.luaGravatar mitchell2014-11-25
* Updated curses compatibility notes; doc/manual.mdGravatar mitchell2014-11-24
* Use Bash syntax highlighting for "filter through" via the command entry.Gravatar mitchell2014-11-24
* Keep command entry focus when window loses focus; src/textadept.cGravatar mitchell2014-11-24
* No need for a separate build dir for automated builds; src/MakefileGravatar mitchell2014-11-24
* Patch CDK for basic UTF-8 support.Gravatar mitchell2014-11-23
* File dialogs in the terminal should span the entire view; core/file_io.luaGravatar mitchell2014-11-23
* Small Makefile changes; src/MakefileGravatar mitchell2014-11-22
* Updated Scintilla patch to match upstream patch; src/scintilla.patchGravatar mitchell2014-11-20
* Use labels in the statusbar instead of statusbar widgets; src/textadept.cGravatar mitchell2014-11-18
* Fixed command entry reset bug now that the entry is a Scintilla buffer.Gravatar mitchell2014-11-15
* Added Arabic translation.Gravatar mitchell2014-11-13
* Updated properties based on Scinterm updates.Gravatar mitchell2014-11-12
* Code and documentation cleanup.Gravatar mitchell2014-11-12
* Added new `_SCINTILLA.next_image_type()` for registering images.Gravatar mitchell2014-11-11
* Added keysym for Keypad Enter; core/keys.luaGravatar mitchell2014-11-11
* Patch Scintilla in order to allow custom line markers; src/scintilla.patchGravatar mitchell2014-11-09
* Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patchGravatar mitchell2014-11-08
* Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patchGravatar mitchell2014-11-07
* Fixed return values from `ui.dialogs.optionselect()`; core/ui.luaGravatar mitchell2014-11-06
* Use the current working directory in fileselect dialogs.Gravatar mitchell2014-11-06
* Change rectangular selection mouse modifier back to Alt on Linux.Gravatar mitchell2014-10-31
* Added `LINUX` and `BSD` platform flags for the sake of completeness.Gravatar mitchell2014-10-30
* Ensure "find in files" is off when activating normal find.Gravatar mitchell2014-10-30
* Fixed compiler warnings.Gravatar mitchell2014-10-29
* Disable GCC optimizations when compiling with DEBUG=1; src/MakefileGravatar mitchell2014-10-29