interactive-syntax-clojure
interactive-syntax-clojure copied to clipboard
While in theory this allows the user to recover the data, it does make it difficult to restart the data if it crashed. Perhaps an 'error' value could be used...
e.g. form-builder.core/FormBuilder
Otherwise it will try to reload the visr into the new buffer, which is wrong.
Right now the text view is strictly text
Right now you have to double click a file to load it.
If the user tries to create a new directory where an existing file is, it silently gets dropped. If they try to create a file where an existing one is,...
Pressing ctrl+z to undo currently scrolls the document back to the top. This makes multiple undos on large files rather difficult. I would expect the document to either stay in...
Eval works fine when run via the `run` button: ``` (eval '(+ 1 2)) ``` But running eval in a visr's `render` method calls it to inexplicably fail. (Note that...
If I open some file `A.cljs`, and then immediately switch to file `B.cljs`, then press undo, the buffer switches back to `A.cljs`. This is doubly wrong since the rest of...
It should instead save (probably with a overwrite warning).