aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Renamed doc/ to docs/ and removed bombay dependency.Gravatar mitchell2020-09-04
* Added support for building with Docker and dropped automated Linux i386 builds.Gravatar mitchell2020-09-04
* Disable `ui.find.highlight_all_matches` by default.Gravatar mitchell2020-08-27
* Small manual updates.Gravatar mitchell2020-08-27
* Manual updates.Gravatar mitchell2020-08-25
* Added "Edit > Preferences" menu item and key binding for opening user init.lua.Gravatar mitchell2020-08-23
* Document terminal color restrictions in Lua API, not the Manual.Gravatar mitchell2020-08-23
* Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.Gravatar mitchell2020-08-22
* Initial rewrite of the Manual and updated README.Gravatar mitchell2020-08-17
* Added `textadept.editing.auto_enclose` for auto-enclosing selected text.Gravatar mitchell2020-08-17
* "View > Toggle Fold" toggles folding for the current block, regardless of line.Gravatar mitchell2020-08-10
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Use comma-separated patterns in find & replace pane's "Filter" field.Gravatar mitchell2020-08-08
* Updated find & replace pane key bindings.Gravatar mitchell2020-08-08
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.Gravatar mitchell2020-08-03
* Initial revision of manual after recent read-through.Gravatar mitchell2020-07-26
* Updated to latest Scintilla for new `lexer.fold*` API.Gravatar mitchell2020-07-18
* Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.Gravatar mitchell2020-07-16
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Note that `Esc` clears word highlighting.Gravatar mitchell2020-07-13
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.Gravatar mitchell2020-07-12
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
* Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.Gravatar mitchell2020-07-07
* Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.Gravatar mitchell2020-06-28
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.Gravatar mitchell2020-06-10
* Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.Gravatar mitchell2020-06-09
* Prefer `view.property*` instead of `buffer.property*`.Gravatar mitchell2020-06-08
* Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.Gravatar mitchell2020-06-05
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Updated migration guide with lexer updates.Gravatar mitchell2020-05-09
* Updated curses compatibility.Gravatar mitchell2020-04-05
* Fixed off-by-one issues with `buffer:get_cur_line()`.Gravatar mitchell2020-03-30
* Removed old migration guides.Gravatar mitchell2020-03-29
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Added per-mode command entry history.Gravatar mitchell2020-03-17
* Updated manual.Gravatar mitchell2020-03-17
* Added initial migration guide from Textadept 10 to 11.Gravatar mitchell2020-03-17
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated for 10.8.Gravatar mitchell2019-12-31
* Updated for 10.7.Gravatar mitchell2019-10-31
* Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.Gravatar mitchell2019-09-22
* Updated for 10.6.Gravatar mitchell2019-08-30
* Fail more gracefully when attempting to create buffers on init.Gravatar mitchell2019-07-30