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
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
2013-10-29
Fix `enclose()` to enclose the whole current word; modules/textadept/editing.lua
mitchell
2013-10-21
More LuaDoc updates.
mitchell
2013-10-18
Fixed corner case bug in block uncommenting; modules/textadept/editing.lua
mitchell
2013-10-18
Fix paragraph selection corner case; modules/textadept/editing.lua
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
Use an indicator to highlight matching braces.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-29
Fix error when block commenting in plain text; modules/textadept/editing.lua
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-27
Fixed incorrect constants introduced in r1574; modules/textadept/editing.lua
mitchell
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-18
Support multiple selections with `select_word()`; modules/textadept/editing.lua
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Moved custom markers and indicators into themes and added more properties.
mitchell
2013-09-13
Updated some LuaDoc.
mitchell
2013-09-08
Expose marker and indicator numbers for greater customization.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-06-21
Do not allow transposing in empty buffer; modules/textadept/editing.lua
mitchell
2013-06-20
Fixed crash when transposing in empty buffer; modules/textadept/editing.lua
mitchell
2013-06-12
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-06-12
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
mitchell
[next]