CwScintillaEditor getStyleBits functions have been removed
The following methods which were deprecated in VAST 8.6.1 have been removed in VAST 13.0.0
•CwScintillaEditor>> #getStyleBits
•CwScintillaEditor>> #getStyleBitsNeeded
•CwScintillaEditor>> #setStyleBits:
Reason for change
Scintilla functions set/getStyleBits were deprecated in Scintilla 3.4.2, shipped with VAST 8.6.1. They have finally been removed from Scintilla 5.3.6 shipped with VAST 13.0.0.
Consequently, these messages have been removed from CwScintillaEditor.
Action required
Any use of these functions should be removed and replaced with standard indicators.
For more information on Scintilla see https://www.scintilla.org/ScintillaDoc.html#SCI_SETSTYLEBITS
Last modified date: 03/04/2024