optional-qtwebengine-15-c1031b935fc3854758317d2ffda268170170c0e1
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sat, 29 Jun 2019 01:02:25 +0000 (02:02 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 29 Jun 2019 01:02:25 +0000 (02:02 +0100)
commit c1031b935fc3854758317d2ffda268170170c0e1
Author: Nathan Ho <nathan@snappizz.com>
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

index 799d20a14c8831f854df048c666d9252d84ba245..8bb195b39b3ba72441751f65f8275997592c6c02 100644 (file)
@@ -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.