aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Updated for 10.0 alpha.Gravatar mitchell2017-12-31
* Updated LuaDoc.Gravatar mitchell2017-12-31
* Added `events.ZOOM`.Gravatar mitchell2017-11-29
* Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.Gravatar mitchell2017-11-18
* Buffer settings on startup apply to subsequent buffers.Gravatar mitchell2017-11-12
* Removed redundant "Select in delimiter" menus and keys.Gravatar mitchell2017-11-10
* No need to manually set codepage to UTF-8, now that it's Scintilla's default.Gravatar mitchell2017-11-07
* Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.Gravatar mitchell2017-11-06
* Updated for 9.6.Gravatar mitchell2017-10-31
* Updated for 9.5.Gravatar mitchell2017-08-28
* Added optional encoding parameter to `io.open_file()`.Gravatar mitchell2017-08-20
* Mention that buffer's API is derived from Scintilla and provide docs link.Gravatar mitchell2017-08-16
* Added ability for buffer list to show buffers by z-order.Gravatar mitchell2017-07-02
* Updated for 9.5 beta.Gravatar mitchell2017-06-30
* Small code cleanup.Gravatar mitchell2017-06-23
* Correctly handle multiple '!' patterns in file filters.Gravatar mitchell2017-06-21
* Added support and documentation for new ui dialogs.Gravatar mitchell2017-06-20
* Added documentation for new color selection dialog.Gravatar mitchell2017-06-20
* Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.Gravatar mitchell2017-06-17
* Fixed bug that deleted characters outside of mangled snippets.Gravatar mitchell2017-05-26
* Updated for 9.4.Gravatar mitchell2017-04-30
* Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.Gravatar mitchell2017-04-07
* Updated LuaDoc; core/init.luaGravatar mitchell2017-03-15
* Updated for 9.3.Gravatar mitchell2017-02-28
* Fixed attribution; core/locales/locale.pl.confGravatar mitchell2017-02-22
* Updated Polish translation; core/locales/locale.pl.confGravatar mitchell2017-02-22
* Fixed localization regression introduced in r2288; core/locale.confGravatar mitchell2017-01-11
* Improved LuaJIT compatibility; core/init.luaGravatar mitchell2017-01-02
* Use more descriptive header in command selection dialog.Gravatar mitchell2017-01-01
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated for 9.2.Gravatar mitchell2016-12-21
* Updated for 9.1.Gravatar mitchell2016-12-08
* Updated to Scintilla 3.7.1.Gravatar mitchell2016-12-05
* Removed MacRoman encoding option, as OSX uses UTF-8 by default.Gravatar mitchell2016-11-04
* Allow detection of encodings with NUL bytes like UTF-16; core/file_io.luaGravatar mitchell2016-10-19
* Updated to Scintilla 3.7.0.Gravatar mitchell2016-10-19
* Discard Alt/option modifier for composed ASCII symbols; core/keys.luaGravatar mitchell2016-09-29
* Updated for 9.0.Gravatar mitchell2016-09-28
* Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.Gravatar mitchell2016-09-15
* Small LuaDoc updates.Gravatar mitchell2016-08-29
* Updated for 9.0 beta.Gravatar mitchell2016-08-29
* Small LuaDoc update; core/.buffer.luadocGravatar mitchell2016-08-29
* Fixed caps lock key handling.Gravatar mitchell2016-08-11
* Added `events.TAB_CLICKED` event.Gravatar mitchell2016-07-24
* Fixed bug in keeping track of event indices; core/events.luaGravatar mitchell2016-07-14
* Updated for 9.0 alpha 2.Gravatar mitchell2016-07-11
* Added context to localization messages for easier translation.Gravatar mitchell2016-07-06
* Added timeout prompt for "Find in Files".Gravatar mitchell2016-07-04
* Fixed inability to effectively halt `lfs.dir_foreach()` loops; core/lfs_ext.luaGravatar mitchell2016-07-04
* Replaced Lua pattern matching with Regex via Scintilla and TRE.Gravatar mitchell2016-07-04