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

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


    from 5b67714  Merge pull request #2697 from entlicher/CPPLiteDebugComplete
     new 6b00db8  Concentrating DataEditorSupport dialogs into separate class
     new ef841eb  Allow VSNetBeans to say no to any reload file dialog
     new 6ee0337  Testing and documenting appearance of dialogs in 
DataEditorSupport
     new 4f42da8  Replacing isHeadless() check by branding isn't fully 
compatible change
     new cc1eb58  Depends on branding API introduced in org.openide.loaders@7.80
     new 1ee8dfe  Consistently using fully.qualified.package.name.KEY_NAME in 
all branding APIs
     new 4afe4da  Merge pull request #2685 from 
JaroslavTulach/jtulach/DataEditorNoQuestions

The 4910 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:
 extide/gradle/arch.xml                             |   2 +-
 ide/projectui/arch.xml                             |   2 +-
 .../modules/openide/loaders}/Bundle.properties     |   5 +-
 .../nbcode/integration/nbproject/project.xml       |  18 ++-
 .../modules/nbcode/integration/Bundle.properties   |   6 +-
 java/maven/arch.xml                                |   4 +-
 nbbuild/javadoctools/links.xml                     |   1 +
 nbbuild/javadoctools/properties.xml                |   1 +
 nbbuild/javadoctools/replaces.xml                  |   1 +
 platform/core.multiview/arch.xml                   |   2 +-
 platform/core.network/arch.xml                     |   2 +-
 platform/o.n.core/arch.xml                         |   4 +-
 platform/openide.awt/arch.xml                      |   2 +-
 .../openide.awt/src/org/openide/awt/Actions.java   |   1 -
 platform/openide.loaders/apichanges.xml            |  15 +++
 platform/openide.loaders/arch.xml                  |  15 +++
 platform/openide.loaders/manifest.mf               |   2 +-
 .../openide/loaders/AskEditorQuestions.java        |  78 +++++++++++++
 .../modules/openide/loaders}/Bundle.properties     |  11 +-
 .../src/org/openide/loaders/Bundle.properties      |   7 --
 .../src/org/openide/text/DataEditorSupport.java    |  49 ++-------
 .../openide/loaders/AskEditorQuestionsTest.java    | 122 +++++++++++++++++++++
 .../modules/openide/loaders/Bundle_da.properties   |   3 +-
 .../modules/openide/loaders/Bundle_no.properties   |   3 +-
 platform/openide.windows/arch.xml                  |  14 +--
 platform/options.api/arch.xml                      |   2 +-
 26 files changed, 295 insertions(+), 77 deletions(-)
 copy 
java/java.lsp.server/nbcode/{integration/src/org/netbeans/modules/nbcode/integration
 => 
branding/modules/org-openide-loaders.jar/org/netbeans/modules/openide/loaders}/Bundle.properties
 (93%)
 create mode 100644 
platform/openide.loaders/src/org/netbeans/modules/openide/loaders/AskEditorQuestions.java
 copy 
{java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration
 => 
platform/openide.loaders/src/org/netbeans/modules/openide/loaders}/Bundle.properties
 (68%)
 create mode 100644 
platform/openide.loaders/test/unit/src/org/netbeans/modules/openide/loaders/AskEditorQuestionsTest.java
 copy 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/Bundle.properties
 => 
platform/openide.loaders/test/unit/src/org/netbeans/modules/openide/loaders/Bundle_da.properties
 (93%)
 copy 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/Bundle.properties
 => 
platform/openide.loaders/test/unit/src/org/netbeans/modules/openide/loaders/Bundle_no.properties
 (93%)


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

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

Reply via email to