CodeMirror and Csound
| Date | 2016-02-21 13:17 |
| From | Richard |
| Subject | CodeMirror and Csound |
Any chance that someone might be working on a Csound extension for
CodeMirror?
This would allow editing Csound code in a web browser with syntax
highlighting, etc.
Richard
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2016-02-21 14:50 |
| From | Ed Costello |
| Subject | Re: CodeMirror and Csound |
Not for CodeMirror, but in the Csound javascript examples there is something for the Ace javascript editor, it's not complete but it's a good start. On Sun, 21 Feb 2016 at 13:17 Richard <zappfinger@gmail.com> wrote: Any chance that someone might be working on a Csound extension for -- Edward Costello
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
| Date | 2016-02-21 14:56 |
| From | Michael Gogins |
| Subject | Re: CodeMirror and Csound |
The there is a Csound code editor in the Csound Git repository examples directory. It runs pieces using Csound.Node. Regards, On Feb 21, 2016 4:51 PM, "Ed Costello" <phasereset@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
| Date | 2016-02-21 14:57 |
| From | Richard |
| Subject | Re: CodeMirror and Csound |
|
Thanks! That looks very useful. I did not know about Ace... Richard On 21/02/16 15:50, Ed Costello wrote:
|