%general-entities; ]> QScintilla-gpl-&qscintilla-version; qscintilla Introduction to QScintilla QScintilla is a port to Qt of Scintilla. As well as features found in standard text editing components, it includes features especially useful when editing and debugging source code: language syntax styling, error indicators, code completion, call tips, code folding, margins can contain markers like those used in debuggers to indicate breakpoints and the current line, recordable macros, multiple views and, of course, printing. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qscintilla-md5sum; Download size: &qscintilla-size; Estimated disk space required: &qscintilla-buildsize; Estimated build time: &qscintilla-time; QScintilla Dependencies Required and Optional PyQt (for Python Qt bindings) User Notes: Installation of QScintilla The instructions in this page are just for the QScintilla application. Code is included in the tarball for QScintilla Qt Designer plugin and Python bindings. Install QScintilla by running the following commands: cd Qt4Qt5 && qmake qscintilla.pro && make This package does not come with a test suite. Now, as the root user: make install && ln -sfv $(readlink $QT5DIR/lib/libqscintilla2_qt5.so) $QT5DIR/lib/libqt5scintilla2.so If you wish to install the documentation, issue, as the root user: install -v -m755 -d $QT5DIR/share/doc/QScintilla-&qscintilla-version;/html && install -v -m644 ../doc/html-Qt4Qt5/* \ $QT5DIR/share/doc/QScintilla-&qscintilla-version;/html Command Explanations ln -sfv ...: This command creates a compatibility symlink needed by some programs. Contents Installed Programs Installed Libraries Installed Directories None $QT5DIR/lib/libqt5scintilla2.so (link to libqscintilla2_qt5.so) and $QT5DIR/lib/libqscintilla2_qt5.so $QT5DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;} Short Descriptions libqscintilla2_qt5.so contains the QScintilla Qt5 API functions. libqscintilla2_qt5.so