aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-11Updated for 9.0 alpha 2.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-06Added context to localization messages for easier translation.mitchell
2016-07-04Added timeout prompt for "Find in Files".mitchell
2016-07-04Fixed inability to effectively halt `lfs.dir_foreach()` loops; core/lfs_ext.luamitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
2016-07-04Check bounds for `buffer:text_range()`; core/init.luamitchell
2016-07-04Fixed OSX build; src/Makefilemitchell
2016-07-01Added tag textadept_9.0_alpha for changeset 6f36de80cf97mitchell
2016-07-01Fixed compile error introduced in the terminal version; src/textadept.cmitchell
2016-07-01Updated CHANGELOG.md.mitchell
2016-07-01Updated Lua autocompletion and documentation.mitchell
2016-06-30Small manual and LuaDoc updates.mitchell
2016-06-30Updated for 9.0 alpha.mitchell
2016-06-27Added note on scripting auto-save; doc/manual.mdmitchell
2016-06-27Small code cleanup and documentation updates.mitchell
2016-06-27Document new snippet directory paths preference; doc/manual.mdmitchell
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-27Updated migration guide section to read a bit easier; doc/manual.mdmitchell
2016-06-25Updated migration guide; doc/manual.mdmitchell
2016-06-25Combined view metamethods into one and cleaned up some code and comments.mitchell
2016-06-25Small code and documentation cleanup.mitchell
2016-06-19Updated translations.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-15Updated migration guide along with formatting updates; doc/manual.mdmitchell
2016-06-15Updated links in documentation pages.mitchell
2016-06-15Added new "Getting Started" section to "Scripting"; doc/manual.mdmitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-15Refactored LuaDoc for `_M`; core/._M.luadocmitchell
2016-06-15Rewrote manual sections 7-9 and updated other sections and links; doc/manual.mdmitchell
2016-06-15Prefer '$(...)' notation in themes over '%(...)'.mitchell
2016-06-15Refactored `textadept.run`; modules/textadept/run.luamitchell
2016-06-15Allow binary files to be encoded in something else.mitchell
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-15Be more liberal about comments in locale files and use '#' by default.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 `exclude_FILTER` parameter from `io.quick_open()`.mitchell
2016-06-15Removed CVS project recognition and assume Subversion v1.8+.mitchell
2016-06-15Removed explicit detection and use of extinct CR line endings.mitchell
2016-06-15Removed explicit BOM support.mitchell
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-06-14Fixed API documentation generation bug; doc/markdowndoc.luamitchell