aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Collapse)Author
2015-03-10Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-10Updated Lua autocompletion and documentation.mitchell
2015-01-20Updated Lua autocompletion and documentation.mitchell
2015-01-09Updated Lua autocompletion and documentation.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-30Updated Lua autocompletion and documentation.mitchell
2014-09-29Updated Lua autocompletion and documentation.mitchell
2014-09-01Updated Lua autocompletion and documentation.mitchell
2014-07-10Updated Lua autocompletion and documentation.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-05-31Updated Lua autocompletions and documentation.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Utilize list separator characters instead of hard-coded characters.mitchell
2014-05-25ANSI C and Lua language module tweaks.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-04-30Updated documentation.mitchell
2014-04-10Updated Lua Adeptsense.mitchell
2014-04-01Updated Lua Adeptsense; modules/lua/init.luamitchell
2014-03-28Updated Lua Adeptsense.mitchell
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-02-05Updated to Scintilla 3.3.9.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-01Updated Lua Adeptsense.mitchell
2013-11-11Updated Lua Adeptsense.mitchell
2013-10-30Updated Lua Adeptsense.mitchell
2013-10-21Updated Lua Adeptsense.mitchell
2013-09-30Updated Lua Adeptsense.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
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-17Updated Lua Adeptsense.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-11Updated Lua Adeptsense.mitchell
2013-09-08Updated Lua Adeptsense.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-08-10Updated Lua Adeptsense.mitchell
2013-07-10Updated Lua Adeptsense.mitchell
2013-06-29Updated Lua Adeptsense.mitchell
2013-06-12`_M.textadept.editing.block_comment()` supports block comment delimiters.mitchell
Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box.
2013-05-29Updated Lua Adeptsense.mitchell
2013-05-25Updated Lua Adeptsense.mitchell
2013-05-22Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luamitchell
2013-05-15Fix absolute field tags; modules/lua/adeptsensedoc.luamitchell
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-15Set language-specific buffer properties through an event instead of a function.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 Lua Adeptsense.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-29Updated Lua Adeptsense.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell