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.
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.