From 1066e39969f454bcc24b64386201c7a861f93a23 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 16 Aug 2017 22:52:43 -0400 Subject: Mention that buffer's API is derived from Scintilla and provide docs link. --- core/.buffer.luadoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 38896403..03a7c710 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -6,6 +6,10 @@ -- Constants are documented in the fields they apply to. -- 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 the Scintilla editing +-- component, and additional information can be found on the Scintilla website: +-- [http://scintilla.org/ScintillaDoc.html]( +-- http://scintilla.org/ScintillaDoc.html) -- @field additional_caret_fore (number) -- The foreground color, in "0xBBGGRR" format, of additional carets. -- @field additional_carets_blink (bool) @@ -159,7 +163,7 @@ -- The default value is `buffer.ALPHA_NOALPHA`, for no alpha. -- @field caret_line_frame (number) -- The caret line's frame width in pixels. --- When non-zero, the line that contains the caret is framed instead of +-- When non-zero, the line that contains the caret is framed instead of -- colored in. The `buffer.caret_line_back` and `buffer.caret_line_back_alpha` -- properties apply to the frame. -- The default value is `0`. -- cgit v1.2.3