summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qscintilla/DETAILS
blob: 448c7b9ddc4f3a62dcab0f1481369e57f8169814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=qscintilla
         VERSION=2.6.2
     SOURCE_HASH=sha512:5d92c70182817f34141c4166a41807a3ef506c38cc2cd3c83d140eeca329e4aa6f1fa379bb9422da95d65a3385eefc27b0948b342af89c93eeca49f233a63a81
          SOURCE=QScintilla-gpl-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/QScintilla-gpl-$VERSION
        WEB_SITE=http://www.riverbankcomputing.co.uk/software/qscintilla/intro
   SOURCE_URL[0]=$SOURCEFORGE_URL/pyqt/QScintilla2/QScintilla-${VERSION}/${SOURCE}
      LICENSE[0]=GPL
         ENTERED=20060206
        KEYWORDS="qt editors x11 libs"
SHORT="a port to Qt of Neil Hodgson's Scintilla C++ editor class"
cat << EOF
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class.
As well as features found in standard text editing components, QScintilla
includes features especially useful when editing and debugging source code.
These include support for syntax styling, error indicators, code completion
and call tips. The selection margin can contain markers like those used in
debuggers to indicate breakpoints and the current line. Styling choices are
more open than with many editors, allowing the use of proportional fonts, bold
and italics, multiple foreground and background colours and multiple fonts.
EOF