aboutsummaryrefslogtreecommitdiff
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
commitb3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch)
tree603046d1d885a29b1fd3cba1c8a47eca220710e2 /core/.view.luadoc
parentf7855153d938c99d506ad363e889031e1e9420a3 (diff)
downloadtextadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.tar.gz
textadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.zip
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 74cd5219..0cf59048 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -14,6 +14,8 @@
-- 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`](), even if undocumented.
+-- Any view fields set on startup (e.g. in *~/.textadept/init.lua*) will be the
+-- default, initial values for all views.
-- @field additional_caret_fore (number)
-- The foreground color, in "0xBBGGRR" format, of additional carets.
-- @field additional_carets_blink (bool)
@@ -464,7 +466,7 @@
-- @field rgba_image_scale (number)
-- The scale factor in percent of the RGBA image to be defined using
-- [`view.marker_define_rgba_image()`]().
--- This is useful on OSX with a retina display where each display unit is 2
+-- This is useful on macOS with a retina display where each display unit is 2
-- pixels: use a factor of `200` so that each image pixel is displayed using a
-- screen pixel. The default scale, `100`, will stretch each image pixel to
-- cover 4 screen pixels on a retina display.