You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/09/26 05:14:26 UTC

[incubator-netbeans] branch master updated (9eac277 -> 8f854ee)

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

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


    from 9eac277  Merge pull request #908 from junichi11/netbeans-1285
     add 70f1868  [NETBEANS-977] Improve text layout in word wrap mode.
     new 8f854ee  Merge pull request #598 from eirikbakke/NETBEANS-977

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:
 .../org/netbeans/api/editor/caret/EditorCaret.java | 109 ++++----
 .../lib2/view/CharSequenceCharacterIterator.java   | 107 ++++++++
 .../modules/editor/lib2/view/DocumentViewOp.java   |  20 +-
 .../editor/lib2/view/HighlightsViewUtils.java      | 147 ++++++++---
 .../modules/editor/lib2/view/WrapInfo.java         |   2 +-
 .../modules/editor/lib2/view/WrapInfoUpdater.java  |  50 +++-
 .../lib2/view/AdjustBreakOffsetToWordTest.java     | 284 +++++++++++++++++++++
 7 files changed, 622 insertions(+), 97 deletions(-)
 create mode 100644 ide/editor.lib2/src/org/netbeans/modules/editor/lib2/view/CharSequenceCharacterIterator.java
 create mode 100644 ide/editor.lib2/test/unit/src/org/netbeans/modules/editor/lib2/view/AdjustBreakOffsetToWordTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/01: Merge pull request #598 from eirikbakke/NETBEANS-977

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 8f854ee0e7361e48171c3d019b9cc9eb10c4aa39
Merge: 9eac277 70f1868
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Wed Sep 26 07:14:17 2018 +0200

    Merge pull request #598 from eirikbakke/NETBEANS-977
    
    [NETBEANS-977] Improve text layout in word wrap mode.

 .../org/netbeans/api/editor/caret/EditorCaret.java | 109 ++++----
 .../lib2/view/CharSequenceCharacterIterator.java   | 107 ++++++++
 .../modules/editor/lib2/view/DocumentViewOp.java   |  20 +-
 .../editor/lib2/view/HighlightsViewUtils.java      | 147 ++++++++---
 .../modules/editor/lib2/view/WrapInfo.java         |   2 +-
 .../modules/editor/lib2/view/WrapInfoUpdater.java  |  50 +++-
 .../lib2/view/AdjustBreakOffsetToWordTest.java     | 284 +++++++++++++++++++++
 7 files changed, 622 insertions(+), 97 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists