diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-04-05 08:32:58 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-04-05 08:32:58 +1100 |
| commit | 006b224af96d10452655ecced49ba3859c1d62ab (patch) | |
| tree | 3fc3107e8819d4955eaf6ca325098d883d914c5f /include/Scintilla.iface | |
| parent | a5b810a701d3dd4b9b717d5ba036aef6d7f34445 (diff) | |
| download | scintilla-mirror-006b224af96d10452655ecced49ba3859c1d62ab.tar.gz | |
Feature [feature-requests:#1272]. Add API to set default fold display text.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2b69adef3..7960bdbc6 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1239,6 +1239,12 @@ set void FoldDisplayTextSetStyle=2701(int style,) # Get the style of fold display text. get int FoldDisplayTextGetStyle=2707(,) +# Set the default fold display text. +fun void SetDefaultFoldDisplayText=2722(, string text) + +# Get the default fold display text. +fun int GetDefaultFoldDisplayText=2723(, stringresult text) + enu FoldAction=SC_FOLDACTION_ val SC_FOLDACTION_CONTRACT=0 val SC_FOLDACTION_EXPAND=1 |
