matthiasblaesing commented on pull request #2482: URL: https://github.com/apache/netbeans/pull/2482#issuecomment-716827454
What I'm missing is an analysis what is the underlying the problem and why it can only be solved by providing a new property, that we might need to support for a long time. I read through `paintCustomCarent` and indeed the caret size is not set there. This would be easier, if the code would even be excercised. In the IDE the `BaseCaret#paint` method is never hit, so it is difficult to see what is really the problem. Is it right, that you provide a custom caret and override `painCustomCarent`? Am I right that the problem you are seeing is caused by the repaint call in `actionPerformed` being invoked with a too small area? ---------------------------------------------------------------- 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. 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
