aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
Commit message (Expand)AuthorAge
* 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
* Updated copyright information.Gravatar mitchell2010-12-28
* Code formatting changes.Gravatar mitchell2010-10-14
* Change Lua interface to support updated LPeg Scintilla lexer.Gravatar mitchell2010-08-31
* Renamed core/.*.lua to core/.*.luadoc documentation files.Gravatar mitchell2010-06-17
* Flattened core/iface.lua.Gravatar mitchell2010-06-17
* Removed _G.textadept.Gravatar mitchell2010-06-11
* Updated to use Scintillua 2.03.Gravatar mitchell2010-02-23
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Updated scripts/gen_iface.lua.Gravatar mitchell2009-06-21
* Replaced str:match with str:find where applicable for speed improvements.Gravatar mitchell2009-01-25
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Tweaked scripts/gen_iface.lua.Gravatar mitchell2008-12-06
* Added scripts/ directory.Gravatar mitchell2008-03-04