aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-05-31Updated for 11.0 alpha 2.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-24Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.mitchell
2020-05-24Always use capital drive letters when opening files in Windows.mitchell
2020-05-09Updated to Scintilla 3.20.0.mitchell
2020-04-16Updated LuaDoc.mitchell
2020-04-16Handle more Scintilla constants that need to be incremented by one.mitchell
2020-04-05Only print post-initialization errors to buffers.mitchell
2020-03-30Fixed stale statusbar issues introduced recently.mitchell
2020-03-29Updated for 11.0 alpha.mitchell
2020-03-26Added support to identify projects under Fossil SCM.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-22Use the statusbar to indicate an active snippet.mitchell
2020-03-22More code cleanup, reformatting, refactoring, and bug fixing.mitchell
2020-03-18Added `ui.dialogs.progressbar()` and utilize it with Find in Files.mitchell
2020-03-17Updated LuaDoc.mitchell
2020-03-17Event handlers can now return any non-nil value.mitchell
2020-03-17Updated LuaDoc.mitchell
2020-03-16Moved individual buffer functions in `io` into `buffer`.mitchell
2020-03-16Update LuaDoc.mitchell
2020-03-16Renamed `keys.MODE` to `keys.mode`.mitchell
2020-03-16Use a default width for `ui.dialogs.filteredlist` dialogs.mitchell
2020-03-16Detect and allow jumping to internal Lua errors.mitchell
2020-03-16Updated menu mnemonic for Buffer > Encoding.mitchell
2020-03-14More code cleanup, refactoring, and reformatting.mitchell
2020-03-13More code cleanup and refactoring.mitchell
2020-03-12When generating iface for Scintilla events, move modifiers parameter to end.mitchell
2020-03-11Replaced `buffer.style_name` table with `buffer:name_of_style()`.mitchell
2020-03-11More code cleanup, refactoring, and formatting.mitchell
2020-03-10Core code cleanup, reformat, refactoring, and bugfixes.mitchell
2020-03-07Updated German translation.mitchell
2020-03-03Updated LuaDoc.mitchell
2020-03-03Move test.lua into test folder.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2020-02-28Autopair, typeover, and backspace delete match works with multiple selection.mitchell
2020-02-26Fixed bugs in return values for standard_dropdown and msgbox dialogs.mitchell
2020-02-26Small code cleanup.mitchell
2020-02-26Fixed some documentation.mitchell
2020-02-24Alphabetize command line switches when showing help.mitchell
2020-02-24Fixed skipping of next event handler after disconnecting the current one.mitchell
2020-02-24Added `_SCINTILLA.events` and use it for SCNotifications.mitchell
2020-02-21Removed '_' mnemonics from locale keys.mitchell
2020-02-21Tweaked localization keys.mitchell
2020-02-19Updated LuaDoc.mitchell
2020-02-18Added snippet trigger word completion.mitchell
2020-02-07Update the buffer z-order list when switching between views too.mitchell
2020-01-16Fixed some Windows terminal version issues and updated to PDCurses 3.9.mitchell
2019-12-31Updated copyright year.mitchell
2019-12-31Updated to Scintilla 3.11.2.mitchell
2019-12-31Updated for 10.8.mitchell