aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
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
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
2014-05-24Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.mitchell
2014-05-23Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.mitchell
2014-05-13Added block comment support for reST and YAML; modules/textadept/editing.luamitchell
2014-01-12Updated copyright information.mitchell
2013-12-18Renamed "hypertext" lexer to "html".mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-11Updated documentation.mitchell
2013-11-10Disable strip trailing spaces by default.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-11-07New ANSI C lexer.mitchell
2013-10-29Fix `enclose()` to enclose the whole current word; modules/textadept/editing.luamitchell
2013-10-21More LuaDoc updates.mitchell
2013-10-18Fixed corner case bug in block uncommenting; modules/textadept/editing.luamitchell
2013-10-18Fix paragraph selection corner case; modules/textadept/editing.luamitchell
2013-10-18More LuaDoc updates.mitchell
2013-10-09Use an indicator to highlight matching braces.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-09-29Fix error when block commenting in plain text; modules/textadept/editing.luamitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell