Archive
Archive for January, 2018
CScintillaCtrl, CScintillaView & CScintillaDoc v1.47
January 28, 2018
Comments off
Just to let everyone know that v1.47 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Added code to OnEditRepeat, OnFindNext and OnReplaceSel methods to ensure that the text just found or replaced is visible. This is necessary because sometimes the found text could be hidden in folded text. Thanks to Michael Thompson for reporting this issue.
- The OnEditRepeat method now calls AdjustFindDialogPosition to ensure it is moved if necessary. Thanks to Michael Thompson for reporting this issue.
Categories: Web Site Updates
AA+ v1.92
January 20, 2018
Comments off
Just to let everyone know that v1.92 of AA+ has been released. Updates for this version include:
- Updated copyright details.
- Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2018
- Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to Jan 2026
Categories: Web Site Updates
JSON++ v1.01
January 10, 2018
Comments off
Just to let everyone know that v1.01 of JSON++ has been released. Updates for this version include:
- Updated copyright details.
- Added support for JSON Pointer (https://tools.ietf.org/html/rfc6901) support to the code via a new CValue::JSONPointer method.
- Made a number of methods of the CValue class static as they did not need to be non-static.
Categories: Web Site Updates
CScintillaCtrl, CScintillaView & CScintillaDoc v1.46
January 3, 2018
Comments off
Just to let everyone know that v1.46 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated copyright details.
- Removed Unicode versions of MarginSetStyles & AnnotationSetStyles methods as these methods take byte buffers and do not take text data. Thanks to Karagoez Yusuf for reporting this issue.
Categories: Web Site Updates
DTime+ v3.22
January 2, 2018
Comments off
Just to let everyone know that v3.22 of DTime+ has been released. Updates for this version include:
- Updated copyright details
- Fix compile problems in CLTimeOfDay::GetWindowsFormatString in VC 2017
- Removed defunct dmod method.
- Fixed a bug in CDate::GetWindowsFormatString where it was calling a non existent String::GetLength method
- Made CLDate::GetWindowsFormatString method publicly accessible
- Made layout of CLTimeSpan::GetWindowsFormatString parameters consistent with the other GetWindowsFormatString implementations.
- Fixed a bug in CLTimeSpan::GetWindowsFormatString related to leading zeros for the hour value.
- Replaced GetLocaleInfo Win32 API call with GetLocaleInfoEx.
- Replaced GetDateFormat Win32 API call with GetDateFormatEx.
- Replaced GetTimeFormat Win32 API call with GetTimeFormatEx.
- Introduced a new CLLTimeOfDay class which represents a time of day as a double.
- Introduced a new CLLDate class which represents a time stamp as a double. This provides a sub second accuracy unlike CLDate which only provides an accuracy of 1 second.
- Introduced a new CLLTimeSpan class which represents the time difference between two CLLDate instances.
Categories: Web Site Updates