index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2016-02-01
Code cleanup; ui.lua
mitchell
2016-01-30
Replaced `buffer:text_range()` C function with a Lua function.
mitchell
2016-01-30
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-29
Code cleanup; core/args.lua
mitchell
2016-01-29
Added '-v' and '--version' command line parameters.
mitchell
2016-01-29
`buffer:clear_cmd_key()` should only take one argument.
mitchell
2016-01-20
Updated to Scintilla 3.6.3 and enabled idle styling.
mitchell
2016-01-02
Updated lspawn LuaDoc; core/init.lua
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-12-31
Updated for 8.5.
mitchell
2015-12-10
Do not visit buffers that do not need saving in `io.save_all_files()`.
mitchell
2015-11-19
Fixed bug resolving relative paths with multiple '../'; core/lfs_ext.lua
mitchell
2015-11-07
Updated for 8.4.
mitchell
2015-11-07
Updated to Scintilla and Scintillua 3.6.2.
mitchell
2015-11-04
Updated Swedish translation; core/locales/locale.sv.conf
mitchell
2015-10-17
Do not error when trying to snapopen a non-existent project; core/file_io.lua
mitchell
2015-10-01
Updated for 8.3.
mitchell
2015-09-27
Updated LuaDoc; core/init.lua
mitchell
2015-09-26
Updated `spawn()` for Win32 curses and updated LuaDoc; core/init.lua
mitchell
2015-08-31
Updated for 8.2.
mitchell
2015-08-08
Added automatic syntax-checking capability as files are saved.
mitchell
2015-08-02
Updated to Scintilla 3.6.0.
mitchell
2015-07-28
Added Italian translation and updated French translation.
mitchell
2015-07-25
Highlight found text in find in files results.
mitchell
2015-06-30
Updated for 8.1.
mitchell
2015-06-23
Updated to Scintilla 3.5.7.
mitchell
2015-04-30
Updated for 8.0.
mitchell
2015-04-27
Fixed filename encoding issues on Windows; core/ui.lua
mitchell
2015-04-19
Updated for 8.0 beta.
mitchell
2015-04-18
Updated to Scintilla 3.5.5.
mitchell
2015-04-15
Allow undocumented `events.MODIFIED` to emit position and length.
mitchell
2015-04-13
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-04-01
Updated for 8.0 alpha.
mitchell
2015-03-26
Document optional signal that can be sent to processes; core/init.lua
mitchell
2015-03-20
Small documentation updates.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-14
Prevent -h, --help switches from exiting single instance; core/args.lua
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-12
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
mitchell
2015-03-11
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-10
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-09
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-02-23
Fixed bug in previous commit when switching to new buffer; core/ui.lua
mitchell
[next]