You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/09/24 07:25:58 UTC

[netbeans] branch master updated (6e6c9cd -> 44eff60)

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 6e6c9cd  Merge pull request #2396 from sdedic/bugfix/commit-validation/enable-validation2
     add c5216b7  Removing useless import
     add aedfcce  Branding API to disable loading of previously opened projects on start
     add 78fbf67  Search for FileObject if no DataObject found
     add b43cff3  Recognize, but ignore, new catalog element
     add 4f69792  Read fully and stop on broken SIGPIPE
     add 4b50155  Print warnings just once per VM run: Not listening on module system
     add 4198e62  Run without core.windows module being present
     add 034a600  Search for FileObject if no DataObject found
     add cbecea3  Avoiding UI operations in headless mode
     add 2847f6e  Removing unrelated change in friend module list
     new f9aa503  LOAD_PROJECTS_ON_START shall not be localized
     new 44eff60  Merging #2386 to master

The 2 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:
 .../modules/gradle/api/execute/RunUtils.java       |  3 ++
 ide/code.analysis/manifest.mf                      |  2 +-
 .../modules/analysis/api/CodeAnalysis.java         |  1 -
 ide/parsing.indexing/manifest.mf                   |  1 +
 ide/parsing.indexing/nbproject/project.properties  |  2 +-
 ide/parsing.nb/manifest.mf                         |  1 +
 ide/parsing.nb/nbproject/project.properties        |  2 +-
 ide/projectapi.nb/manifest.mf                      |  4 +--
 ide/projectapi.nb/nbproject/project.xml            |  2 +-
 ide/projectapi/manifest.mf                         |  4 +--
 ide/projectui/apichanges.xml                       | 14 ++++++++
 ide/projectui/arch.xml                             | 14 ++++++--
 ide/projectui/nbproject/project.properties         |  2 +-
 .../modules/project/ui/OpenProjectList.java        | 17 ++++++---
 .../debugger/ui/DebuggerManagerListener.java       |  9 +++--
 ide/web.browser.api/manifest.mf                    |  2 +-
 .../spi/actions/AbstractMavenActionsProvider.java  |  4 +++
 .../netbeans/nbbuild/AutoUpdateCatalogParser.java  |  7 +++-
 .../o.n.bootstrap/src/org/netbeans/CLIHandler.java |  6 +++-
 .../org/openide/windows/DummyWindowManager.java    |  5 +++
 platform/settings/nbproject/project.properties     |  2 +-
 .../modules/settings/RecognizeInstanceObjects.java | 42 +++++++++++++++++-----
 22 files changed, 112 insertions(+), 34 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


[netbeans] 01/02: LOAD_PROJECTS_ON_START shall not be localized

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

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

commit f9aa5031d801c2f7995b4aae5b061104aa75a88e
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Thu Sep 24 09:21:51 2020 +0200

    LOAD_PROJECTS_ON_START shall not be localized
---
 ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java b/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
index 60adfc9..913a732 100644
--- a/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
+++ b/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
@@ -443,6 +443,7 @@ public final class OpenProjectList {
         }
 
         @NbBundle.Messages({
+            "#NOI18N",
             "LOAD_PROJECTS_ON_START=true"
         })
         private void loadOnBackground() {


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


[netbeans] 02/02: Merging #2386 to master

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

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

commit 44eff608592ae78fb34b4b534720d20985bc3ed5
Merge: 6e6c9cd f9aa503
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Thu Sep 24 09:25:11 2020 +0200

    Merging #2386 to master

 .../modules/gradle/api/execute/RunUtils.java       |  3 ++
 ide/code.analysis/manifest.mf                      |  2 +-
 .../modules/analysis/api/CodeAnalysis.java         |  1 -
 ide/parsing.indexing/manifest.mf                   |  1 +
 ide/parsing.indexing/nbproject/project.properties  |  2 +-
 ide/parsing.nb/manifest.mf                         |  1 +
 ide/parsing.nb/nbproject/project.properties        |  2 +-
 ide/projectapi.nb/manifest.mf                      |  4 +--
 ide/projectapi.nb/nbproject/project.xml            |  2 +-
 ide/projectapi/manifest.mf                         |  4 +--
 ide/projectui/apichanges.xml                       | 14 ++++++++
 ide/projectui/arch.xml                             | 14 ++++++--
 ide/projectui/nbproject/project.properties         |  2 +-
 .../modules/project/ui/OpenProjectList.java        | 17 ++++++---
 .../debugger/ui/DebuggerManagerListener.java       |  9 +++--
 ide/web.browser.api/manifest.mf                    |  2 +-
 .../spi/actions/AbstractMavenActionsProvider.java  |  4 +++
 .../netbeans/nbbuild/AutoUpdateCatalogParser.java  |  7 +++-
 .../o.n.bootstrap/src/org/netbeans/CLIHandler.java |  6 +++-
 .../org/openide/windows/DummyWindowManager.java    |  5 +++
 platform/settings/nbproject/project.properties     |  2 +-
 .../modules/settings/RecognizeInstanceObjects.java | 42 +++++++++++++++++-----
 22 files changed, 112 insertions(+), 34 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