You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ch...@apache.org on 2018/09/16 20:23:44 UTC

[incubator-netbeans] branch master updated (51fa0b7 -> 29e67db)

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

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


    from 51fa0b7  Merge pull request #879 from jlahoda/fix-pathfor-foreach
     add 5f9dff2  [NETBEANS-59] - New clean commit for adding actions for split documents. And Changed line endings.
     new 29e67db  Merge pull request #3 from Chris2011/feature/248233-doc-split-actions

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:
 .../netbeans/core/multiview/ClearSplitAction.java  | 62 +++++++++++++++++++++
 .../org/netbeans/core/multiview/SplitAction.java   | 13 ++---
 .../multiview/SplitDocumentHorizontallyAction.java | 64 ++++++++++++++++++++++
 .../multiview/SplitDocumentVerticallyAction.java   | 64 ++++++++++++++++++++++
 4 files changed, 195 insertions(+), 8 deletions(-)
 create mode 100644 platform/core.multiview/src/org/netbeans/core/multiview/ClearSplitAction.java
 create mode 100644 platform/core.multiview/src/org/netbeans/core/multiview/SplitDocumentHorizontallyAction.java
 create mode 100644 platform/core.multiview/src/org/netbeans/core/multiview/SplitDocumentVerticallyAction.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 #3 from Chris2011/feature/248233-doc-split-actions

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

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

commit 29e67db8cd2349d6ab9ab6cf90d8dfa893f89188
Merge: 51fa0b7 5f9dff2
Author: Chrizzly <ch...@gmx.net>
AuthorDate: Sun Sep 16 22:23:38 2018 +0200

    Merge pull request #3 from Chris2011/feature/248233-doc-split-actions
    
    NETBEANS-59 - Document split actions

 .../netbeans/core/multiview/ClearSplitAction.java  | 62 +++++++++++++++++++++
 .../org/netbeans/core/multiview/SplitAction.java   | 13 ++---
 .../multiview/SplitDocumentHorizontallyAction.java | 64 ++++++++++++++++++++++
 .../multiview/SplitDocumentVerticallyAction.java   | 64 ++++++++++++++++++++++
 4 files changed, 195 insertions(+), 8 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