[QScintilla] Missing functionality from SciTE

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


How do you add/set and arbitrary property to a qscintilla object?






-------- Original message --------
From: Phil Thompson <phil at riverbankcomputing.com>
Date: 4/11/18 01:16 (GMT-08:00)
To: Scott Bloom <scott at towel42.com>
Cc: QScintilla <qscintilla at riverbankcomputing.com>
Subject: Re: [QScintilla] Missing functionality from SciTE

On 11 Apr 2018, at 1:10 am, Scott Bloom <scott at towel42.com> wrote:
>
> 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?

QScintilla is not a port of SciTE, although there are features in common. As SciTE will use the low-level Scintilla API it should be possible to implement anything in a QScintilla based editor that is implemented in SciTE.

Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20180411/43ba4a73/attachment-0001.html>


More information about the QScintilla mailing list