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-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
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-20
Code cleanup; modules/textadept/editing.lua
mitchell
2013-05-20
Fix caret placement in block comment/uncomment.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.
mitchell
2013-04-24
Changed display of highlighted words; modules/textadept/editing.lua
mitchell
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
[next]