- Implemented Word Wrap for text file viewing.
- Updated
LEXILLA
library to version 5.4.2 andSCINTILLA
library to version 5.5.4. - Updated PJ Naughter's
CScintillaCtrl
library to the latest version available.
The code now includes prior to
#including <ScintillaCall.h>
. This fixes an issue when the code is used withGSL
Library 4.1.0.
ReworkedCScintillaDemoApp::LoadLibraryFromApplicationDirectory
to usestd::filesystem::path
.
UpdatedGetModuleFileName
calls to handle path length >_MAX_PATH
.