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
Age
Commit message (
Expand
)
Author
2017-04-30
Updated Lua documentation; modules/lua/api
mitchell
2017-04-30
Added support for Logtalk.
mitchell
2017-04-18
Fixed some instances of snippet insertion with selected text.
mitchell
2017-03-24
Fixed some bugs in "Replace All"; modules/textadept/find.lua
mitchell
2017-03-23
Fixed Moonscript association; modules/textadept/file_types.lua
mitchell
2017-03-16
Use the C++ lexer for the ".cc" extension; modules/textadept/file_types.lua
mitchell
2017-02-28
Updated localization string; modules/textadept/menu.lua
mitchell
2017-02-25
Added support for rc and Standard ML.
mitchell
2017-02-12
Print lexer initialization errors like normal errors.
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-12-08
Updated Lua autocompletion and documentation.
mitchell
2016-12-08
Prevent duplicate recent files on session load; modules/textadept/session.lua
mitchell
2016-11-16
Fixed bug in previous commit; modules/textadept/menu.lua
mitchell
2016-11-11
Be more efficient when updating menu item functions; modules/textadept/menu.lua
mitchell
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-10-18
Fixed bug in find/replace with consecutive matches; modules/textadept/find.lua
mitchell
2016-10-06
Added support for Protobuf and Crystal.
mitchell
2016-09-28
Update Lua autocompletion and documentation.
mitchell
2016-09-15
Updated key bindings list; modules/textadept/keys.lua
mitchell
2016-09-15
Added TaskPaper lexer; modules/textadept/file_types.lua
mitchell
2016-09-12
Fixed error building projects; modules/textadept/run.lua
mitchell
2016-09-05
Better error handling in filter-through; modules/textadept/editing.lua
mitchell
2016-08-31
Fixed infinite loop in "Replace All" with zero-length regex matches.
mitchell
2016-08-29
Updated Lua autocompletion and documentation.
mitchell
2016-08-29
Fixed potential crash on Windows with filter-through and some locales.
mitchell
2016-07-22
Fixed infinite loop with "Replace All" in selection; modules/textadept/find.lua
mitchell
2016-07-11
Updated Lua autocompletion and documentation.
mitchell
2016-07-07
Try to differentiate between Python 3 and 2 in run commands.
mitchell
2016-07-06
Document how to generate Lua autocompletion and documentation for user modules.
mitchell
2016-07-04
Added timeout prompt for "Find in Files".
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-07-01
Updated Lua autocompletion and documentation.
mitchell
2016-06-27
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-25
Small code and documentation cleanup.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
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
Refactored `textadept.run`; modules/textadept/run.lua
mitchell
2016-06-15
Renamed `textadept.session` fields.
mitchell
2016-06-15
Changed "find in files" API a bit.
mitchell
2016-06-15
Do not auto-load `post_init.lua` files in language modules anymore.
mitchell
2016-06-15
Changed some settings and table names in `textadept.editing`.
mitchell
2016-06-15
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
[next]