index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
run.lua
Age
Commit message (
Expand
)
Author
2014-12-31
Updated copyright year.
mitchell
2014-11-26
Fixed bug in jumping to compile/run errors and clear annotations before builds.
mitchell
2014-09-17
More LuaDoc updates.
mitchell
2014-09-04
Enable true spawning on Mac OSX GUI version.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-04
Always focus the message buffer initially; modules/textadept/run.lua
mitchell
2014-06-04
Pressing "Enter" in message buffer simulates double-click.
mitchell
2014-05-19
Fixed bug when double-clicking message buffer; modules/textadept/run.lua
mitchell
2014-04-30
Disable output buffering in Python; modules/textadept/run.lua
mitchell
2014-04-22
Message buffer can send input to spawned processes; modules/textadept/run.lua
mitchell
2014-04-10
Temporarily disable spawn in OSX due to GLib crashes.
mitchell
2014-04-01
Workaround for GTKOSX abort; modules/textadept/run.lua
mitchell
2014-03-28
Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.
mitchell
2014-03-28
Added more documentation on project building.
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-18
Renamed "hypertext" lexer to "html".
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-11-07
New ANSI C lexer.
mitchell
2013-10-23
Added ASM lexer and compile and run commands.
mitchell
2013-10-21
More LuaDoc updates.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-10-06
Added Nimrod lexer and compile and run commands.
mitchell
2013-10-05
Changed Lua run command to buffer output properly; modules/textadept/run.lua
mitchell
2013-09-27
Integrated compile and run commands for most languages.
mitchell
2013-09-16
Moved custom markers and indicators into themes and added more properties.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-08
Expose marker and indicator numbers for greater customization.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-06-20
Fixed bug in find and run double-click event handlers.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-26
Updated documentation; modules/textadept/run.lua
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-03-28
Improved message double-clicking behavior for compile and run commands.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-23
Removed `_M.textadept.run.execute()`.
mitchell
[next]