[QScintilla] Missing functionality from SciTE

Scott Bloom scott at towel42.com
Wed Apr 11 01:10:06 BST 2018


Looking at the scintilla example app SciTE some of the functionality has been brought over to QScintilla, however Im looking for the commenting functionality, which has not been brought over.

Unfortunately, it seems to rely on properties that are not set for the lexers in the QScintilla.

For instance, "Block Commenting or Uncommenting" gets the characters to use from the property "comment.block.cpp" which is not set, as QScintilla relies on the base LexCPP.cpp for comment analysis.

Maybe Im trying to hard, but it should be possible to do.

Thoughts?

Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20180411/fe1b5d39/attachment.html>


More information about the QScintilla mailing list