Just to add to the list:
https://www.riverbankcomputing.com/software/qscintilla/download/
I have integrated 2.11.3 into a (WIP) Qt Widgets project, linked as a shared
library, and it was extremely easy.
On 1/22/2020 5:47 AM, rol...@logikalsolutions.com wrote:
Quoting Jonathan Purol:
I
Hi, we have an OpenGL renderer written in C++/Qt which we want to integrate
in a Mono (C#) application on Android. We've integrated this with C#/WPF on
desktop earlier, and hope to be able to do something similar on Android.
In order to do this we need to run Qt in a shared library which we access
> -Original Message-
[..]
> > We're currently trying to write an editable text editor which has two modes,
> edit and view. In edit mode you can make changes using a specific syntax, and
> in view mode that is rendered with your usual text-editor things.
> > The following features ought to