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
2018-01-25
Updated copyright year.
mitchell
2017-12-31
Updated LuaDoc.
mitchell
2017-11-18
Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.
mitchell
2017-11-10
Updated LuaDoc.
mitchell
2017-11-10
Removed `textadept.editing.match_brace()`.
mitchell
2017-11-07
Pasted text is reindented by default.
mitchell
2017-10-31
Fixed APDL block commenting.
mitchell
2017-08-28
Added support for Myrddin.
mitchell
2017-08-27
Made `textadept.editing.transpose_chars()` UTF-8-aware.
mitchell
2017-06-23
Small code cleanup.
mitchell
2017-06-22
Allow pipes in shell command for "filter through".
mitchell
2017-04-30
Added support for Logtalk.
mitchell
2017-02-25
Added support for rc and Standard ML.
mitchell
2017-02-02
Do not move over selected typeover characters; modules/textadept/editing.lua
mitchell
2017-01-12
Updated LuaDoc; modules/textadept/editing.lua
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-10-06
Added support for Protobuf and Crystal.
mitchell
2016-09-05
Better error handling in filter-through; modules/textadept/editing.lua
mitchell
2016-08-29
Fixed potential crash on Windows with filter-through and some locales.
mitchell
2016-06-15
`textadept.editing.goto_line()` takes 0-based line number.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Changed some settings and table names in `textadept.editing`.
mitchell
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
[next]