Closed Gert-dev closed 6 years ago
That shouldn't be difficult to implement. I had to use native-key-bindings
for the console, just because atom swallows the events. The only awkward part I can foresee is adding a context menu 'copy'. I already want to add 'expand' and 'select' to a context menu for that component, so I'll make those changes at the same time.
You have 'copy-pasting' in the title. What would you want to paste into that component?
Available in 0.0.31
It would be neat if text could be selected inside the failed test output, just like it can in the console. I've heard from other package authors that this isn't always easy, though, so if it isn't possible, so be it ;-).