Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | Updated Lua autocompletion and documentation. | ||
2014-07-10 | Updated Lua autocompletion and documentation. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-05-31 | Updated Lua autocompletions and documentation. | ||
2014-05-28 | Updated LuaDoc. | ||
2014-05-28 | Utilize list separator characters instead of hard-coded characters. | ||
2014-05-25 | ANSI C and Lua language module tweaks. | ||
2014-05-24 | Removed Adeptsense in favor of new framework committed in r1735. | ||
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. | |||
2014-04-30 | Updated documentation. | ||
2014-04-10 | Updated Lua Adeptsense. | ||
2014-04-01 | Updated Lua Adeptsense; modules/lua/init.lua | ||
2014-03-28 | Updated Lua Adeptsense. | ||
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-02-05 | Updated to Scintilla 3.3.9. | ||
2014-01-12 | Updated copyright information. | ||
2014-01-01 | Updated Lua Adeptsense. | ||
2013-11-11 | Updated Lua Adeptsense. | ||
2013-10-30 | Updated Lua Adeptsense. | ||
2013-10-21 | Updated Lua Adeptsense. | ||
2013-09-30 | Updated Lua Adeptsense. | ||
2013-09-27 | Integrated compile and run commands for most languages. | ||
Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns. | |||
2013-09-17 | Updated Lua Adeptsense. | ||
2013-09-15 | Do not convert filenames to UTF-8; keep them in `_CHARSET`. | ||
2013-09-11 | Updated Lua Adeptsense. | ||
2013-09-08 | Updated Lua Adeptsense. | ||
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | ||
2013-08-24 | Include Scintilla constants in `buffer`s. | ||
2013-08-10 | Updated Lua Adeptsense. | ||
2013-07-10 | Updated Lua Adeptsense. | ||
2013-06-29 | Updated Lua Adeptsense. | ||
2013-06-12 | `_M.textadept.editing.block_comment()` supports block comment delimiters. | ||
Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box. | |||
2013-05-29 | Updated Lua Adeptsense. | ||
2013-05-25 | Updated Lua Adeptsense. | ||
2013-05-22 | Fixed tags for global tables within modules; modules/lua/adeptsensedoc.lua | ||
2013-05-15 | Fix absolute field tags; modules/lua/adeptsensedoc.lua | ||
An absolute field like '_G.events.FILE_OPENED' used to be tagged as belonging to the 'io' module, but it is tagged properly now. | |||
2013-05-15 | Set language-specific buffer properties through an event instead of a function. | ||
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 Lua Adeptsense. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-29 | Updated Lua Adeptsense. | ||
2013-03-29 | Updated to Lua 5.2.2 and LPeg 0.11. | ||
2013-02-27 | Updated Lua Adeptsense. | ||
2013-02-25 | Updated Lua apidocs to 5.2.1. | ||
2013-02-01 | Updated Lua Adeptsense. | ||
2013-01-29 | Updated Lua Adeptsense. | ||
2013-01-20 | Updated copyright date. | ||
2012-12-30 | Updated Lua Adeptsense. | ||
2012-12-01 | Updated Lua Adeptsense. | ||