[netbeans] branch master updated: Attempt to fix intermittent bug on Windows, where cut/paste with external applications would stop working until IDE was restarted. With this fix, the problem still oc

2022-10-15 Thread ebakke
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 910f34f045 Attempt to fix intermittent bug on Windows, where cut/paste 
with external applications would stop working until IDE was restarted. With 
this fix, the problem still occurs occasionally, but goes away the next time 
the user tries to cut/paste with an external application, without the need to 
restart the IDE.
910f34f045 is described below

commit 910f34f04528f6ba58fb7ac7be985e2486a1f657
Author: Eirik Bakke 
AuthorDate: Tue Oct 11 19:32:48 2022 +0200

Attempt to fix intermittent bug on Windows, where cut/paste with external 
applications would stop working until IDE was restarted. With this fix, the 
problem still occurs occasionally, but goes away the next time the user tries 
to cut/paste with an external application, without the need to restart the IDE.
---
 platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java 
b/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java
index 4b2c3eefb7..aa9f8383d2 100644
--- a/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java
+++ b/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java
@@ -350,6 +350,8 @@ implements LookupListener, FlavorListener, AWTEventListener
 if (ev.getID() == WindowEvent.WINDOW_ACTIVATED) {
 if( Utilities.isWindows() ) {
 systemClipboard.addFlavorListener(this);
+// Catch up on any events missed while we were away.
+fireChange();
 }
 anyWindowIsActivated = true;
 if (System.currentTimeMillis() - lastWindowDeactivated < 100 &&


-
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



[netbeans] branch master updated (3cbe596ea5 -> 1092e962c5)

2022-10-15 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


from 3cbe596ea5 Limit ValidateClassFilesTest to scan only JARs referenced 
from modules (#4775)
 new 078bb2a8cc Update to newer javac API to get ModuleTree when creating 
module-info to fix GH4628.
 new d11992eee7 Filter out created module from required modules when 
creating module-info (cyclic dependency error).
 new 1092e962c5 Merge pull request #4780 from neilcsmith-net/gh4628

The 7593 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/java/project/ui/NewJavaFileWizardIterator.java| 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)


-
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



[netbeans-jenkins-lib] branch master updated: vscode branch should be scanned too

2022-10-15 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new cb3f192  vscode branch should be scanned too
cb3f192 is described below

commit cb3f192cddb64826a9f734341f845586b2cf4895
Author: Eric Barboni 
AuthorDate: Sat Oct 15 13:09:47 2022 +0200

vscode branch should be scanned too
---
 jobs/netbeansreleasetlp.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/netbeansreleasetlp.groovy b/jobs/netbeansreleasetlp.groovy
index 0d1fc20..77a1242 100755
--- a/jobs/netbeansreleasetlp.groovy
+++ b/jobs/netbeansreleasetlp.groovy
@@ -36,7 +36,7 @@ organizationFolder('NetBeans/netbeans-TLP') {
 }
 traits << 'jenkins.plugins.git.traits.BranchDiscoveryTrait' {}
 traits << 'jenkins.scm.impl.trait.RegexSCMHeadFilterTrait' {
-regex('(master|release\\d+$)')
+regex('(master|release\\d+$|vsnetbeans_preview_\\d+$)')
 }
 }



-
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