gerardroche / sublime-phpunit

PHPUnit Sublime Text integration.
https://www.gerardroche.com
GNU General Public License v3.0
74 stars 11 forks source link

Automatically Scroll to top after PHPUnit text in Build System ST3 #90

Closed myself379 closed 5 years ago

myself379 commented 5 years ago

Hi, is it possible to configure ST3 to automatically scroll to top after sublime-phpunit being executed?

Here has 1 example, but this is to all Build System

gerardroche commented 5 years ago

No, there's no easy to do it. We leverage Sublime's exec command which hardcodes "scroll_to_end"=True. I think the best option is to create a plugin and keybinding descrobed in the forum post. You could open an Sublime issue too: https://github.com/SublimeTextIssues/Core/issues.

myself379 commented 5 years ago

@gerardroche Alright, cool! I'll look into it. Thank you!