PyoungRyang Ko
PyoungRyang Ko
Yes! ``` {1}.dump // for the first time ``` returns: ``` Instance of Function { (0x159e5b858, gc=48, fmt=00, flg=00, set=02) instance variables [2] def : instance of FunctionDef - closed...
I added another step: 1. automatic indentation 2. evaluation 3. copy (I think the copy function is not so good, but an evaluation after the automatic indentation by double-clicking is...
I restored the code style as it was. I am not sure about the indentation of the first part of the added code for the `.case' syntax.
The inline-related explanation is what I do not understand well. Regarding the inline explanation, I think the current explanation and structure - `switch` has a long explanation. - `case` has...
Is there anything that needs correcting? Could this PR be approved and merged before the 3.14 release?
Thanks for this! --- The related issue that is open is #6304 (SCDoc modal tag post). The related PRs that are open are #6359 (subsubsection), #6265 (HTML tags), #6263 (non-code...
> So I started trying to turn this markdown file into a .scdoc file and couldn't without significantly modifying it: https://github.com/celesteh/BiLETools/blob/master/README.md . This document contains sections, subsections and subsubsections. However,...
> @celesteh although this requires an internet connection, would this suffice? > > ``` > HelpBrowser.goTo("https://github.com/celesteh/BiLETools") > ``` > > You can place hyperlinks in the help files and they...
@celesteh Hello, I made a converter from markdown to schelp using your file https://github.com/celesteh/BiLETools/blob/master/README.md . I used the following code to convert the file (the file should be stored in...
@JordanHendersonMusic >No but that sounds like a good idea for a pr, far more attainable than a markdown parser+renderer . I do not know the details of Markdown, but it...