aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-11Move the command entry into a split pane on GTK.mitchell
In the previous implementation without a split pane, the command entry could not shrink in size.
2014-10-09Patch Scintilla to fix pasting from external Win32 apps; src/scintilla.patchmitchell
2014-10-05Replaced command entry text field with a Scintilla buffer.mitchell
`ui.command_entry` now has the same functions and fields as `buffer`s as well as an additional `height` property. Note that when the command entry is active, `_G.buffer` is unchanged, so many existing key commands cannot be bound to command entry key modes. See `keys.lua_command` in *modules/textadept/command_entry.lua* for the proper way to bind them. Removed `ui.command_entry.entry_text` and `ui.command_entry.show_completions()`.
2014-09-30Updated to Scintillua 3.5.1-1; src/Makefilemitchell
2014-09-29Use lspawn 1.0; src/Makefilemitchell
2014-09-29Updated for 7.7.mitchell
2014-09-29Updated to Scintilla 3.5.1.mitchell
2014-09-01Updated to latest lspawn; src/Makefilemitchell
2014-09-01Updated to Scintillua 3.5.0-1 and Scinterm 1.4; src/Makefilemitchell
2014-09-01Updated for Textadept 7.6.mitchell
2014-08-23Patch Scintilla 3.5.0 to compile for Mac OSX; src/scintilla.patchmitchell
This patch should be reverted if it is applied upstream.
2014-08-18Updated to Scintilla 3.5.0.mitchell
2014-08-15Correctly recognize DEL when emitted by the Backspace key; src/textadept.cmitchell
2014-08-15Reverted separating ^H from Backspace in the terminal version.mitchell
2014-08-13Fixed naming of lspawn object files; src/Makefilemitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
Also have libtermkey take care of saving and restoring termios.
2014-07-19Added .desktop files for Linux.mitchell
2014-07-18Updated to LPeg 0.12; src/Makefilemitchell
Requires Scintillua changeset 441.
2014-07-18Do not prevent Makefile from passing DEBUG flag to sub-`make`s; src/Makefilemitchell
2014-07-12Cleaned up Makefile with target-specific variables; src/Makefilemitchell
2014-07-12Implement spawn functionality for terminal version.mitchell
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though.
2014-07-11Fixed documentation generation when `../doc/bombay` isn't present; src/Makefilemitchell
2014-07-10Updated for 7.5.mitchell
2014-07-09Refactored bits of the Makefile and added Scintillua et. al. versioning.mitchell
2014-07-03Updated to Scintilla 3.4.4.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-20Added `event.FOCUS` for when Textadept's window receives focus.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-06-07Added parameter to `events.UPDATE_UI`.mitchell
2014-05-31Updated for 7.3.mitchell
2014-05-29Code cleanup.mitchell
2014-05-25Updated to Scintilla 3.4.2.mitchell
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b.
2014-05-24Drop support for official java, php, rails, and rhtml modules; src/Makefilemitchell
2014-05-10Recognize reST and YAML files.mitchell
Requires Scintillua r423.
2014-05-10Fixed bug in exporting Lua symbols on Windows.mitchell
2014-04-30Updated for 7.2.mitchell
2014-04-10Updated for 7.2 beta 4.mitchell
2014-04-10More accurate error message; src/textadept.cmitchell
2014-04-01Updated for 7.2 beta 2.mitchell
2014-04-01Updated to Scintilla 3.4.1; src/Makefilemitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`.
2014-03-23Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.mitchell
2014-03-10Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.cmitchell
2014-03-05Added support for gtdialog's new `optionselect` dialog.mitchell
This requires gtdialog r68 (changeset 1426c89d2874).
2014-03-01Updated for 7.2 beta 2.mitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-02-12C code cleanup; src/textadept.cmitchell
2014-02-10Updated for 7.2 beta.mitchell