From 99e1ff52909f21c50bd475a37e2356ffdb092966 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 14 Sep 2020 20:06:24 -0400 Subject: Refresh generated documentation. --- docs/api.md | 19 ++++++++----------- docs/changelog.md | 6 ++---- 2 files changed, 10 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index e6ae4f29..efb66e14 100644 --- a/docs/api.md +++ b/docs/api.md @@ -631,9 +631,8 @@ While you can work with individual buffer instances, it is really only useful to work with the global one. Many of these functions and fields are derived from buffer-specific functionality of the Scintilla editing component, and additional information -can be found on the Scintilla website: -[https://scintilla.org/ScintillaDoc.html]( -https://scintilla.org/ScintillaDoc.html). +can be found on the +[Scintilla website](https://scintilla.org/ScintillaDoc.html). Note that with regard to Scintilla-specific functionality, this API is a _suggestion_, not a hard requirement. All of that functionality also exists in [`view`](#view), even if undocumented. @@ -5215,9 +5214,8 @@ Put your lexer in your *~/.textadept/lexers/* directory so you do not overwrite it when upgrading Textadept. Also, lexers in this directory override default lexers. Thus, Textadept loads a user *lua* lexer instead of the default *lua* lexer. This is convenient for tweaking a default lexer to -your liking. Then add a [file type][] for your lexer if necessary. - -[file type]: textadept.file_types.html +your liking. Then add a [file type](#textadept.file_types) for your lexer if +necessary. #### SciTE @@ -7171,7 +7169,7 @@ number. --- Compile and run source code files with Textadept. -[Language modules](#_M.Compile.and.Run) may tweak the `compile_commands`, +[Language modules](#compile-and-run) may tweak the `compile_commands`, `run_commands`, and `error_patterns` tables for particular languages. The user may tweak `build_commands` for particular projects. @@ -8904,10 +8902,9 @@ Constants are documented in the fields they apply to. While you can work with individual view instances, it is often useful to work with just the global one. Many of these functions and fields are derived from view-specific -functionality the Scintilla editing component, and additional information can -be found on the Scintilla website: -[https://scintilla.org/ScintillaDoc.html]( -https://scintilla.org/ScintillaDoc.html). +functionality of the Scintilla editing component, and additional information +can be found on the +[Scintilla website](https://scintilla.org/ScintillaDoc.html). Note that with regard to Scintilla-specific functionality, this API is a _suggestion_, not a hard requirement. All of that functionality also exists in [`buffer`](#buffer), even if undocumented. diff --git a/docs/changelog.md b/docs/changelog.md index 1410b601..211ff870 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -242,7 +242,6 @@ Download: * [Textadept 10.8 -- Win32][] * [Textadept 10.8 -- Mac OSX 10.6+][] * [Textadept 10.8 -- Linux][] -* [Textadept 10.8 -- Linux x86_64][] * [Textadept 10.8 -- Modules][] Bugfixes: @@ -266,9 +265,8 @@ Changes: * Updated to [Scintilla][] 3.11.2. [Textadept 10.8 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.win32.zip -[Textadept 10.8 -- Mac OSX 10.6+]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.osx.zip -[Textadept 10.8 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.i386.tgz -[Textadept 10.8 -- Linux x86_64]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.x86_64.tgz +[Textadept 10.8 -- Mac OSX 10.6+]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.macOS.zip +[Textadept 10.8 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.linux.tgz [Textadept 10.8 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.modules.zip [`events.TAB_CLICKED`]: api.html#events.TAB_CLICKED [Scintilla]: https://scintilla.org -- cgit v1.2.3