PyoungRyang Ko

Results 366 comments of PyoungRyang Ko

>I think the cleanest way would be to embrace more passing the YAML config file path via CLI approach I also think this is a better idea! Thanks for suggesting...

I no longer have this problem on the Mac. However, with SC-IDE on Windows, the same thing happens whenever I type on the keyboard. This is a really big problem....

However, the following error still occurs on Windows: ``` ERROR: Message 'prSetEdited' not understood. ```

Now, the following error occurs in Windows when - changing documents (opened before recompiling) by clicking tabs: - editing documents (opened before recompiling): only the first typing. ``` ERROR: Message...

At present (with [ea98edd]), the issue occurs twice in succession when performing the following steps: - Launching SC-IDE - Pressing Ctrl + N - Closing the document created in step...

I added `"methodName".debug` in - `.syncFromIDE` - `.setActiveDocByQUuid` - `.front` I found the followings: - sclang boot completed: `setActiveDocByQUuid` is called. - a new SCD is created: `syncFromIDE` is called...

It seems to be resolved. I saw `Attempted to modify missing Text Mirror for Document) xxxx` message several times when sclang was first booted after modifying the method. However, I...

I have re-tested the method in https://github.com/supercollider/supercollider/issues/6401#issuecomment-2845128556 again with the current [Bleeding edge: Latest build (x64)](http://supercollider.s3.amazonaws.com/builds/supercollider/supercollider/win64/develop-latest.html) - Server boots normally. - No errors when editing/switching documents. - Sclang window comes...

>*handshake { var timeout = 10; var endTime = thisThread.seconds + timeout; fork{ this.send(\classLibraryRecompiled); this.send(\requestDocumentList); while { Document.allDocuments.isNil && (thisThread.seconds < endTime) } {0.1.wait}; this.send(\requestCurrentPath); if ((thisThread.seconds < endTime).not) {"%...