aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/iface.lua
Commit message (Collapse)AuthorAge
* Updated to Scintilla 5.2.0.Gravatar mitchell2022-02-15
|
* Updated copyright year.Gravatar mitchell2022-01-31
|
* Download Scintillua 5.3, Scinterm 3.2, and gtDialog 1.5 by name instead of ↵Gravatar mitchell2021-11-11
| | | | | | commit hash. Their contents have not materially changed.
* Updated to Scintilla 5.1.3.Gravatar mitchell2021-09-30
| | | | There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
* Updated to Scintilla 5.1.1.Gravatar mitchell2021-07-26
|
* Updated to Scintilla 5.1.0.Gravatar mitchell2021-06-27
|
* `textadept.editing.filter_through` respects multiple and rectangular ↵Gravatar mitchell2021-06-10
| | | | | | selection now. The required Scintilla patch has been upstreamed and will be in the next release.
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
| | | | Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
* Updated Scintilla iface LuaDoc.Gravatar mitchell2021-04-14
|
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated copyright information.Gravatar mitchell2021-01-29
|
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19
|
* Updated to Scintilla 3.21.0.Gravatar mitchell2020-07-27
|
* Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.Gravatar mitchell2020-07-16
| | | | Australian English to American English.
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
| | | | This requires theme updates, primarily due to colour -> color.
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
| | | | | | | This allows for a superficial separation of buffer- and view-specific Scintilla functionality. buffers and views can now be used interchangeably for the most part, and the APIs are guidance, not hard requirements. User scripts do not require any modification and will continue to function normally.
* Updated to Scintilla 3.20.0.Gravatar mitchell2020-05-09
|
* Handle more Scintilla constants that need to be incremented by one.Gravatar mitchell2020-04-16
|
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
|
* When generating iface for Scintilla events, move modifiers parameter to end.Gravatar mitchell2020-03-12
|
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
| | | | | `events.FILE_CHANGED` was not emitting a filename. Added tests for key commands, keychains, and key modes.
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
|
* Updated copyright year.Gravatar mitchell2019-12-31
|
* Updated to latest Scintilla LongTerm3 revision.Gravatar mitchell2019-07-11
| | | | | Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later.
* Updated to Scintilla 3.10.4.Gravatar mitchell2019-04-17
|
* Updated interface to Scintilla 3.10.3.Gravatar mitchell2019-03-09
|
* Updated copyright year.Gravatar mitchell2019-02-16
|
* Updated to Scintilla 3.10.1.Gravatar mitchell2018-10-31
|
* Updated to Scintilla 3.10.0.Gravatar mitchell2018-06-30
|
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
| | | | Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
|
* Updated copyright year.Gravatar mitchell2018-01-25
|
* Backported `buffer.move_extends_selection` from upstream Scintilla.Gravatar mitchell2018-01-25
|
* Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.Gravatar mitchell2017-11-06
|
* Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.Gravatar mitchell2017-06-17
|
* 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 copyright information.Gravatar mitchell2016-12-31
|
* Updated to Scintilla 3.7.1.Gravatar mitchell2016-12-05
|
* Updated to Scintilla 3.7.0.Gravatar mitchell2016-10-19
|
* Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.Gravatar mitchell2016-09-15
|
* Updated to Scintilla 3.6.3 and enabled idle styling.Gravatar mitchell2016-01-20
| | | | Patched Scintilla to prevent warning on widget destroy.
* Updated copyright date.Gravatar mitchell2015-12-31
|
* Updated to Scintilla and Scintillua 3.6.2.Gravatar mitchell2015-11-07
|
* Updated to Scintilla 3.6.0.Gravatar mitchell2015-08-02
|
* Updated to Scintilla 3.5.7.Gravatar mitchell2015-06-23
|
* Updated to Scintilla 3.5.5.Gravatar mitchell2015-04-18
|
* Stop documenting some non-useful buffer functions and fields.Gravatar mitchell2015-03-10
|
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
|