/usr/share/SuperCollider/HelpSource/Classes/ScIDE.schelp is in supercollider-common 1:3.8.0~repack-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | TITLE:: ScIDE
summary:: interaction with the Qt IDE
categories:: Frontends
related:: Classes/Document
DESCRIPTION::
The ScIDE class contains a number of class methods for interaction with the Qt IDE. Most users won't need to access these methods directly. For example, the link::Classes/Document:: class wraps most of the document-related functionality.
There's no use calling *new on this class. It has no instance methods!
|