aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
2016-01-02Updated lspawn LuaDoc; core/init.luamitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-10Do not visit buffers that do not need saving in `io.save_all_files()`.mitchell
2015-11-19Fixed bug resolving relative paths with multiple '../'; core/lfs_ext.luamitchell
2015-11-07Updated for 8.4.mitchell
2015-11-07Updated to Scintilla and Scintillua 3.6.2.mitchell
2015-11-04Updated Swedish translation; core/locales/locale.sv.confmitchell
2015-10-17Do not error when trying to snapopen a non-existent project; core/file_io.luamitchell
2015-10-01Updated for 8.3.mitchell
2015-09-27Updated LuaDoc; core/init.luamitchell
2015-09-26Updated `spawn()` for Win32 curses and updated LuaDoc; core/init.luamitchell
2015-08-31Updated for 8.2.mitchell
2015-08-08Added automatic syntax-checking capability as files are saved.mitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
2015-07-28Added Italian translation and updated French translation.mitchell
2015-07-25Highlight found text in find in files results.mitchell
2015-06-30Updated for 8.1.mitchell
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-04-30Updated for 8.0.mitchell
2015-04-27Fixed filename encoding issues on Windows; core/ui.luamitchell
2015-04-19Updated for 8.0 beta.mitchell
2015-04-18Updated to Scintilla 3.5.5.mitchell
2015-04-15Allow undocumented `events.MODIFIED` to emit position and length.mitchell
2015-04-13Added `symlink` filter option for ignoring symlinked files and directories.mitchell
2015-04-01Updated for 8.0 alpha.mitchell
2015-03-26Document optional signal that can be sent to processes; core/init.luamitchell
2015-03-20Small documentation updates.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-14Prevent -h, --help switches from exiting single instance; core/args.luamitchell
2015-03-12Lua code cleanup.mitchell
2015-03-12Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
2015-03-11Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.mitchell
2015-03-11Fixed bug with new view-specific properties; core/ui.luamitchell
2015-03-10Updated for 7.9.mitchell
2015-03-10Stop documenting some non-useful buffer functions and fields.mitchell
2015-03-10Made `io.boms` private, as there are few BOMs in existence; core/file_io.luamitchell
2015-03-09Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.mitchell
2015-03-09Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.mitchell
2015-03-09Stop documenting hotspots since new indicator attributes supplant hotspots.mitchell
2015-03-09Updated to Scintilla 3.5.4.mitchell
2015-02-23Fixed bug in previous commit when switching to new buffer; core/ui.luamitchell
2015-02-18Save and restore view-specific properties in view switch events; core/ui.luamitchell
2015-02-18Consider some view-specific properties as buffer-specific ones.mitchell
2015-02-09Updated LuaDoc; core/.buffer.luadocmitchell
2015-01-31Updated for 7.8.mitchell
2015-01-29Removed language-specific context menus.mitchell
2015-01-22Small code and documentation cleanup.mitchell