aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
AgeCommit message (Collapse)Author
2014-05-31Fixed erroneous LuaDoc.mitchell
2014-05-25Updated to Scintilla 3.4.2.mitchell
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b.
2014-05-23Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.mitchell
2014-04-30Updated documentation.mitchell
2014-03-23Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.mitchell
2014-02-05Updated to Scintilla 3.3.9.mitchell
2014-01-12Updated copyright information.mitchell
2013-12-16Updated LuaDoc; core/.buffer.luadocmitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-18LuaDoc updates.mitchell
2013-11-11Updated documentation.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-11-07Added support for tabs.mitchell
2013-10-29More documentation updates.mitchell
2013-10-21More LuaDoc updates.mitchell
2013-10-18The buffer API applies to all buffers now, not just the global one.mitchell
Created a "dummy" Scintilla view for operating on non-global documents. Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's `buffer.modify`.
2013-10-18More LuaDoc updates.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-10-02Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.mitchell
2013-09-21Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.mitchell
2013-09-16Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
Also removed more unused constants.
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-13Updated some LuaDoc.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
Menus and key bindings do not need `events.INITIALIZED`.
2013-09-01Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.mitchell
2013-08-30Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadocmitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-05-22Documented extended styles in Scintilla; core/.buffer.luadocmitchell
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-05-15Updated old documentation.mitchell
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357.
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-12Updated to Scintilla 3.3.1.mitchell
2013-03-29Updated to Scintilla 3.3.0.mitchell
2013-02-26Updated LuaDoc; core/.buffer.luadocmitchell
2013-02-25Updated to Scintilla 3.2.5.mitchell
2013-01-20Updated copyright date.mitchell
2013-01-20Updated to Scintilla 3.2.4.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-27Clarified some LuaDoc; core/.buffer.luadocmitchell
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-10-31Updated LuaDoc; core/.buffer.luadocmitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.