From 70439f486b64dbf7519d42ea7851e1a5825a2a82 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 8 Jun 2020 08:17:12 +0100 Subject: [PATCH] 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 --- HelpSource/Classes/HelpBrowser.schelp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2