Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01 | Updated for 7.2 beta 2. | ||
2014-02-10 | Updated for 7.2 beta. | ||
2014-01-12 | Updated copyright information. | ||
2014-01-01 | Updated for 7.2 alpha. | ||
2013-12-12 | More LuaDoc updates. | ||
2013-11-11 | Updated for 7.1. | ||
2013-11-10 | Updated LuaDoc. | ||
2013-10-30 | Updated for 7.0. | ||
2013-10-21 | Updated for 7.0 beta 5. | ||
2013-10-18 | More LuaDoc updates. | ||
2013-09-30 | Updated for Textadept 7.0 beta 4. | ||
2013-09-13 | Updated some LuaDoc. | ||
2013-09-10 | Fixed bug with previous commit. | ||
2013-09-09 | Use `events.ARG_NONE` constant instead of string. | ||
2013-09-08 | Updated for 7.0 beta 3. | ||
2013-09-06 | Fixed bug in processing command line options introduced in r1546. | ||
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | ||
2013-08-26 | Renamed `gui` to `ui` since it's more applicable. | ||
2013-08-10 | Updated for 7.0 beta 2. | ||
2013-07-10 | Updated for 7.0 beta. | ||
2013-07-08 | Renamed "language-specific" modules to just "language modules" in documentation. | ||
2013-06-29 | Updated for 7.0 alpha 2. | ||
2013-06-24 | Removed `_G.RESETTING`; test for `arg` instead. | ||
2013-06-12 | Removed `_LEXERPATH`. | ||
2013-05-25 | Updated for 7.0 alpha. | ||
2013-05-15 | Rewrote theme implementation. | ||
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-25 | Updated for 6.6. | ||
2013-04-29 | More code cleanup. | ||
"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-27 | Updated for 6.6 beta. | ||
2013-04-24 | Renamed `_G.buffer_new()` to `buffer.new()`. | ||
2013-04-17 | Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-31 | Updated for 6.5. | ||
2013-03-25 | Added lfs.dir_foreach() for allowing Find in Files to have a filter. | ||
Also moved snapopen module into core as io.snapopen(). | |||
2013-02-27 | Updated for 6.4. | ||
2013-01-29 | Updated for 6.3. | ||
2013-01-20 | Updated copyright date. | ||
2012-12-30 | Updated for 6.2. | ||
2012-12-09 | Updated for 6.1. | ||
2012-12-01 | Updated parameter LuaDoc. | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-10-29 | Updated for 6.0. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-10-22 | Fix string collation bug in ncurses due to CDK. | ||
CDK would reset locale settings so autocomplete lists would not sort correctly. | |||
2012-09-30 | Updated for 6.0 beta 3. | ||
2012-09-12 | Documentation overhaul. | ||
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. | |||
2012-08-29 | Updated for 6.0 beta 2. | ||
2012-07-26 | Updated for 6.0 beta. | ||
2012-07-21 | Lua code cleanup and API changes. | ||