aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
* Updated for 10.0 alpha 2.Gravatar mitchell2018-02-28
* Updated LuaDoc.Gravatar mitchell2018-02-24
* The terminal version can immediately focus a clicked view.Gravatar mitchell2018-02-21
* Added UTF-16 to the default list of detected encodings.Gravatar mitchell2018-02-16
* Fixed crash when attempting to show badly-encoded filename in titlebar.Gravatar mitchell2018-02-16
* Fixed copy-paste between views in the terminal version.Gravatar mitchell2018-02-16
* Fixed bug in remote-controlled Textadept when no args were initially given.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Backported `buffer.move_extends_selection` from upstream Scintilla.Gravatar mitchell2018-01-25
* 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