Feel free to bookmark this page for easy access to our documentation.
A Clarion wrapper class for the Scintilla source code editing component.
Scintilla and SciTE are Copyright 1998-2002 by Neil Hodgson neilh@scintilla.org
The Scintilla (Release 3.7.5) library included in this repository is provided under the license for using Scintilla or SciTE. A copy of this license can be found in the documents folder.
The Windows version of Scintilla is a Windows Control. As such, its primary programming interface is through Windows messages. Early versions of Scintilla emulated much of the API defined by the standard Windows Edit and RichEdit controls but those APIs are now deprecated in favour of Scintilla’s own, more consistent API. In addition to messages performing the actions of a normal Edit control, Scintilla allows control of syntax styling, folding, markers, autocompletion and call tips.
Complete documentation for the Scintilla control can be found online at http://www.scintilla.org/ScintillaDoc.html
The Scintilla class in this repository was created to make it easier to use the Scintilla control in Clarion for Windows projects and applications.
citations
The class is based on code originally created Robert Artigas.
The Clarion Community is also indebted to Ron Schofield for his part in getting the Clarion language into the Scintilla project.