2 categories:: HelpSystem, GUI
3 related:: Classes/SCDoc
4 summary:: Browse the SuperCollider help documentation
8 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.
13 The singleton HelpBrowser instance.
16 Create a new HelpBrowser instance with given home URL.
18 method:: defaultHomeUrl
19 Get or set the default home URL.
21 method:: openNewWindows
22 Get or set the default for "open in new windows" toggle.
25 Go to url with singleton instance or a new window, depending on the code::openNewWindows:: setting.
28 Open the relevant help page for given text in the singleton HelpBrowser instance.
31 Open the help search page with given text in the singleton HelpBrowser instance.
34 Open the category browser page in the singleton HelpBrowser instance.
37 private:: init, openTextFile, startAnim, stopAnim
40 Get or set the home URL.
43 The GUI window for this HelpBrowser.
45 Mainly useful for when you need to show the browser:
47 HelpBrowser.instance.window.front;
51 Go to specific URL. If the URL points to a file under link::Classes/SCDoc#*helpTargetDir:: it will be rendered on demand if needed.