aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-06-28Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.mitchell
2020-06-28Changed keybinding modifier keys.mitchell
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
2020-06-10Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.mitchell
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-06-08Prefer `view.property*` instead of `buffer.property*`.mitchell
2020-06-05Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-09Updated migration guide with lexer updates.mitchell
2020-04-05Updated curses compatibility.mitchell
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-12-31Updated copyright year.mitchell
2019-12-31Updated for 10.8.mitchell
2019-10-31Updated for 10.7.mitchell
2019-09-22Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.mitchell
2019-08-30Updated for 10.6.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-30Updated for 10.5.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-04-30Removed "new" references to the Textadept Quick References book.mitchell
2019-04-26Updated for 10.4.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-16Updated copyright year.mitchell
2018-11-27Added command line switch to jump to a buffer line.mitchell
2018-11-01Updated manual and CHANGELOG.md.mitchell
2018-10-31Updated for 10.2.mitchell
2018-09-28Updated for 10.1.mitchell
2018-08-02Corrected ambiguous sentence on home page.mitchell
2018-07-28Updated links to new edition of the Quick Reference book.mitchell
2018-07-26Updated for 10.0.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-04-15Updated Textadept icon.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