gianlucaelia
gianlucaelia
Summing up a talk during last dev meeting: Removing all web dependencies from sc would be beneficial, obviously to get a smaller size (and thus favoring bundles/standalones/embeddings), and also to...
Just a comment here: as mads pointed out, runInTerminal has this problem on Linux, but it will be fixed in SC 3.12 as it is already fixed in branch `develop`:...
here are some pictures of three overlaid phase plots from my current project. Note that these are three different moments in time, i.e. only two plots are overlaid at a...
thanks @JordanHendersonMusic, I've added your example to Stethoscope's HelpSource, is it where you envisioned it to be? I've just changed the order of operations because I think it results in...
Yeah, I had tested it, and on my linux machine colors don't reset. What OS are you on?
Oh yeah, that I have noticed as well. Great, we are good to go then! thanks a lot
Hello everyone and thanks @capital-G for all the big work. I'm thinking, maybe we could keep this simpler: - SuperCollider provides a number of default themes, as you are doing...
If we are going for localStorage to switch themes, we need to enable it for sclang's HelpBrowser too: ```diff diff --git a/SCClassLibrary/Common/GUI/tools/HelpBrowser.sc b/SCClassLibrary/Common/GUI/tools/HelpBrowser.sc index d7b77275e..09e119edf 100644 --- a/SCClassLibrary/Common/GUI/tools/HelpBrowser.sc +++ b/SCClassLibrary/Common/GUI/tools/HelpBrowser.sc...
> Interesting - for me it works without setting this flag, maybe it is on by default? Can anyone else verify? If it is on by default I'd consider keeping...
Just to be clear, what I meant to reproduce the error is that one needs to run an instance of `sclang` outside of the IDE process. For example it happens...