MavensMate-SublimeText
MavensMate-SublimeText copied to clipboard
Change odd spaces output to a newline then an 80-char line of equal s…
…igns to help delineate commands.
Example output:

could you explain how this is preferable to the current implementation?
Hi Joe,
Sorry about that, I should have given this some context.
Here's what my Sublime text theme (Blackboard (SublimePythonIDE).tmTheme) shows before this addition:

My theme is highlighting those spaces oddly for some reason, but I figured others might see something similar.
I thought that removing the spaces would be good enough. But having a nice delineation helps me see the boundaries of separate operations, especially when there is a lot of error output (for example, when running tests with multiple failures).
Let me know your thoughts!
- Adam