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