brackets-nodejs
brackets-nodejs copied to clipboard
Running buffer files
I was thinking that it would be useful to allow buffers to be run as well. This can be achieved by creating a temporary file for the buffer and running that. Otherwise, it would be better to display an error message saying buffers cannot be run. If that is OK, I would like to tackle this issue.
Do you mean running files which aren't saved yet? I could think of auto-saving instead.
But feel free.
I don't think auto-saving would be a good idea as the users may not like that.
There should be a configurable option, of course.
Alright, I am working on it then. :)
Nice :+1: