aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
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
2011-08-10Fixed transpose bug at end of buffer; modules/textadept/editing.luamitchell
2011-08-09Autocomplete supports multiple selections.mitchell
2011-07-14Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-03-17Performance and speed improvements.mitchell
2011-02-28Fixed infinite loop error in select_scope(); modules/textadept/editing.luamitchell
2011-01-23Allow language-specific char_matches and braces for _m.textadept.editing.mitchell
2011-01-21Fixed bug in goto_line() caused by last commit; modules/textadept/editing.luamitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-12-19Use buffer.selection_start and buffer.selection_end.mitchell
2010-11-23Code cleanup.mitchell
2010-10-15Make word highlight colors more universal; modules/textadept/editing.luamitchell
2010-10-15Added key commands and changed LuaDoc for highlighting words.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Removed some useless editing module functions.mitchell
2010-10-14Code formatting changes.mitchell
2010-08-31Halt keypress event after showing completion list; modules/textadept/editing.luamitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-04-29Made 'enclosure' table a field of modules/textadept/editing.lua for access.mitchell
2010-04-10Moved block comment strings to language-specific modules.mitchell
2010-04-05Removed kill-ring.mitchell
2010-04-05Code cleanup.mitchell
2010-03-30Removed support for api files.mitchell