aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
2017-04-30Added support for Logtalk.mitchell
2017-02-25Added support for rc and Standard ML.mitchell
2017-02-02Do not move over selected typeover characters; modules/textadept/editing.luamitchell
2017-01-12Updated LuaDoc; modules/textadept/editing.luamitchell
2016-12-31Updated copyright information.mitchell
2016-10-06Added support for Protobuf and Crystal.mitchell
2016-09-05Better error handling in filter-through; modules/textadept/editing.luamitchell
2016-08-29Fixed potential crash on Windows with filter-through and some locales.mitchell
2016-06-15`textadept.editing.goto_line()` takes 0-based line number.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-15Changed some settings and table names in `textadept.editing`.mitchell
2016-04-28`enclose()` works with multiple selections; modules/textadept/editing.luamitchell
2016-04-16`events.CHAR_ADDED` emits a character code, not a byte.mitchell
2016-04-05Improved efficiency of word autocompletion from all buffers.mitchell
2016-04-05Fixed indentation conversion; modules/textadept/editing.luamitchell
2016-04-05Use more accurate variable names in `events.CHAR_ADDED` events.mitchell
2016-04-05Do not run some `events.UPDATE_UI` handlers when scrolling.mitchell
2016-04-02Code cleanup.mitchell
2016-03-29Updated comment strings; modules/textadept/editing.luamitchell
2015-12-31Updated copyright date.mitchell
2015-09-14Improved apidoc lookup behind the caret; modules/textadept/editing.luamitchell
2015-08-25Use an empty block comment string by default; modules/textadept/editing.luamitchell
2015-08-16Block comment should respect indentation; modules/textadept/editing.luamitchell
2015-08-08Added comment support for Elixir and WSF; modules/textadept/editing.luamitchell
2015-07-16Fixed transpose characters bug at buffer start; modules/textadept/editing.luamitchell
2015-06-23Allow `select_word()` to select all occurrences; modules/textadept/editing.luamitchell
2015-03-20Small documentation updates.mitchell
2015-03-19Added some support for Rust and TOML.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-14Filter through now uses `spawn()`; modules/textadept/editing.luamitchell
2015-03-12Lua code cleanup.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
2015-03-09Updated to Scintilla 3.5.4.mitchell
2015-01-22Small code and documentation cleanup.mitchell
2015-01-20Updated Lua autocompletion and documentation.mitchell
2015-01-15Added events for terminal suspend and resume.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-26Allow connection to `events.QUIT` without requiring index of 1.mitchell
2014-11-11Added new `_SCINTILLA.next_image_type()` for registering images.mitchell
2014-10-18Handle unknown CSI events and bracketed pasted in the terminal version.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-20More code cleanup; modules/textadept/editing.luamitchell
2014-06-12Lua code cleanup.mitchell
2014-06-09Fixed word autocompletion bug when ignoring case; modules/textadept/editing.luamitchell
2014-05-29Code cleanup.mitchell
2014-05-28Removed `textadept.editing.select_indented_block()`.mitchell
2014-05-28Fixed bug in highlighting a word from its end; modules/textadept/editing.luamitchell
2014-05-28Removed `HIGHLIGHT_BRACES` option; modules/textadept/editing.luamitchell
2014-05-28Utilize list separator characters instead of hard-coded characters.mitchell
2014-05-25Added character equivalents for XPM images; modules/textadept/editing.luamitchell