diff options
author | 2020-07-18 23:12:35 -0400 | |
---|---|---|
committer | 2020-07-18 23:12:35 -0400 | |
commit | 322e8af00ae62a42be1c6ca2a522c2ce6f5f418e (patch) | |
tree | 5d83a631f855930cdfa508f0985aab67e138db0f /doc/manual.md | |
parent | b35a8dd225b06340022c4971471952c48380b1db (diff) | |
download | textadept-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.md | 2 |
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 |