You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trim console output before processing it console document
When processing large amounts of console output of a process,
its possible that the Eclipse UI will freeze.
E.g. on Linux, very long lines (> 1 million symbols) result in such freezes.
Using the console limit preference doesn't help preventing this freeze,
despite limitting the contents seen in the console.
This change adjusts IOConsolePartitioner.QueueProcessingJob.processPendingPartitions()
to trim pending console output before setting this output in the console document,
if a console limit is set in the Eclipse preferences.
Additionally, the console now trims long lines according to the limit.
See: #2283
0 commit comments