From 0b10d86245e404b78197417ea9dfed33af9be7dc Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 6 May 2018 23:46:01 -0400 Subject: Note platform interface removal of ElapsedTime class. Since C++11 does not support class deprecations, ElapsedTime was removed. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7723f437b..80b13b245 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -544,6 +544,10 @@ 2 GigaBytes.
  • + The platform layer interface has changed with the removal of the ElapsedTime + class in favor of C++11's chrono. +
  • +
  • Additional print option SC_PRINT_SCREENCOLOURS prints with the same colours used on screen including line numbers.
  • -- cgit v1.2.3