aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-12-31Updated copyright information.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-08Updated for 9.1.mitchell
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.mitchell
2016-09-29Added link to learning Lua; doc/index.htmlmitchell
2016-09-28Updated book links.mitchell
2016-09-28Updated for 9.0.mitchell
2016-09-19Updated "Why Textadept?" section to be more factual; doc/index.htmlmitchell
2016-09-15Added a "Why Textadept?" type of section; doc/index.htmlmitchell
2016-09-15Allow on-site donations and EBook purchases.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-06-30Small manual and LuaDoc updates.mitchell
2016-06-27Added note on scripting auto-save; doc/manual.mdmitchell
2016-06-27Document new snippet directory paths preference; doc/manual.mdmitchell
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-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-15Added new "Getting Started" section to "Scripting"; doc/manual.mdmitchell
2016-06-15Rewrote manual sections 7-9 and updated other sections and links; doc/manual.mdmitchell
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 `exclude_FILTER` parameter from `io.quick_open()`.mitchell
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-06-14Fixed API documentation generation bug; doc/markdowndoc.luamitchell
2016-06-11Updated to Lua 5.3.3.mitchell
2016-04-29Textadept has been around for more than 8 years now; doc/manual.mdmitchell
2016-04-29Updated for 8.7.mitchell
2016-02-29Updated for 8.6.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
2016-01-29Added '-v' and '--version' command line parameters.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-31Textadept has been using Lua 5.3 for some time now; doc/manual.mdmitchell
2015-12-22No need to highlight the second edition of the book; doc/index.htmlmitchell
2015-11-11PGP sign packages for added integrity.mitchell
2015-11-07Updated for 8.4.mitchell
2015-10-01Updated for 8.3.mitchell
2015-09-09Fixed copyright date; doc/index.htmlmitchell
2015-08-31Updated for 8.2.mitchell
2015-06-30Updated for 8.1.mitchell