index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
...
*
Updated Lua autocompletion and documentation.
mitchell
2017-08-28
*
Added support for Myrddin.
mitchell
2017-08-28
*
Made `textadept.editing.transpose_chars()` UTF-8-aware.
mitchell
2017-08-27
*
Ensure context menus are configurable without the need for events.
mitchell
2017-08-09
*
Do not attempt to provide autocompletions when there is no context.
mitchell
2017-07-06
*
When searching in files, show more lines below a match.
mitchell
2017-07-02
*
Updated Lua autocompletion and documentation.
mitchell
2017-06-30
*
Small LuaDoc update.
mitchell
2017-06-30
*
Small code cleanup.
mitchell
2017-06-23
*
Lua command entry improvements.
mitchell
2017-06-22
*
Allow pipes in shell command for "filter through".
mitchell
2017-06-22
*
Changed "Cancel Snippet" keybinding to `Esc`.
mitchell
2017-05-26
*
Fixed bug that deleted characters outside of mangled snippets.
mitchell
2017-05-26
*
Updated Lua documentation; modules/lua/api
mitchell
2017-04-30
*
Added support for Logtalk.
mitchell
2017-04-30
*
Fixed some instances of snippet insertion with selected text.
mitchell
2017-04-18
*
Fixed some bugs in "Replace All"; modules/textadept/find.lua
mitchell
2017-03-24
*
Fixed Moonscript association; modules/textadept/file_types.lua
mitchell
2017-03-23
*
Use the C++ lexer for the ".cc" extension; modules/textadept/file_types.lua
mitchell
2017-03-16
*
Updated localization string; modules/textadept/menu.lua
mitchell
2017-02-28
*
Added support for rc and Standard ML.
mitchell
2017-02-25
*
Print lexer initialization errors like normal errors.
mitchell
2017-02-12
*
Do not move over selected typeover characters; modules/textadept/editing.lua
mitchell
2017-02-02
*
Updated LuaDoc; modules/textadept/editing.lua
mitchell
2017-01-12
*
Updated copyright information.
mitchell
2016-12-31
*
Updated Lua autocompletion and documentation.
mitchell
2016-12-08
*
Prevent duplicate recent files on session load; modules/textadept/session.lua
mitchell
2016-12-08
*
Fixed bug in previous commit; modules/textadept/menu.lua
mitchell
2016-11-16
*
Be more efficient when updating menu item functions; modules/textadept/menu.lua
mitchell
2016-11-11
*
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-11-04
*
Fixed bug in find/replace with consecutive matches; modules/textadept/find.lua
mitchell
2016-10-18
*
Added support for Protobuf and Crystal.
mitchell
2016-10-06
*
Update Lua autocompletion and documentation.
mitchell
2016-09-28
*
Updated key bindings list; modules/textadept/keys.lua
mitchell
2016-09-15
*
Added TaskPaper lexer; modules/textadept/file_types.lua
mitchell
2016-09-15
*
Fixed error building projects; modules/textadept/run.lua
mitchell
2016-09-12
*
Better error handling in filter-through; modules/textadept/editing.lua
mitchell
2016-09-05
*
Fixed infinite loop in "Replace All" with zero-length regex matches.
mitchell
2016-08-31
*
Updated Lua autocompletion and documentation.
mitchell
2016-08-29
*
Fixed potential crash on Windows with filter-through and some locales.
mitchell
2016-08-29
*
Fixed infinite loop with "Replace All" in selection; modules/textadept/find.lua
mitchell
2016-07-22
*
Updated Lua autocompletion and documentation.
mitchell
2016-07-11
*
Try to differentiate between Python 3 and 2 in run commands.
mitchell
2016-07-07
*
Document how to generate Lua autocompletion and documentation for user modules.
mitchell
2016-07-06
*
Added timeout prompt for "Find in Files".
mitchell
2016-07-04
*
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-07-04
*
Updated Lua autocompletion and documentation.
mitchell
2016-07-01
*
Small code cleanup and documentation updates.
mitchell
2016-06-27
*
Show file-based snippets in the selection dialog; modules/textadept/snippets.lua
mitchell
2016-06-27
*
Added `textadept.snippets._paths` for file-based snippets.
mitchell
2016-06-27
[prev]
[next]