cyrilcode / cyril

The Cyril programming language is designed for fast prototyping of visualisations and live coding visuals.
http://cyrilcode.com
Other
145 stars 21 forks source link

Undo functionality #11

Closed danhett closed 10 years ago

danhett commented 10 years ago

The editor could really do with an undo function, I continually try to step back through my changes and get stuck, especially when coding at high speeds and forgetting!

darrenmothersele commented 10 years ago

I'm planning on adding OSC support. This requirement first came about as a better way to interface with the "Brain" library I made to read brain wave data from the EEG headset.

It also opens up the possibility of controlling Cyril programmes using variables who's values are controlled via any of the "TouchOSC" style controller apps.

This also, then, leads to the possibility of using any text editor and sending programmes to Cyril over OSC.

I'd prefer to use Sublime Text. It would be great if an OSC client package was available for Sublime Text, like this one for Emacs: http://delysid.org/emacs/osc.html

darrenmothersele commented 10 years ago

I'll close this off now you can use an external editor.