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
2016-04-28
`enclose()` works with multiple selections; modules/textadept/editing.lua
mitchell
2016-04-16
`events.CHAR_ADDED` emits a character code, not a byte.
mitchell
2016-04-05
Improved efficiency of word autocompletion from all buffers.
mitchell
2016-04-05
Fixed indentation conversion; modules/textadept/editing.lua
mitchell
2016-04-05
Use more accurate variable names in `events.CHAR_ADDED` events.
mitchell
2016-04-05
Do not run some `events.UPDATE_UI` handlers when scrolling.
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-29
Updated comment strings; modules/textadept/editing.lua
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-09-14
Improved apidoc lookup behind the caret; modules/textadept/editing.lua
mitchell
2015-08-25
Use an empty block comment string by default; modules/textadept/editing.lua
mitchell
2015-08-16
Block comment should respect indentation; modules/textadept/editing.lua
mitchell
2015-08-08
Added comment support for Elixir and WSF; modules/textadept/editing.lua
mitchell
2015-07-16
Fixed transpose characters bug at buffer start; modules/textadept/editing.lua
mitchell
2015-06-23
Allow `select_word()` to select all occurrences; modules/textadept/editing.lua
mitchell
2015-03-20
Small documentation updates.
mitchell
2015-03-19
Added some support for Rust and TOML.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-14
Filter through now uses `spawn()`; modules/textadept/editing.lua
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-03-09
Updated to Scintilla 3.5.4.
mitchell
2015-01-22
Small code and documentation cleanup.
mitchell
2015-01-20
Updated Lua autocompletion and documentation.
mitchell
2015-01-15
Added events for terminal suspend and resume.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-26
Allow connection to `events.QUIT` without requiring index of 1.
mitchell
2014-11-11
Added new `_SCINTILLA.next_image_type()` for registering images.
mitchell
2014-10-18
Handle unknown CSI events and bracketed pasted in the terminal version.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-20
More code cleanup; modules/textadept/editing.lua
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-09
Fixed word autocompletion bug when ignoring case; modules/textadept/editing.lua
mitchell
2014-05-29
Code cleanup.
mitchell
2014-05-28
Removed `textadept.editing.select_indented_block()`.
mitchell
2014-05-28
Fixed bug in highlighting a word from its end; modules/textadept/editing.lua
mitchell
2014-05-28
Removed `HIGHLIGHT_BRACES` option; modules/textadept/editing.lua
mitchell
2014-05-28
Utilize list separator characters instead of hard-coded characters.
mitchell
2014-05-25
Added character equivalents for XPM images; modules/textadept/editing.lua
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-24
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
mitchell
2014-05-23
Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.
mitchell
2014-05-13
Added block comment support for reST and YAML; modules/textadept/editing.lua
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-18
Renamed "hypertext" lexer to "html".
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-11
Updated documentation.
mitchell
2013-11-10
Disable strip trailing spaces by default.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-11-07
New ANSI C lexer.
mitchell
[next]