|
- Scintilla and SciTE
Scintilla is a free source code editing component It comes with complete source code and a license that permits use in any free project or commercial product
- Download Scintilla and SciTE
A full download (3 8M) includes the 64-bit SciTE executable, shared libraries for Scintilla (libscintilla so) and Lexilla (liblexilla so) configuration files and documentation
- Scintilla Documentation
Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project There is a guide to migrating to Lexilla There is an overview of the internal design of Scintilla Some notes on using Scintilla
- Download Scintilla
Download The license for using Scintilla or SciTE is similar to that of Python containing very few restrictions
- Lexilla
Lexilla is a free library of language lexers that can be used with the Scintilla editing component It comes with complete source code and a license that permits use in any free project or commercial product
- Scintilla and SciTE Related Sites
Delphi Scintilla Interface Components is a FREE collection of components that makes it easy to use the Scintilla source code editing control from within Delphi and C++ Builder
- Scintilla and SciTE
The coding style used in Scintilla and SciTE is worth following if you want to contribute code to Scintilla but is not compulsory If you know the name of the Scintilla message (SCI_*) or notification (SCN_*), type or paste it here and click the Search button to jump to the definition
- SciTE Pane API - Scintilla
Both the edit and output panes are Scintilla controls and can be scripted using Scintilla's API The API is presented here as it is called from Lua for the edit pane All of the same features are available for the output pane by substituting 'output' for 'editor'
|
|
|