index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
editing.lua
Age
Commit message (
Expand
)
Author
2012-01-05
Code cleanup.
mitchell
2012-01-05
Renamed editing module's 'current_word' to 'select_word'.
mitchell
2012-01-05
Fixed bug introduced in recent code cleanup; modules/textadept/editing.lua
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2012-01-01
Code cleanup.
mitchell
2011-12-31
Changed 'locale.localize()' to global '_L' table.
mitchell
2011-12-31
Code cleanup.
mitchell
2011-12-13
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-11-23
Code cleanup.
mitchell
2011-11-23
Removed _m.textadept.editing.select_style().
mitchell
2011-11-23
Added theme utilities, modified light and dark themes, and removed scite theme.
mitchell
2011-09-28
Fixed bug with autocomplete and capitalizations; modules/textadept/editing.lua
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-08-17
Autocompletion list sort order respects buffer.auto_c_ignore_case.
mitchell
2011-08-15
Sort autocomplete word list; modules/textadept/editing.lua
mitchell
2011-08-10
Fixed transpose bug at end of buffer; modules/textadept/editing.lua
mitchell
2011-08-09
Autocomplete supports multiple selections.
mitchell
2011-07-14
Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.
mitchell
2011-07-13
Refactored key commands and added menu accelerators.
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-06-23
Updated Luadoc and added extra fields to other modules.
mitchell
2011-06-16
Use functions for generating unique IDs for markers, indicators, and user lists.
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-02-28
Fixed infinite loop error in select_scope(); modules/textadept/editing.lua
mitchell
2011-01-23
Allow language-specific char_matches and braces for _m.textadept.editing.
mitchell
2011-01-21
Fixed bug in goto_line() caused by last commit; modules/textadept/editing.lua
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-26
Separated key command manager from key command definitions.
mitchell
2010-12-19
Use buffer.selection_start and buffer.selection_end.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-10-15
Make word highlight colors more universal; modules/textadept/editing.lua
mitchell
2010-10-15
Added key commands and changed LuaDoc for highlighting words.
mitchell
2010-10-15
Can highlight all occurances of a word; adapted from Brian Schott.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Removed some useless editing module functions.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-08-31
Halt keypress event after showing completion list; modules/textadept/editing.lua
mitchell
2010-08-17
Upgraded to Scintilla/SciTE 2.20.
mitchell
2010-06-16
Code and documentation cleanup.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-04-29
Made 'enclosure' table a field of modules/textadept/editing.lua for access.
mitchell
2010-04-10
Moved block comment strings to language-specific modules.
mitchell
2010-04-05
Removed kill-ring.
mitchell
2010-04-05
Code cleanup.
mitchell
2010-03-30
Removed support for api files.
mitchell
[next]