index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
scripts
/
gen_iface.lua
Commit message (
Expand
)
Author
Age
*
Updated to Scintilla 3.3.7.
mitchell
2013-12-15
*
Fixed bug with Scintilla notification constants.
mitchell
2013-11-11
*
Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.
mitchell
2013-10-23
*
Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.
mitchell
2013-10-02
*
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-21
*
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
*
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
*
Removed some unused constants from `_SCINTILLA.constants`.
mitchell
2013-09-14
*
Updated LuaDoc.
mitchell
2013-09-06
*
Updated copyright date.
mitchell
2013-01-20
*
Updated LuaDoc; scripts/gen_iface.lua
mitchell
2013-01-20
*
Updated documentation formatting.
mitchell
2012-10-29
*
Updated to generate newer documentation; scripts/gen_iface.lua
mitchell
2012-10-06
*
Better EOL handling and update LuaDoc formatting; scripts/gen_iface.lua
mitchell
2012-04-18
*
Updated contact email address.
mitchell
2012-03-07
*
Updated copyright information.
mitchell
2012-01-06
*
Fixed scripts/gen_iface.lua.
mitchell
2011-12-13
*
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-12-12
*
Updated to Scintilla 3.0.0.
mitchell
2011-10-31
*
Add ability to fake modules for generating Adeptsense.
mitchell
2011-06-24
*
Add @field parameters to _SCINTILLA.constants; scripts/gen_iface.lua
mitchell
2011-06-22
*
Refactored scripts/gen_iface.lua.
mitchell
2011-06-22
*
Add unique ID generating functions to scripts/gen_iface.lua.
mitchell
2011-06-20
*
Updated documentation; scripts/gen_iface.lua
mitchell
2011-03-01
*
Readded scripts.
mitchell
2011-02-28
*
Files in scripts/ should be in the source release, not hg.
mitchell
2011-01-17
*
Updated copyright information.
mitchell
2010-12-28
*
Code formatting changes.
mitchell
2010-10-14
*
Change Lua interface to support updated LPeg Scintilla lexer.
mitchell
2010-08-31
*
Renamed core/.*.lua to core/.*.luadoc documentation files.
mitchell
2010-06-17
*
Flattened core/iface.lua.
mitchell
2010-06-17
*
Removed _G.textadept.
mitchell
2010-06-11
*
Updated to use Scintillua 2.03.
mitchell
2010-02-23
*
Updated copyright to 2010.
mitchell
2010-01-07
*
Updated scripts/gen_iface.lua.
mitchell
2009-06-21
*
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-25
*
Updated copyright dates for 2009.
mitchell
2009-01-01
*
Tweaked scripts/gen_iface.lua.
mitchell
2008-12-06
*
Added scripts/ directory.
mitchell
2008-03-04