https://bz.apache.org/bugzilla/show_bug.cgi?id=65187
Felix Schumacher <felix.schumac...@internetallee.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement --- Comment #13 from Felix Schumacher <felix.schumac...@internetallee.de> --- I change the severity of this bug report to enhancement and try to answer your questions below. The jsyntaxpane has led to at least one bug report in the past (see the linked bug report above), which is, why I don't favour adding thoughtlessly. And it seems, that it has problems with the dark mode which would have to be fixed, too. We can't use (easily) the JSyntaxTextArea for the document part, as that is using a different object type, which is not supported by JSyntaxTextArea. The difference between the formatted and non-formatted view might be hard to see. The formatted view will try to format the HTML source code by adding spaces here and there. If your source code was formatted nicely before, there will (hopefully) be no difference. If someone finds a nice way to add a more stylish display for the document view, rest assured that patches are always welcome :) -- You are receiving this mail because: You are the assignee for the bug.