Find a way to reuse monaco windows
NeilMacMullen opened this issue · 2 comments
NeilMacMullen commented
We could significantly reduce the overhead of multi input/output models by virtualising the tab control in such a way that we just switched out the text content.
TBH I don't like the look of the tab headers anyway!
NeilMacMullen commented
Now that we have a bindable MonacoEditPane we're a bit closer to being able to do this nicely.
NeilMacMullen commented
complete