Plugin to handle console wrapping

7 views
Skip to first unread message

Robert Conde

unread,
Jun 30, 2015, 6:01:35 PM6/30/15
to jenkins...@googlegroups.com
In my configuration I have lines that are formatted something like:

[MyMachine 00:12:12] Here is a log message that tells me something about what's happening

When the log messages get relatively long, things start looking like this:

[MyMachine 00:12:12] Here is a log message that tells me something |
about what's happening                                                                    |
[MyMachine 00:12:12] Here is a log message that tells me something |
about what's happening                                                                    |
[MyMachine 00:12:12] Here is a log message that tells me something |
about what's happening                                                                    |
[MyMachine 00:12:12] Here is a log message that tells me something |
about what's happening                                                                    |
[MyMachine 00:12:12] Here is a log message that tells me something |
about what's happening                                                                    |
                                                                                                      ^ Right margin

I would prefer them to look like this:

[MyMachine 00:12:12] Here is a log message that tells me something |
                                  about what's happening                                  |
[MyMachine 00:12:12] Here is a log message that tells me something |
                                 about what's happening                                   |
[MyMachine 00:12:12] Here is a log message that tells me something |
                                 about what's happening                                   |
[MyMachine 00:12:12] Here is a log message that tells me something |
                                 about what's happening                                   |
[MyMachine 00:12:12] Here is a log message that tells me something |
                                 about what's happening                                   |
                                                                                                      ^ Right margin
                                                                                                     
Is there any existing plugin that will help me accomplish this? I was thinking that separating the left and right components in their own divs would accomplish what I want. I could look into making my own plugin but if something is already available that will of course be preferable.

Thanks in Advance,
Rob
Reply all
Reply to author
Forward
0 new messages