Akira-Hayasaka / ofxGLEditor

Script editor for oF Live Coding
GNU General Public License v2.0
100 stars 16 forks source link

don't save in Repl, clear Repl on ALT+A #8

Closed danomatika closed 10 years ago

danomatika commented 10 years ago

Another small update related to #6, hopefully this should be it for now ...

danomatika commented 10 years ago

I also changed the mod key to CTRL/Super which is selectable in setup(). This way, I can now support CTRL on Win/Lin & CMD on Mac. In order to do that, I changed some of the old keys to avoid built in ones like CMD+H. I also renamed loadFile to openFile since I changed the open key to CTRL/Super + O. It's now nice to work with via CMD :D

I also added the saveFileEvent back and added openFileEvent. This way you can get a notification when these events occur inside the editor.