leoj3n / donejs-online-ide

The DoneJS online IDE!
1 stars 0 forks source link

Multiple CodeMirror instances #8

Open leoj3n opened 7 years ago

leoj3n commented 7 years ago

Would be nice if we opened a new CodeMirror instance for each file buffer, instead or replacing the content of a single CodeMirror instance. Opening file buffers can be on-demand, and once opened, clicking on a file would just hide other open buffers (read: CodeMirror instances) while displaying only the buffer for the selected file.