Home
> Web Site Updates > CScintillaCtrl, CScintillaView & CScintillaDoc v1.76
CScintillaCtrl, CScintillaView & CScintillaDoc v1.76
December 16, 2022
Just to let everyone know that v1.76 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Fixed up issue with Regular expression checkbox not appearing in find and replace dialogs.
- Replaced intptr_t type with Line typedef.
- Updated code to use message values from Scintilla provided “ScintillaMessages.h” header file.
- Renamed SetScintillaProperty method to SetSCIProperty.
- Renamed GetScintillaProperty method to GetSCIProperty.
- Updated code to use structs from Scintilla provided “ScintillaStructures.h” header file.
- Updated code to use Scintilla provided “ScintillaCall.h” header file instead of the “Scintilla.h” which is designed for C clients.
- Updated code to use Scintilla::Position instead of Sci_Position.
- Changed virtual functions in CScintillaView to use Scintilla::NotificationData struct.
Categories: Web Site Updates