aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Clarified `M-` modifier key for the terminal version in the manual.Gravatar mitchell2018-03-19
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.Gravatar mitchell2018-02-24
* Save to the loaded session on quit and removed `default_session` option.Gravatar mitchell2018-02-16
* Added UTF-16 to the default list of detected encodings.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Added Textadept 9 to 10 migration guide.Gravatar mitchell2017-12-31
* Buffer settings on startup apply to subsequent buffers.Gravatar mitchell2017-11-12
* Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.Gravatar mitchell2017-11-06
* Removed accidentally committed link.Gravatar mitchell2017-10-31
* Updated for 9.6.Gravatar mitchell2017-10-31
* Updated for 9.5.Gravatar mitchell2017-08-28
* Just link to donation page and e-book page instead of embedding them.Gravatar mitchell2017-07-08
* Added ability for buffer list to show buffers by z-order.Gravatar mitchell2017-07-02
* Textadept Quick Reference Third Edition is no longer "new".Gravatar mitchell2017-06-27
* Lua command entry improvements.Gravatar mitchell2017-06-22
* Updated key binding in manual for cancelling a snippet.Gravatar mitchell2017-06-20
* Updated for 9.4.Gravatar mitchell2017-04-30
* Mac uses `Esc` now instead of `⎋`; doc/manual.mdGravatar mitchell2017-03-16
* Updated for 9.3.Gravatar mitchell2017-02-28
* Improved build for when dependencies are updated, and added summary to manual.Gravatar mitchell2017-02-12
* Fixed typo; doc/manual.mdGravatar mitchell2017-01-06
* Added footer link; doc/.footer.mdGravatar mitchell2016-12-31
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated for 9.2.Gravatar mitchell2016-12-21
* Updated for 9.1.Gravatar mitchell2016-12-08
* Removed MacRoman encoding option, as OSX uses UTF-8 by default.Gravatar mitchell2016-11-04
* Added link to learning Lua; doc/index.htmlGravatar mitchell2016-09-29
* Updated book links.Gravatar mitchell2016-09-28
* Updated for 9.0.Gravatar mitchell2016-09-28
* Updated "Why Textadept?" section to be more factual; doc/index.htmlGravatar mitchell2016-09-19
* Added a "Why Textadept?" type of section; doc/index.htmlGravatar mitchell2016-09-15
* Allow on-site donations and EBook purchases.Gravatar mitchell2016-09-15
* 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
* Small manual and LuaDoc updates.Gravatar mitchell2016-06-30
* Added note on scripting auto-save; doc/manual.mdGravatar mitchell2016-06-27
* Document new snippet directory paths preference; doc/manual.mdGravatar mitchell2016-06-27
* Added `textadept.snippets._paths` for file-based snippets.Gravatar mitchell2016-06-27
* Updated migration guide section to read a bit easier; doc/manual.mdGravatar mitchell2016-06-27
* Updated migration guide; doc/manual.mdGravatar mitchell2016-06-25
* Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.Gravatar mitchell2016-06-16
* `textadept.editing.goto_line()` takes 0-based line number.Gravatar mitchell2016-06-15
* Updated migration guide along with formatting updates; doc/manual.mdGravatar mitchell2016-06-15
* Added new "Getting Started" section to "Scripting"; doc/manual.mdGravatar mitchell2016-06-15
* Rewrote manual sections 7-9 and updated other sections and links; doc/manual.mdGravatar mitchell2016-06-15
* Refactored `textadept.run`; modules/textadept/run.luaGravatar mitchell2016-06-15
* Renamed `textadept.session` fields.Gravatar mitchell2016-06-15
* Changed "find in files" API a bit.Gravatar mitchell2016-06-15