aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/run.lua
AgeCommit message (Expand)Author
2013-09-16Moved custom markers and indicators into themes and added more properties.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
2013-09-08Expose marker and indicator numbers for greater customization.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.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-24Include Scintilla constants in `buffer`s.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-06-20Fixed bug in find and run double-click event handlers.mitchell
2013-05-15Rewrote theme implementation.mitchell
2013-04-30More code cleanup.mitchell
2013-04-29More code cleanup.mitchell
2013-04-26Updated documentation; modules/textadept/run.luamitchell
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-03-28Improved message double-clicking behavior for compile and run commands.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-23Removed `_M.textadept.run.execute()`.mitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-09-12Documentation overhaul.mitchell
2012-09-10Correctly emit RUN_OUTPUT events; modules/textadept/run.luamitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-04-06Print annotations for run and compile command errors; modules/textadept/run.luamitchell
2012-04-06Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.luamitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-17Use lines() instead of read() for processes; modules/textadept/run.luamitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-24Compile and Run commands emit events; modules/textadept/run.luamitchell
2011-06-23Use string constants for event names.mitchell
2011-03-29Handle nil args in gui.print() and set caret after printing.mitchell
2010-12-28Updated copyright information.mitchell