vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Switch editor problem with async loading of editor #208

Closed aeisenberg closed 11 years ago

aeisenberg commented 11 years ago

Switching editors now does not properly apply the selection and does not properly apply the dirty text from the other editor. This is because editors are being loaded async and we are applying the text synchronously.

aeisenberg commented 11 years ago

Fixed