aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
AgeCommit message (Expand)Author
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
2010-03-24Backspace deletes auto-inserted character pairs; modules/textadept/editing.luamitchell
2010-03-24Make options configurable from user init.lua; modules/textadept/editing.luamitchell
2010-03-04Fix auto-insert of closing parenthesis; modules/textadept/editing.luamitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-25Documentation overhaul.mitchell
2009-07-19Removed [Local {function,table}] documentation from being shown in LuaDoc.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-12The 'char_added' handler shouldn't convert int to string.mitchell
2009-07-12Lua code cleanup.mitchell
2009-03-01Added 'file_before_save' signal.mitchell
2009-03-01Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.mitchell
2009-02-15Cleaned up some Lua code.mitchell
2009-02-15Removed buggy 'Select in Structure' from _m.textadept.editing.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-08Removed buffer:find() function.mitchell