prko

Results 58 issues of prko

## Purpose and Motivation The explanation of .dump is too minimal and abstract. I have summarised what I learned from scsynth.org and the old mailing list. In particular, the following...

comp: help

Environment ----------- * Your SuperCollider version: 3.10.0beta-2 * Your operating system and version: mamOS High Sierra 10.13.6 Steps to reproduce (for bugs) ----------------------------- 1. Detach Help Browser Docklet. 2. Detach...

comp: class library

## Purpose and Motivation This is a revised PR that addresses the relevant part of PR https://github.com/supercollider/supercollider/pull/6254. Also, it is related to #3843 and #6131. Some opinions have already been...

comp: SCDoc

## Purpose and Motivation This PR is a part of #6230 ## Types of changes - Documentation - New feature ## To-do list - [x] Code is tested - [x]...

comp: class library
has merge note

This PR allows you to insert various quotation marks, ellipses and brackets using predefined character combinations. ![Screenshot 2024-04-22 at 03 09 55](https://github.com/supercollider/supercollider/assets/416281/b73ab927-57fa-45c7-acf9-d5befd9b3e99) ![Screenshot 2024-04-22 at 03 29 45](https://github.com/supercollider/supercollider/assets/416281/50cd2693-2a9e-4492-ad6d-190d73411764) ## Purpose...

comp: SCDoc

This pull request enables you to incorporate HTML tags in order to enhance the appearance of the rendered HTML in both the web browser and SC Help Browser. Additionally, "\n"...

comp: SCDoc

## Environment * SuperCollider version: 3.12 and above * Operating system: macOS, Windows, Linux, online SuperCollider help documents * Other details (Qt version, audio driver, etc.): ## Steps to reproduce...

bug

## Motivation There is currently no built-in way to display coloured text as in the Post window when including the Post window return in Help documents. The only way is...

enhancement
comp: SCDoc

Dear dkmayer, After installing this Quark, I see the following warning: ``` WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/SequenceableCollection.schelp Method -adjustZeroXs has arg named 'zeroXBufs', but...

Hi, I recently updated all my installed Quarks by evaluating the following code:``` Quarks.all.do{ |quark| quark.update() } ``` After doing this, the following warning appears when recompiling the sc class...