index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
*
Updated for 8.0.
mitchell
2015-04-30
*
Fixed filename encoding issues on Windows; core/ui.lua
mitchell
2015-04-27
*
Updated for 8.0 beta.
mitchell
2015-04-19
*
Updated to Scintilla 3.5.5.
mitchell
2015-04-18
*
Allow undocumented `events.MODIFIED` to emit position and length.
mitchell
2015-04-15
*
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-04-13
*
Updated for 8.0 alpha.
mitchell
2015-04-01
*
Document optional signal that can be sent to processes; core/init.lua
mitchell
2015-03-26
*
Small documentation updates.
mitchell
2015-03-20
*
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-16
*
Prevent -h, --help switches from exiting single instance; core/args.lua
mitchell
2015-03-14
*
Lua code cleanup.
mitchell
2015-03-12
*
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
mitchell
2015-03-12
*
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-03-11
*
Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.
mitchell
2015-03-11
*
Fixed bug with new view-specific properties; core/ui.lua
mitchell
2015-03-11
*
Updated for 7.9.
mitchell
2015-03-10
*
Stop documenting some non-useful buffer functions and fields.
mitchell
2015-03-10
*
Made `io.boms` private, as there are few BOMs in existence; core/file_io.lua
mitchell
2015-03-10
*
Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.
mitchell
2015-03-09
*
Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.
mitchell
2015-03-09
*
Stop documenting hotspots since new indicator attributes supplant hotspots.
mitchell
2015-03-09
*
Updated to Scintilla 3.5.4.
mitchell
2015-03-09
*
Fixed bug in previous commit when switching to new buffer; core/ui.lua
mitchell
2015-02-23
*
Save and restore view-specific properties in view switch events; core/ui.lua
mitchell
2015-02-18
*
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-02-18
*
Updated LuaDoc; core/.buffer.luadoc
mitchell
2015-02-09
*
Updated for 7.8.
mitchell
2015-01-31
*
Removed language-specific context menus.
mitchell
2015-01-29
*
Small code and documentation cleanup.
mitchell
2015-01-22
*
Made `args.process()` private.
mitchell
2015-01-22
*
Check for modified files after resuming from suspend; core/file_io.lua
mitchell
2015-01-20
*
Updated for 7.8 beta 3.
mitchell
2015-01-20
*
Updated to Scintilla 3.5.3.
mitchell
2015-01-20
*
Added events for terminal suspend and resume.
mitchell
2015-01-15
*
Fix opening network path files on Win32.
mitchell
2015-01-15
*
Emit an `events.FOCUS` event after resuming from a suspended state.
mitchell
2015-01-12
*
Updated for 7.8 beta 2.
mitchell
2015-01-09
*
Fixed LuaDoc; core/init.lua
mitchell
2015-01-03
*
Updated copyright year.
mitchell
2014-12-31
*
Small code and documentation cleanup.
mitchell
2014-12-24
*
Enable suspend in the terminal version.
mitchell
2014-12-23
*
Updated Luadoc; core/.buffer.luadoc
mitchell
2014-12-16
*
Updated to Scintilla 3.5.2.
mitchell
2014-12-09
*
Updated for 7.8 beta.
mitchell
2014-11-30
*
Small code cleanup.
mitchell
2014-11-27
*
Fixed bug in jumping to compile/run errors and clear annotations before builds.
mitchell
2014-11-26
*
Allow connection to `events.QUIT` without requiring index of 1.
mitchell
2014-11-26
*
Fixed bug when iterating over root directory; core/lfs_ext.lua
mitchell
2014-11-25
*
File dialogs in the terminal should span the entire view; core/file_io.lua
mitchell
2014-11-23
[next]