From: Debian Multimedia Maintainers Date: Mon, 8 Jun 2020 07:17:12 +0000 (+0100) Subject: optional-qtwebengine-05-98482ee0ebae1021655d9a6beb8c6b8a5f62605a X-Git-Tag: archive/raspbian/1%3.10.4+repack-1+rpi1~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d31165da05b7996427a7a43fb9f7276c70dd964;p=supercollider.git optional-qtwebengine-05-98482ee0ebae1021655d9a6beb8c6b8a5f62605a commit 98482ee0ebae1021655d9a6beb8c6b8a5f62605a Author: Nathan Ho Date: Sun Jun 2 01:43:38 2019 -0700 help: Expand docs for WebView/HelpBrowser Gbp-Pq: Name optional-qtwebengine-05-98482ee0ebae1021655d9a6beb8c6b8a5f62605a --- diff --git a/HelpSource/Classes/HelpBrowser.schelp b/HelpSource/Classes/HelpBrowser.schelp index 768a815..c507afe 100644 --- a/HelpSource/Classes/HelpBrowser.schelp +++ b/HelpSource/Classes/HelpBrowser.schelp @@ -7,6 +7,10 @@ description:: HelpBrowser is the GUI help browser that lets you browse the documentation of SuperCollider. It is coupled with SCDoc to allow on-the-fly rendering of HTML help files. +Note that this is not the same as the help browser built into the IDE. + +Since the Qt WebEngine dependency is hefty and difficult to install on some systems, it is possible for sclang to have been built without WebView support (using the CMake flag code:: -DQT_WEBENGINE=OFF :: at compile). If so, attempting to invoke this class will throw an error. + classmethods:: private:: getOldWrapUrl, initClass diff --git a/HelpSource/Classes/WebView.schelp b/HelpSource/Classes/WebView.schelp index 7471555..d22bafb 100644 --- a/HelpSource/Classes/WebView.schelp +++ b/HelpSource/Classes/WebView.schelp @@ -6,6 +6,8 @@ DESCRIPTION:: WebView displays web pages and provides all the standard browsing functionality. +Since the Qt WebEngine dependency is hefty and difficult to install on some systems, it is possible for sclang to have been built without WebView support (using the CMake flag code:: -DQT_WEBENGINE=OFF :: at compile). If so, attempting to invoke this class will throw an error. + CLASSMETHODS:: PRIVATE:: key