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