PyoungRyang Ko

Results 98 issues of PyoungRyang Ko

## Purpose and Motivation There are some wrong indentations in code snippets and missing explanations on `.case` and `.switch` `/HelpSource/Reference/Control-Structures.schelp`. This PR corrects the indentation and adds some explanations to...

comp: help
has merge note

## Purpose and Motivation Currently, Platform.userAppSupportDir is fixed as follows: - Window: %USERPROFILE%\AppData\Local\SuperCollider - Linux: ~/.local/share/SuperCollider - macOS: ~/Library/Application Support/SuperCollider This leads to developers and users running multiple SCs sometimes...

## Environment * SuperCollider version: 3.14.dev * Operating system: macOS 14.5 ## Steps to reproduce 1. Launch SuperCollider 2. Press CMD + Shift + L 3. (After recompiling class libraries...

bug
env: SCIDE

- add clipInsert method to ArrayedCollection and List - update documentation for ArrayedCollection, Array and List ## Purpose and Motivation After seeing the following thread on the scsynth forum, https://scsynth.org/t/list-array-expansion-question/9808/8...

comp: class library

## Purpose and Motivation I sometimes need an overview of class trees, and I think instant and direct access via the indexes at the top of the SCDoc menu would...

## Environment * SuperCollider version: 3.13.0 and 3.14.0_dev (probably all SC with SC-IDE on MacOS only). * Operating system: macOS 13.6.4. ## Steps to reproduce 1. run `sclang` in `/Applications/SuperCollider.app/Contents/MacOS`...

bug
comp: sclang
os: macOS

## Environment * SuperCollider version: 3.14.dev * Operating system: Windows 11 * Other details (Qt version, audio driver, etc.): the version in SuperCollider 3.14.dev ## Steps to reproduce Launch SuperCollider...

bug
comp: SCDoc
os: Windows

## Environment * SuperCollider version: 3.14.dev * Operating system: Linux (tested on Ubuntu, Debian and Fedora) * Other details (Qt version, audio driver, etc.): ## Steps to reproduce Press CTRL...

bug
os: Linux
env: SCIDE

With the new default SC-IDE theme, I find it difficult to distinguish the status of Sclang and the server based solely on colour. As a solution, I plan to use...

env: SCIDE

## Purpose and Motivation closes #6982 ## Types of changes - Documentation ## To-do list - [x] Code is tested - [x] All tests are passing - [x] Updated documentation...