if you do "ant clean" followed by "ant" in the jEdit source directory, from the console plugin, you'll get lots of multi-line warnings. Only the first line of each warning is picked up when I copy all to clipboard.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sure I'll have a look
Hi, I think I have a fix for this, but wanted to do some more testing before committing it. Can you post how you generated a multi-level error list ?
if you do "ant clean" followed by "ant" in the jEdit source directory, from the console plugin, you'll get lots of multi-line warnings. Only the first line of each warning is picked up when I copy all to clipboard.
Just committed a fix for this and cleaned the code up a bit, can you review and let me have any comments
Testing it now. Looks like it gets all the text, but there are duplicate newlines between each line, I think you can easily get rid of those, eh?
Just committed a fix to remove some of the extra whitespace
trim() removes too much whitespace. Sometimes the leading spaces are important.
I just committed 23884 to fix that.