replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

Implicit attempt to eval when Return key pressed #27

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Try to read the form any time enter is pressed. If read results in a mismatched paren, bracket or curly error, then continue editing on the next line, otherwise, eval the form.

(This should work, of course if return key is pressed on software keyboard or if a physical keyboard is being used.)