Skip to main content

QScintilla v2.1 released

Riverbank Computing has announced that version 2.1 of QScintilla, a Qt port of the Scintilla C++ editor class, has been released. (Version 2.0 was released on 26th May.) Changes:

  • Support for both Qt 3 and 4
  • Much improved auto-completion and call tips support
  • Revised API, incompatible with QScintilla v1.x
  • In v2.1, "a lexer no longer has to be current for style changes to take effect"

Python bindings are included. Full changelog here. Downloads here. The class is available under a dual-licensing scheme similar to Qt's.