diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-07-05 11:35:32 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-07-05 11:35:32 +1000 |
| commit | a6ad2ff8b66866aeae17a8bee1eb54edfee331ad (patch) | |
| tree | 392ac33978553c18efe124d138ea9d71bb9c6067 /doc/ScintillaHistory.html | |
| parent | 7f94250659318b6a828cd122e69e81e131c3380d (diff) | |
| download | scintilla-mirror-a6ad2ff8b66866aeae17a8bee1eb54edfee331ad.tar.gz | |
Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications can display
overviews or minimaps with reasonable layout.
Backport of changeset 7700:e6efe007d2dc.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cb05ac396..9c141ee3b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -553,6 +553,11 @@ <li> Released 30 Aug 2019. </li> + <li> + Add SCI_SETTABMINIMUMWIDTH to set the minimum width of tabs. + This allows minimaps or overviews to be layed out to match the full size editing view. + <a href="https://sourceforge.net/p/scintilla/bugs/2118/">Bug #2118</a>. + </li> <li> Metapost lexer fixes crash with 'interface=none' comment. <a href="https://sourceforge.net/p/scintilla/bugs/2129/">Bug #2129</a>. |
