matthiasblaesing commented on issue #6652: URL: https://github.com/apache/netbeans/issues/6652#issuecomment-1802687201
Before we make a buggy situation worse by adding complexity, we should fix the problem. What I see is, that there are multiple places in NetBeans that modify the shared stylesheet and that is the problem. There can be an argument for the LAF to modify the global stylesheet, but all other places should use the solution you suggest in the `MarkdownEditorKit`, i.e. override getStylesheet and do their modifications there and then. So I think #6662 goes into the wrong direction by adding complexity without clean benefits. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
