diff options
author | Neil <nyamatongwe@gmail.com> | 2013-11-07 10:50:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-11-07 10:50:15 +1100 |
commit | bc62f2f0c2fec64593a30a5b42f23aeeac398ca9 (patch) | |
tree | ce59d16eb436c77fe95dc63fee27ad36030dc032 /doc/ScintillaHistory.html | |
parent | 68a3c8458d0a2d60262b5d5edc8dbeef44b9addc (diff) | |
download | scintilla-mirror-bc62f2f0c2fec64593a30a5b42f23aeeac398ca9.tar.gz |
Feature [feature-requests:#962]. Improvement of folding for Fortran.
Treats "else" as fold header.
From darmar.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9426de5fb..ca282397b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,6 +473,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1538/">Bug #1538</a>. </li> <li> + Fortran folder improved. Treats "else" as fold header. + <a href="http://sourceforge.net/p/scintilla/feature-requests/962/">Feature #962.</a> + </li> + <li> For DirectWrite, use the GDI ClearType gamma value for SC_EFF_QUALITY_LCD_OPTIMIZED as this results in text that is similar in colour intensity to GDI. For the duller default DirectWrite ClearType text appearance, use SC_EFF_QUALITY_DEFAULT. |