aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
AgeCommit message (Collapse)Author
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-24Updated to pre-release version of Scintilla 3.8.0.mitchell
2018-01-25Updated copyright year.mitchell
2018-01-25Backported `buffer.move_extends_selection` from upstream Scintilla.mitchell
2017-12-31Updated LuaDoc.mitchell
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-08-16Mention that buffer's API is derived from Scintilla and provide docs link.mitchell
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-05-26Fixed bug that deleted characters outside of mangled snippets.mitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
2016-12-31Updated copyright information.mitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-15Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.mitchell
2016-08-29Small LuaDoc updates.mitchell
2016-08-29Small LuaDoc update; core/.buffer.luadocmitchell
2016-06-30Small manual and LuaDoc updates.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
Patched Scintilla to prevent warning on widget destroy.
2015-12-31Updated copyright date.mitchell
2015-11-07Updated to Scintilla and Scintillua 3.6.2.mitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-04-18Updated to Scintilla 3.5.5.mitchell
2015-03-20Small documentation updates.mitchell
2015-03-10Stop documenting some non-useful buffer functions and fields.mitchell
2015-03-09Stop documenting hotspots since new indicator attributes supplant hotspots.mitchell
Scintilla 3.5.4 added "buffer.indic_hover_style" and "buffer.indic_hover_fore", effectively replacing hotspot styles and colors. Lexers were not using hotspot styles anyway -- hotspots could only be used by manually styling text.
2015-03-09Updated to Scintilla 3.5.4.mitchell
2015-02-09Updated LuaDoc; core/.buffer.luadocmitchell
2014-12-31Updated copyright year.mitchell
2014-12-16Updated Luadoc; core/.buffer.luadocmitchell
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-11-12Code and documentation cleanup.mitchell
2014-10-25Improvements to terminal mouse handling.mitchell
Emit events for unhandled mouse events and connect to such events in order to focus and resize views. Patch libtermkey with new Win32 PDCurses driver for unified key/mouse input. Update CDK patch to always use libtermkey and to ignore mouse events. Requires Scinterm r97 (changeset 8d1a625c9b4d). Thanks to Chris Emerson for proof of concept code that handles mouse events and for the code that focuses and resizes views.
2014-10-05Replaced command entry text field with a Scintilla buffer.mitchell
`ui.command_entry` now has the same functions and fields as `buffer`s as well as an additional `height` property. Note that when the command entry is active, `_G.buffer` is unchanged, so many existing key commands cannot be bound to command entry key modes. See `keys.lua_command` in *modules/textadept/command_entry.lua* for the proper way to bind them. Removed `ui.command_entry.entry_text` and `ui.command_entry.show_completions()`.
2014-09-29Updated to Scintilla 3.5.1.mitchell
2014-09-17More LuaDoc updates.mitchell
2014-09-16Updated some LuaDoc.mitchell
2014-08-18Updated to Scintilla 3.5.0.mitchell
2014-08-15Fixed LuaDoc; core/.buffer.luadocmitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
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