QScintilla v2.3.1 Released

8 November 2008

QScintilla v2.3.1 has been released. This is based on Scintilla v1.77 and includes some small API enhancements.

  • Added the read() and write() methods to QsciScintilla to allow a file to be read and written while minimising the conversions.
  • Added the positionFromLineIndex() and lineIndexFromPosition() methods to QsciScintilla to convert between a Scintilla character address and a QScintilla character address.
  • Added QsciScintilla::wordAtPoint() to return the word at the given screen coordinates.
  • QsciScintilla::setSelection() now allows the carat to be left at either the start or the end of the selection.
  • with is now treated as a keyword by the Python lexer.