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
2013-04-12
Updated to Scintilla 3.3.1.
mitchell
2013-04-09
Fixed bug with highlighting words; modules/textadept/editing.lua
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-10
Indicator for highlighted words works in ncurses.
mitchell
2013-01-31
Added ability to type over characters like closing braces and quotes.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-20
Be consistent with regard to "caret" vs. "current position".
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-06
Fixed more bugs introduced by r1260.
mitchell
2012-10-03
Simplified auto-indent; modules/textadept/editing.lua
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
2012-07-21
Lua code cleanup and API changes.
mitchell
2012-07-16
Support highlight word markers in ncurses; modules/textadept/editing.lua
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-14
Use buffer:get_lexer(true) more often when it should be used.
mitchell
2012-03-14
autocomplete_word() accepts default words; modules/textadept/editing.lua
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-06
Updated copyright information.
mitchell
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
[next]