aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
2013-05-20Fix caret placement in block comment/uncomment.mitchell
2013-04-30More code cleanup.mitchell
2013-04-29More code cleanup.mitchell
2013-04-26Consolidated the editing module's `grow_selection()` into `enclose_selected()`.mitchell
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-24Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.mitchell
2013-04-24Changed display of highlighted words; modules/textadept/editing.luamitchell
2013-04-12Updated to Scintilla 3.3.1.mitchell
2013-04-09Fixed bug with highlighting words; modules/textadept/editing.luamitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-10Indicator for highlighted words works in ncurses.mitchell
2013-01-31Added ability to type over characters like closing braces and quotes.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-10-03Simplified auto-indent; modules/textadept/editing.luamitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-16Support highlight word markers in ncurses; modules/textadept/editing.luamitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-14Use buffer:get_lexer(true) more often when it should be used.mitchell
2012-03-14autocomplete_word() accepts default words; modules/textadept/editing.luamitchell
2012-03-07Updated contact email address.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Renamed editing module's 'current_word' to 'select_word'.mitchell
2012-01-05Fixed bug introduced in recent code cleanup; modules/textadept/editing.luamitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
2011-09-28Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luamitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-08-17Autocompletion list sort order respects buffer.auto_c_ignore_case.mitchell
2011-08-15Sort autocomplete word list; modules/textadept/editing.luamitchell