You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2018/11/08 10:01:18 UTC

[incubator-netbeans] branch master updated (ba2507b -> 9cd1817)

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

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


    from ba2507b  Merge pull request #958 from arusinha/review-module-j2ee.sun.dd
     add 721fab0  When modifying .form files, ensure any existing initial comments (e.g. license headers) are kept.
     new 9cd1817  Merge pull request #981 from jlahoda/form-keep-leading-comments

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/modules/form/FormModel.java   |  10 ++
 .../modules/form/GandalfPersistenceManager.java    |  31 ++++-
 .../form/layoutdesign/KeepInitialComments.java     | 151 +++++++++++++++++++++
 3 files changed, 189 insertions(+), 3 deletions(-)
 create mode 100644 java/form/test/unit/src/org/netbeans/modules/form/layoutdesign/KeepInitialComments.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 #981 from jlahoda/form-keep-leading-comments

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

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

commit 9cd18174e230b3363dea08e0ddd1d5a14d6ee1ea
Merge: ba2507b 721fab0
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Thu Nov 8 19:01:09 2018 +0900

    Merge pull request #981 from jlahoda/form-keep-leading-comments
    
    When modifying .form files, ensure any existing initial comments (e.g license headers) are kept.

 .../src/org/netbeans/modules/form/FormModel.java   |  10 ++
 .../modules/form/GandalfPersistenceManager.java    |  31 ++++-
 .../form/layoutdesign/KeepInitialComments.java     | 151 +++++++++++++++++++++
 3 files changed, 189 insertions(+), 3 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