aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Collapse)Author
2014-09-04Enable true spawning on Mac OSX GUI version.mitchell
This requires lspawn r25 (changeset acdfac5eb4cf).
2014-09-01Updated for Textadept 7.6.mitchell
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-10Updated for 7.5.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-04Updated spawn LuaDoc; core/init.luamitchell
2014-05-31Updated for 7.3.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-04-30Updated for 7.2.mitchell
2014-04-10Updated for 7.2 beta 4.mitchell
2014-04-10Temporarily disable spawn in OSX due to GLib crashes.mitchell
2014-04-01Updated for 7.2 beta 2.mitchell
2014-03-28Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.mitchell
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-01Updated for 7.2 beta 2.mitchell
2014-02-10Updated for 7.2 beta.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-01Updated for 7.2 alpha.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-11Updated for 7.1.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-10-30Updated for 7.0.mitchell
2013-10-21Updated for 7.0 beta 5.mitchell
2013-10-18More LuaDoc updates.mitchell
2013-09-30Updated for Textadept 7.0 beta 4.mitchell
2013-09-13Updated some LuaDoc.mitchell
2013-09-10Fixed bug with previous commit.mitchell
2013-09-09Use `events.ARG_NONE` constant instead of string.mitchell
2013-09-08Updated for 7.0 beta 3.mitchell
2013-09-06Fixed bug in processing command line options introduced in r1546.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-10Updated for 7.0 beta 2.mitchell
2013-07-10Updated for 7.0 beta.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-06-29Updated for 7.0 alpha 2.mitchell
2013-06-24Removed `_G.RESETTING`; test for `arg` instead.mitchell
2013-06-12Removed `_LEXERPATH`.mitchell
2013-05-25Updated for 7.0 alpha.mitchell
2013-05-15Rewrote theme implementation.mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-25Updated for 6.6.mitchell
2013-04-29More code cleanup.mitchell
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
2013-04-27Updated for 6.6 beta.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-17Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Updated for 6.5.mitchell