aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
AgeCommit message (Expand)Author
2020-03-30Fixed off-by-one issues with `buffer:get_cur_line()`.mitchell
2020-03-29Removed old migration guides.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-18Added `ui.dialogs.progressbar()` and utilize it with Find in Files.mitchell
2020-03-17Added per-mode command entry history.mitchell
2020-03-17Updated manual.mitchell
2020-03-17Added initial migration guide from Textadept 10 to 11.mitchell
2020-03-16Moved individual buffer functions in `io` into `buffer`.mitchell
2020-02-21Removed '_' mnemonics from locale keys.mitchell
2019-09-22Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.mitchell
2019-07-30Fail more gracefully when attempting to create buffers on init.mitchell
2019-07-30Document the inability to create buffers during initialization.mitchell
2019-07-30Use CP1252 instead of ISO-8859-1.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2018-11-27Added command line switch to jump to a buffer line.mitchell
2018-11-01Updated manual and CHANGELOG.md.mitchell
2018-05-22Note lack of ability to search for newline characters in regexes.mitchell
2018-05-04Updated migration guide to note that `bit32` has been removed.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
2018-04-2564-bit executables require Mac OSX 10.6 or later.mitchell
2018-04-19Experimental move to 64-bit executables on Mac OSX.mitchell
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-19Clarified `M-` modifier key for the terminal version in the manual.mitchell
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
2018-02-24Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.mitchell
2018-02-16Save to the loaded session on quit and removed `default_session` option.mitchell
2018-02-16Added UTF-16 to the default list of detected encodings.mitchell
2017-12-31Added Textadept 9 to 10 migration guide.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-07-02Added ability for buffer list to show buffers by z-order.mitchell
2017-06-22Lua command entry improvements.mitchell
2017-06-20Updated key binding in manual for cancelling a snippet.mitchell
2017-03-16Mac uses `Esc` now instead of `⎋`; doc/manual.mdmitchell
2017-02-12Improved build for when dependencies are updated, and added summary to manual.mitchell
2017-01-06Fixed typo; doc/manual.mdmitchell
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.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