aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-11-07 10:50:15 +1100
committerNeil <nyamatongwe@gmail.com>2013-11-07 10:50:15 +1100
commit4d25f7905f164ca2dc12a2e7c8250acb7f0c01aa (patch)
tree5e6e5993a43bd0781ecc1bc5dd45a04edf166ccd /doc/ScintillaHistory.html
parent24f11e66385314f38b6d23de1efdff718a3e7e92 (diff)
downloadscintilla-mirror-4d25f7905f164ca2dc12a2e7c8250acb7f0c01aa.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.html4
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.