aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-07-15 12:04:54 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-07-15 12:04:54 +1000
commitbaf2d31068737bf24102cee6a7fed33e0d00d1f3 (patch)
treef814f1a39637d7711ab0ce709fef0b2468fbb270 /doc/ScintillaHistory.html
parent7b7865ca3062d57ebe990468a9275180f0d60569 (diff)
downloadscintilla-mirror-baf2d31068737bf24102cee6a7fed33e0d00d1f3.tar.gz
Implement separate timers for each type of periodic activity and turn them on and off
as required. This saves power as there are fewer wake ups. A tolerance value is provided so that platforms that support coalescing timers, Windows 8+ and OS X 10.9+, can use them. The previous global 100 millisecond timer may still be used by non-core platforms.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 08615b5cf..9dfbe08f0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -469,6 +469,14 @@
Released 3 July 2014.
</li>
<li>
+ Separate timers are used for each type of periodic activity and they are turned on and off
+ as required. This saves power as there are fewer wake ups.
+ On recent releases of OS X Cocoa and Windows, coalescing timers are used to further
+ save power.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1086/">Bug #1086</a>.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1532/">Bug #1532</a>.
+ </li>
+ <li>
SciTE adds a "Clean" command to the "Tools" menu which is meant to be bound to a command like
"make clean".
</li>