Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-12 | Implement spawn functionality for terminal version. | ||
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though. | |||
2014-07-11 | Fixed documentation generation when `../doc/bombay` isn't present; src/Makefile | ||
2014-07-10 | Updated for 7.5. | ||
2014-07-09 | Refactored bits of the Makefile and added Scintillua et. al. versioning. | ||
2014-07-03 | Updated to Scintilla 3.4.4. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-20 | Added `event.FOCUS` for when Textadept's window receives focus. | ||
2014-06-10 | Updated for 7.4. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-06-07 | Added parameter to `events.UPDATE_UI`. | ||
2014-05-31 | Updated for 7.3. | ||
2014-05-29 | Code cleanup. | ||
2014-05-25 | Updated to Scintilla 3.4.2. | ||
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-24 | Drop support for official java, php, rails, and rhtml modules; src/Makefile | ||
2014-05-10 | Recognize reST and YAML files. | ||
Requires Scintillua r423. | |||
2014-05-10 | Fixed bug in exporting Lua symbols on Windows. | ||
2014-04-30 | Updated for 7.2. | ||
2014-04-10 | Updated for 7.2 beta 4. | ||
2014-04-10 | More accurate error message; src/textadept.c | ||
2014-04-01 | Updated for 7.2 beta 2. | ||
2014-04-01 | Updated to Scintilla 3.4.1; src/Makefile | ||
2014-03-27 | Added basic project support for snapopen and build scripts. | ||
Also fixed some curses errors introduced by the last commit. | |||
2014-03-26 | Include my new "lspawn" module by default for spawning processes. | ||
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-23 | Updated to Scintilla 3.4.0 and LuaJIT 2.0.3. | ||
2014-03-10 | Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.c | ||
2014-03-05 | Added support for gtdialog's new `optionselect` dialog. | ||
This requires gtdialog r68 (changeset 1426c89d2874). | |||
2014-03-01 | Updated for 7.2 beta 2. | ||
2014-02-12 | Added split views in the terminal version thanks to Chris Emerson. | ||
2014-02-12 | C code cleanup; src/textadept.c | ||
2014-02-10 | Updated for 7.2 beta. | ||
2014-02-10 | Removed unnecessary return from `main()`; src/textadept.c | ||
2014-02-05 | Updated to Scintilla 3.3.9. | ||
2014-01-16 | Small C code cleanup; src/textadept.c | ||
2014-01-12 | Updated copyright information. | ||
2014-01-12 | New home page along with some documentation content and layout changes. | ||
2014-01-01 | Updated for 7.2 alpha. | ||
2014-01-01 | Merge the separate Textadept and lexer Lua states into a single unified one. | ||
This is an experimental change and requires the latest Scintillua changes. | |||
2013-12-29 | C code cleanup; src/textadept.c | ||
2013-12-19 | Ensure wget uses the correct names when saving dependencies; src/Makefile | ||
Some websites serve packages using strange URLs or have odd names that can confuse different versions of wget. | |||
2013-12-19 | Added configurable tab context menus. | ||
Deprecated `textadept.menu.set_contextmenu()` in favor of new `textadept.menu.set_contextmenus()`. | |||
2013-12-19 | Export TermKey instance so CDK can use it for input. | ||
This eliminates the problems caused by libtermkey and CDK having separate input buffers. | |||
2013-12-18 | Renamed "hypertext" lexer to "html". | ||
2013-12-15 | Updated to Scintilla 3.3.7. | ||
2013-12-15 | Updated src/lua.patch for Lua 5.2.3. | ||
2013-12-14 | Updated to Lua 5.2.3; src/Makefile | ||
2013-12-14 | Allow process writing in experimental winapi. | ||
Other modifications to make the return value for `io.popen()` more file-like. | |||
2013-11-19 | Experimental winapi extension for preventing the flashing black box on Windows. | ||
Compile in a stripped version of Steve Donovan's winapi library and override `io.popen` and `os.execute`. | |||
2013-11-11 | Updated for 7.1. | ||
2013-11-10 | `ui.clipboard_text` is no longer read-only. | ||
2013-11-07 | Added support for tabs. | ||