aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-18 23:12:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-18 23:12:35 -0400
commit322e8af00ae62a42be1c6ca2a522c2ce6f5f418e (patch)
tree5d83a631f855930cdfa508f0985aab67e138db0f /doc/manual.md
parentb35a8dd225b06340022c4971471952c48380b1db (diff)
downloadtextadept-322e8af00ae62a42be1c6ca2a522c2ce6f5f418e.tar.gz
textadept-322e8af00ae62a42be1c6ca2a522c2ce6f5f418e.zip
Updated to latest Scintilla for new `lexer.fold*` API.
This replaces the need for `view.property['fold*'] = ...`
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index a2c9f209..ea324d4a 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -2036,6 +2036,7 @@ nested\_pair() |Replaced|[range()][]
N/A |Added |[number][]
N/A |Added |[colors][]
N/A |Added |[styles][]
+N/A |Added |[folding][] and other fold\* properties
**lfs** | |
dir\_foreach() |Replaced|for filename in [lfs.walk()][] do ... end
**textadept.bookmarks** | |
@@ -2077,6 +2078,7 @@ section below.
[number]: api.html#lexer.number
[colors]: api.html#lexer.colors
[styles]: api.html#lexer.styles
+[folding]: api.html#lexer.folding
[lfs.walk()]: api.html#lfs.walk
[toggle()]: api.html#textadept.bookmarks.toggle
[toggle_comment()]: api.html#textadept.editing.toggle_comment