hchiam / language-user-interface

LUI, a voice assistant kinda like JARVIS.
https://codepen.io/hchiam/pen/WOLOJG/
MIT License
5 stars 1 forks source link

Better line management for programming #31

Closed hchiam closed 6 years ago

hchiam commented 6 years ago

apply to #programming-area: white-space: pre-wrap; // to preserve spaces and newlines

avoid $('#programming-area').html(programStringPrev.replace(/\n/g, "<br/>")); consider impact on programInterfaceToString, updateProgrammingAreaDisplay, program, etc.