From: Debian Multimedia Maintainers Date: Sat, 29 Jun 2019 01:02:25 +0000 (+0100) Subject: optional-qtwebengine-15-c1031b935fc3854758317d2ffda268170170c0e1 X-Git-Tag: archive/raspbian/1%3.10.4+repack-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0349e00a7df24751aa7f1a8d64a93e60d8b3a64e;p=supercollider.git optional-qtwebengine-15-c1031b935fc3854758317d2ffda268170170c0e1 commit c1031b935fc3854758317d2ffda268170170c0e1 Author: Nathan Ho Date: Fri Jul 5 13:43:32 2019 -0700 help: Explain difference between the two help browsers Gbp-Pq: Name optional-qtwebengine-15-c1031b935fc3854758317d2ffda268170170c0e1 --- diff --git a/HelpSource/Classes/HelpBrowser.schelp b/HelpSource/Classes/HelpBrowser.schelp index 799d20a..8bb195b 100644 --- a/HelpSource/Classes/HelpBrowser.schelp +++ b/HelpSource/Classes/HelpBrowser.schelp @@ -5,9 +5,9 @@ summary:: Browse the SuperCollider help documentation 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. +HelpBrowser is a 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. +There are two different help browsers in SuperCollider: the help browser built into SCIDE, and this HelpBrowser class implemented with sclang's GUI features. Both are implemented with the same underlying Qt WebEngine browser. 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:: -DSC_USE_QTWEBENGINE=OFF :: at compile). If so, attempting to invoke this class will throw an error.