https://bz.apache.org/bugzilla/show_bug.cgi?id=63620
--- Comment #23 from Felix Schumacher <felix.schumac...@internetallee.de> --- I thought of replacing the text with the shortened version, before displaying it and a button, that replaces (back) the 'replaced' version of the text. If we really put the original text in that view, the CPU will be spinning, of course. So both versions would swap the text with a new variant. One version would look for long texts and place CRs in there (s/(\w{100})/\1\n/g) and the other one shortening it (s/\b(\w{20})\w{60,}(\w{20})\b/\1...\2/g). Both would display a warning that the text has been altered. Both could add a button to re-insert the original version and let the CPU spin up. -- You are receiving this mail because: You are the assignee for the bug.