acebc2d6db
This allows the accessibility layer to request detail, such as which characters have been deleted. ATK will query the deleted range to report the data that was removed, so it must still be available for the query to give a correct answer. So, emit the signal in BEFOREDELETE instead of DELETETEXT. X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/2095/ X-Scintilla-Commit-ID: 0a937b4c0b2be02042473baed62543ff73d90807
These files are from the Scintilla project, http://www.scintilla.org. See License.txt for the Scintilla license. We try to keep these files in sync with the official project; any changes should be sent there first. Otherwise changes could cause conflicts when we next update Scintilla. Public header constants (include/*.h) ------------------------------------- You should not add constants in header files - instead use Scintilla.iface and HFacer.py. Do not change the value of constants in header files as this will break Scintilla's ABI.