Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: SCDoc #7

Open
prko opened this issue Nov 14, 2023 · 0 comments
Open

WARNING: SCDoc #7

prko opened this issue Nov 14, 2023 · 0 comments

Comments

@prko
Copy link

prko commented Nov 14, 2023

Hello,
Thanks for the useful Quark!
I have found the following warning after installing your quark:

WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/Server.schelp
  Method -plotTree has 2 args, but doc has 1 argument:: tags.
WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/Server.schelp
  Method -plotTreeView has 4 args, but doc has 3 argument:: tags.```
The text in help browser is as follows:

.plotTree(interval: 0.5, tabSize: 25)
From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc
Plot the node/group tree. As -queryAllNodes but graphical.

Arguments:
interval
Polling interval.

.plotTreeView(interval: 0.5, parent, actionIfFail, tabSize: 25)

From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc

Plot the node/group tree graphically on a given view.

Arguments:
interval Polling interval.
parent Parent view.
actionIfFail Function to be evaluated in case communication with the server cannot be established. \

Returns:
Function to be evaluated in order to clean up all actions performed inside the method. To be called for instance by the onClose method of the enclosing window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant