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