This is an automated email from the ASF dual-hosted git repository.

ebakke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 93dd714613a Merge pull request #8335 from ebarboni/apidocstructbulk3
     add f54e5bc97d0 Fix an editor paint bug where a line from the caret may 
remain outside the repaint area on 2x HiDPI scaling.
     add 68b8ee8219c Avoid an NPE when scroll wheel events are coming to an 
editor that has been closed.
     add dec7d766692 Fix an editor repaint bug which could leave lines 
appearing duplicated.
     add a207a77f08b Adjust available width for line wrapping to avoid the 
caret disappearing off the paintable edge at the end of a long line.
     new 882d1a72a03 Merge pull request #8324 from eirikbakke/pr-editorimp

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/org/netbeans/api/editor/caret/EditorCaret.java           | 9 +++++++--
 .../org/netbeans/modules/editor/lib2/view/DocumentViewOp.java    | 5 +++++
 .../src/org/netbeans/modules/editor/lib2/view/ViewBuilder.java   | 8 +++++++-
 .../org/netbeans/modules/editor/lib2/view/WrapInfoUpdater.java   | 9 ++++++---
 4 files changed, 25 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
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

Reply via email to