A port to Qt of Neil Hodgson's Scintilla C++ editor control https://www.riverbankcomputing.com/software/qscintilla/
Go to file
2024-01-05 17:04:16 +01:00
qscintilla-2.7.2-prepend-local-includes.patch automatic version update by autodist [release 2.8.1-1mamba;Tue Apr 01 2014] 2024-01-05 17:04:16 +01:00
qscintilla-2.8.4-python-build-from-objdir.patch update to 2.8.4 [release 2.8.4-1mamba;Fri Sep 26 2014] 2024-01-05 17:04:16 +01:00
qscintilla-2.8.4-python-qsci-link.patch update to 2.8.4 [release 2.8.4-1mamba;Fri Sep 26 2014] 2024-01-05 17:04:16 +01:00
qscintilla-2.10.8-designer-prepend-local-includes.patch rebuilt [release 2.10.8-2mamba;Sun Mar 31 2019] 2024-01-05 17:04:16 +01:00
qscintilla.spec move qt5 designer plugin from -devel to its own package [release 2.11.2-3mamba;Mon Aug 12 2019] 2024-01-05 17:04:16 +01:00
README.md automatic version update by autodist [release 2.8.1-1mamba;Tue Apr 01 2014] 2024-01-05 17:04:16 +01:00

qscintilla

QScintilla is a port to Qt of the Scintilla editing component. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code:

  • syntax styling with support for over 70 languages
  • 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 printing.