Commit Graph

5 Commits

Author SHA1 Message Date
Martin Kleusberg 90a15fde1a Revert "libs: Update bundled QScintilla to version 2.13.3"
This reverts commit 6ddd4f019f since it
breaks AppImage builds. The newer version of QScintilla depends on Qt
5.11 which is not available in the Ubuntu 18.04 the AppImages use. We
also cannot just use the version of QScintilla available in the OS
instead of the bundled one for the AppImages as that is too old for our
purposes. It is probably best to just update to Ubuntu 20.04 for the
AppImage builds in April 2023 when 18.04 reaches its end of life.
2023-02-18 16:16:58 +01:00
Martin Kleusberg 6ddd4f019f libs: Update bundled QScintilla to version 2.13.3 2023-02-18 15:09:31 +01:00
mgrojo e392e64852 Update to QScintilla v2.11.1 2019-03-30 00:43:01 +01:00
mgrojo ce06845b36 Folding issues related to the Scintilla JSON lexer
Applied patch from:
https://sourceforge.net/p/scintilla/code/merge-requests/19/

See this thread for info:
https://groups.google.com/forum/#!topic/scintilla-interest/w4sW3sM6Cek

This is merged into Scintilla, so it might come fixed in a future
release.

This should solve the folding issue reported in #1173
2017-11-24 19:31:47 +01:00
mgrojo 279c419df9 JSON mode for cell editor
Support for JSON in the Database Cell editor using the QScintilla library.

The lexJSON lexer has been added to the compilation, including the
necessary files from the QScintilla source package.

See issue #1173
2017-11-18 16:10:07 +01:00