jlahoda opened a new pull request #2819: URL: https://github.com/apache/netbeans/pull/2819
With the prepended text (like inline parameter names in Java editor), there are several appearance and behavior issues, like: -mark occurrences highlight will be painted under the prepended text, not only for the actual identifier, which I think does not look good. -when navigating with left/right arrows around the prepended text, the cursor jumps weirdly. The patch here is trying to solve that, but using only basic background highlights for the prepended text (which, to me, looks better when used; even though the implementation is not so nice), and cursor should now have an ability to stop before and after the prepended text. Feedback/experience with this are welcome! Thanks! -- 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
