aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Collapse)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
| | | | | This allows for immediate scrolling, selections, etc. in non-focused views. This behavior mimics the GUI version.
* 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
| | | | | As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
* Removed redundant "Select in delimiter" menus and keys.Gravatar mitchell2017-11-10
| | | | They can be auto-detected now.
* 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
| | | | | Sometimes encoding auto-detection via `io.encodings` is more trouble than it's worth.
* 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
| | | | This allows for specific file and folder includes.
* Added support and documentation for new ui dialogs.Gravatar mitchell2017-06-20
| | | | This requires gtdialog r108 (changeset 8465c20432e1).
* Added documentation for new color selection dialog.Gravatar mitchell2017-06-20
| | | | This requires gtdialog r106 (changeset 4fbcad4d2031).
* 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
| | | | Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
* 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
| | | | Thanks to Piotr Orzechowski.
* Fixed localization regression introduced in r2288; core/locale.confGravatar mitchell2017-01-11
|
* Improved LuaJIT compatibility; core/init.luaGravatar mitchell2017-01-02
| | | | Some third-party extensions make use of Lua 5.3's `table.insert()`.
* 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
| | | | For example this should report 'm{' as just '{' on a Spanish OSX key layout.
* 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
|