Source Code Editor based on Scintilla
https://www.scintilla.org/SciTE.html
SciTE is a SCIntilla based Text Editor. Originally built to demonstrate
Scintilla, it has grown to be a generally useful editor with facilities for
building and running programs.
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout editors/scite && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
scite.changes | 0000076696 74.9 KB | |
scite.spec | 0000002793 2.73 KB | |
scite510.tgz | 0003367411 3.21 MB |
Revision 11 (latest revision is 39)
Malcolm Lewis (malcolmlewis)
accepted
request 906395
from
Paolo Stivanin (polslinux)
(revision 11)
- Update to version 5.1.0: * Add SciFnDirectStatus, a direct access function which also returns status. It can be retrieved with SCI_GETDIRECTSTATUSFUNCTION. This can avoid calling SCI_GETSTATUS after every API to determine failure so can improve performance. * Add more type-safe wrappers to the API. These are defined in include/ScintillaCall.h and implemented in call/ScintillaCall.cxx. ScintillaCall throws Scintilla::Failure exceptions when a call fails. * Add APIs for setting appearance (traditional blob or plain text) and colour of representations and support setting a representation for the "\r\n" line end sequence. * Add SCI_REPLACERECTANGULAR to insert text like a rectangular paste. * Fixed bug with SCI_GETLASTCHILD.
Comments 0