aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
Commit message (Expand)AuthorAge
* Committing temporary iface changes until Scintilla's iface is patched.Gravatar mitchell2020-03-26
* 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
* 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
* Updated copyright year.Gravatar mitchell2019-02-16
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Updated copyright year.Gravatar mitchell2018-01-25
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated to Scintilla 3.7.1.Gravatar mitchell2016-12-05
* Updated copyright date.Gravatar mitchell2015-12-31
* Updated to Scintilla 3.6.0.Gravatar mitchell2015-08-02
* Stop documenting some non-useful buffer functions and fields.Gravatar mitchell2015-03-10
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
* Updated copyright year.Gravatar mitchell2014-12-31
* Added new `_SCINTILLA.next_image_type()` for registering images.Gravatar mitchell2014-11-11
* Improvements to terminal mouse handling.Gravatar mitchell2014-10-25
* Generate Lua interface using Scintilla instead of SciTE; scripts/gen_iface.luaGravatar mitchell2014-06-09
* Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.Gravatar mitchell2014-06-07
* Code cleanup.Gravatar mitchell2014-05-29
* Updated copyright information.Gravatar mitchell2014-01-12
* Updated to Scintilla 3.3.7.Gravatar mitchell2013-12-15
* Fixed bug with Scintilla notification constants.Gravatar mitchell2013-11-11
* Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.Gravatar mitchell2013-10-23
* Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.Gravatar mitchell2013-10-02
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed some unused constants from `_SCINTILLA.constants`.Gravatar mitchell2013-09-14
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Updated copyright date.Gravatar mitchell2013-01-20
* Updated LuaDoc; scripts/gen_iface.luaGravatar mitchell2013-01-20
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Updated to generate newer documentation; scripts/gen_iface.luaGravatar mitchell2012-10-06
* Better EOL handling and update LuaDoc formatting; scripts/gen_iface.luaGravatar mitchell2012-04-18
* Updated contact email address.Gravatar mitchell2012-03-07
* Updated copyright information.Gravatar mitchell2012-01-06
* Fixed scripts/gen_iface.lua.Gravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated to Scintilla 3.0.0.Gravatar mitchell2011-10-31
* Add ability to fake modules for generating Adeptsense.Gravatar mitchell2011-06-24
* Add @field parameters to _SCINTILLA.constants; scripts/gen_iface.luaGravatar mitchell2011-06-22
* Refactored scripts/gen_iface.lua.Gravatar mitchell2011-06-22
* Add unique ID generating functions to scripts/gen_iface.lua.Gravatar mitchell2011-06-20
* Updated documentation; scripts/gen_iface.luaGravatar mitchell2011-03-01
* Readded scripts.Gravatar mitchell2011-02-28
* Files in scripts/ should be in the source release, not hg.Gravatar mitchell2011-01-17