twifty / atom-phpunit-integrator

PHPUnit for the Atom editor
MIT License
1 stars 1 forks source link

Allow selecting text (and copy-pasting) inside failed test output (if possible) #33

Closed Gert-dev closed 6 years ago

Gert-dev commented 6 years ago

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

twifty commented 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?

twifty commented 6 years ago

Available in 0.0.31