aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manual.md
Commit message (Collapse)AuthorAge
* Updated documentation on rearranging tabs and `move_buffer()`.Gravatar mitchell2022-03-19
|
* Updated manual regarding copying and pasting of rectangular selections.Gravatar mitchell2022-03-17
|
* Updated docker image size estimate.Gravatar mitchell2022-03-03
|
* Updated for 11.4 nightly.Gravatar mitchell2022-03-02
| | | | | Lots of changes are in store for the next release, so label the intermediate state in an attempt to minimize confusion. The docs are published immediately on GitHub.
* Document GTK 3 theme options in the manual.Gravatar mitchell2022-03-02
|
* Updated manual to specify 64-bit Windows is required.Gravatar mitchell2022-03-02
|
* Updated documentation on preferred use of GTK 3.Gravatar mitchell2022-03-02
| | | | Also updated download and install sizes.
* Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image.Gravatar mitchell2022-03-01
| | | | Build with GTK 2 using new GTK2 flag.
* Updated Makefile rules elsewhere in documentation.Gravatar mitchell2022-03-01
|
* Build macOS executables using GTK 3.Gravatar mitchell2022-03-01
| | | | Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite).
* Build 64-bit Windows executables using GTK 3.Gravatar mitchell2022-02-27
| | | | Requires my new gtkwin archive.
* Second pass refactoring Makefile.Gravatar mitchell2022-02-24
| | | | Allow both the GUI and terminal version to be compiled concurrently.
* Updated for 11.3.Gravatar mitchell2022-01-31
|
* Updated for 11.3 beta 3.Gravatar mitchell2021-11-30
|
* Updated for 11.3 beta 2.Gravatar mitchell2021-11-01
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-09-30
|
* Fixed Windows-specific path display in the manual.Gravatar mitchell2021-09-30
|
* Updated for 11.2.Gravatar mitchell2021-08-01
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-06-11
|
* Support "Replace All" in multiple and rectangular selection.Gravatar mitchell2021-06-11
|
* Updated for 11.2 beta 2.Gravatar mitchell2021-05-29
|
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵Gravatar mitchell2021-04-30
| | | | | | | `events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.)
* Fixed documentation on generating Lua autocompletion and documentation files ↵Gravatar mitchell2021-04-19
| | | | for user modules.
* Added ability to specify find & replace pane entry font via ↵Gravatar mitchell2021-04-16
| | | | | | `ui.find.entry_font`. Also use type checks when setting find & replace text and labels.
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated for 11.2 beta.Gravatar mitchell2021-03-28
|
* Updated to Scintilla 5.0.0 and Lexilla 5.0.0.Gravatar mitchell2021-03-27
| | | | Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
* Updated for 11.1.Gravatar mitchell2021-01-29
|
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
| | | | This enables the running of project tests.
* Updated for 11.0.Gravatar mitchell2020-11-30
|
* Added `events.UNFOCUS` for when Textadept loses focus.Gravatar mitchell2020-11-16
| | | | Do not emit this event when a dialog is active.
* Updated for 11.0 beta 2.Gravatar mitchell2020-10-30
|
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
| | | | This replaces custom code in *modules/textadept/menu.lua*.
* Updated migration guide with missing fields.Gravatar mitchell2020-10-13
|
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
|
* Added `ui.command_entry.append_history()` for manually appending history.Gravatar mitchell2020-10-12
| | | | | | Normally history is auto-appended by the default '\n' key handler, but some custom modes may have their own '\n' handlers and did not have a way to append history.
* Updated LuaDoc.Gravatar mitchell2020-10-11
|
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
|
* Various manual and documentation updates.Gravatar mitchell2020-10-05
|
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
| | | | Include buffer/view constants as well, which should have been there anyway.
* Updated for 11.0 beta.Gravatar mitchell2020-09-30
|
* Document building Textadept using GTK 3.x instead of 2.24.Gravatar mitchell2020-09-30
|
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Ensure version is included in Manual and API Documentation headers.Gravatar mitchell2020-09-25
|
* Added code counting script and inline plots.Gravatar mitchell2020-09-20
| | | | Removed redundant stats link.
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
| | | | This is analagous to `events.FIND_TEXT_CHANGED`.
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
| | | | Also moved buffer state save/restore into ui module.
* More link updates.Gravatar mitchell2020-09-14
|
* Lots of documentation updates.Gravatar mitchell2020-09-13
| | | | | | | | | | Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub.