pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

Add auto evaluation of code within brackets #39

Open pixelpusher opened 5 years ago

pixelpusher commented 5 years ago

Use CodeMirror’s findMatchingBrackets (internal) to automatically highlight all code within brackets and send to globalEval function: https://codemirror.net/addon/edit/matchbrackets.js