Page 1 of 1

Bug Report: Incomplete line highlighting

Posted: 26 Apr 2015 06:37
by Vlek
It appears that, when using the javascript code for highlighting lines of text, it does not fully highly the text given. Instead, it will only highlight the first line of the text, and, if the full statement is more than one line, it will not highlight the rest of the statement. Turning off word wrap in options did not seem to help. Nor did turning up the width.

Re: Bug Report: Incomplete line highlighting

Posted: 02 May 2015 18:44
by cotillion
Yes, that's unfortunately the case currently.
Colour highlighting needs to be rewritten to fix it..

Re: Bug Report: Incomplete line highlighting

Posted: 17 Jan 2016 02:24
by Vlek
A workaround for this issue is to set 'options screenwidth off'. That'll allow lines to properly highlight as well as for regular expressions to work on the whole output instead of just the beginning slice of it.