PyoungRyang Ko
PyoungRyang Ko
## Purpose and Motivation Implement the `examples` folder in `Platform` and `ExamplesFile` as suggested https://github.com/supercollider/supercollider/issues/6980#issuecomment-2971755922. (The file menu item is not implemented. Sorry.) With this PR, the following codes are...
## Purpose and Motivation To make it easier for users to see more examples of classes, I added the search results for class names on sccode.org to the end of...
## Purpose and Motivation I found some `SCWindow` and `SCButton` in the documentation code, and removed them. I did not modify the schelp files of the deprecated classes. ## Types...
## Purpose and Motivation There is missing information in `if.schelp`: - information on various writing styles. - how `if` method controls sound with Ugen. This PR aims to add: -...
I am unsure whether this is related to my age: To me, it is difficult to distinguish whether the sclang and server are running or have stopped solely based on...
## Purpose and Motivation Remove unsupported methods from Document.schelp code examples to reduce the errors ## Types of changes - Documentation ## To-do list - [x] Code is tested -...
## Environment * SuperCollider version: 3.14.0-dev [771dcbc] * Operating system: maxOS14.7.6. (On Windows 11, tested with [1d99463], and on Windows I could not find this issue.) ## Steps to reproduce...
## Motivation With the recent addition of IDE themes and SCDoc themes, I propose synchronizing `QPalette.light`, `QPalette.dark`, and `QPalette.system` with the IDE theme settings. This enhancement would improve consistency across...
## Motivation New features, once implemented, are no longer truly new. At present, some of them exist only within news updates, meaning that users cannot easily access or utilise them...
## Purpose and Motivation #6294 introduces the following error ``` ERROR: Message 'view' not understood. Perhaps you misspelled 'asView', or meant to call 'view' on another receiver? RECEIVER: Instance of...