matthiasblaesing commented on pull request #2482:
URL: https://github.com/apache/netbeans/pull/2482#issuecomment-716767398
> > multi-caret mode + overwrite mode
>
> Where are these settings?
I tested on Linux: Switching to multi-caret modes happens by choosing
multiple positions by clicking on new positions while CTRL+Shift is held down.
You can switch between insert and overwrite mode by pressing "Inset" key.
> Multicaret mode is handled the EditorCaret class in editor.lib2, not sure
about overwrite. The changes in this PR are to the older BaseCaret class in
editor.lib.
My point is, that in multicaret mode to my eye the rendering of the bar
cursor and the block cursor is ok. Maybe there is another hack in there, but it
seems the problem is fixed there, could that be ported to single cursor mode?
Adding new API means, that the API needs a story what happens when "fixes" are
introduced.
----------------------------------------------------------------
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