Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-17 | Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3. | ||
2017-05-26 | Fixed bug that deleted characters outside of mangled snippets. | ||
2017-04-07 | Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3. | ||
Scintilla 3.7.4 requires a C++11 compiler, which I do not have. | |||
2016-12-31 | Updated copyright information. | ||
2016-12-05 | Updated to Scintilla 3.7.1. | ||
2016-10-19 | Updated to Scintilla 3.7.0. | ||
2016-09-15 | Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1. | ||
2016-08-29 | Small LuaDoc updates. | ||
2016-08-29 | Small LuaDoc update; core/.buffer.luadoc | ||
2016-06-30 | Small manual and LuaDoc updates. | ||
2016-06-15 | Lots of small LuaDoc improvements (grammar mainly). | ||
2016-01-20 | Updated to Scintilla 3.6.3 and enabled idle styling. | ||
Patched Scintilla to prevent warning on widget destroy. | |||
2015-12-31 | Updated copyright date. | ||
2015-11-07 | Updated to Scintilla and Scintillua 3.6.2. | ||
2015-08-02 | Updated to Scintilla 3.6.0. | ||
2015-06-23 | Updated to Scintilla 3.5.7. | ||
2015-04-18 | Updated to Scintilla 3.5.5. | ||
2015-03-20 | Small documentation updates. | ||
2015-03-10 | Stop documenting some non-useful buffer functions and fields. | ||
2015-03-09 | Stop documenting hotspots since new indicator attributes supplant hotspots. | ||
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-09 | Updated to Scintilla 3.5.4. | ||
2015-02-09 | Updated LuaDoc; core/.buffer.luadoc | ||
2014-12-31 | Updated copyright year. | ||
2014-12-16 | Updated Luadoc; core/.buffer.luadoc | ||
2014-12-09 | Updated to Scintilla 3.5.2. | ||
2014-11-12 | Code and documentation cleanup. | ||
2014-10-25 | Improvements to terminal mouse handling. | ||
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-05 | Replaced command entry text field with a Scintilla buffer. | ||
`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-29 | Updated to Scintilla 3.5.1. | ||
2014-09-17 | More LuaDoc updates. | ||
2014-09-16 | Updated some LuaDoc. | ||
2014-08-18 | Updated to Scintilla 3.5.0. | ||
2014-08-15 | Fixed LuaDoc; core/.buffer.luadoc | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-05-31 | Fixed erroneous LuaDoc. | ||
2014-05-25 | Updated to Scintilla 3.4.2. | ||
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-23 | Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`. | ||
2014-04-30 | Updated documentation. | ||
2014-03-23 | Updated to Scintilla 3.4.0 and LuaJIT 2.0.3. | ||
2014-02-05 | Updated to Scintilla 3.3.9. | ||
2014-01-12 | Updated copyright information. | ||
2013-12-16 | Updated LuaDoc; core/.buffer.luadoc | ||
2013-12-15 | Updated to Scintilla 3.3.7. | ||
2013-12-12 | More LuaDoc updates. | ||
2013-11-18 | LuaDoc updates. | ||
2013-11-11 | Updated documentation. | ||
2013-11-10 | Updated LuaDoc. | ||
2013-11-07 | Added support for tabs. | ||
2013-10-29 | More documentation updates. | ||