Re: [I] Support Junit @Nested test classes [netbeans]

2025-07-23 Thread via GitHub
ratcashdev commented on issue #3975: URL: https://github.com/apache/netbeans/issues/3975#issuecomment-3112274776 Thank you. Will do when I am back from vacation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] High CPU usage without activity [netbeans]

2025-07-23 Thread via GitHub
bernard01 commented on issue #8669: URL: https://github.com/apache/netbeans/issues/8669#issuecomment-3111904589 Yes they are all Java SE Maven projects with JPA. They are all writing to the IDE console each in a separate output tab. Perhaps it has to do with Maven? I don't always get this e

Re: [I] High CPU usage without activity [netbeans]

2025-07-23 Thread via GitHub
mbien commented on issue #8669: URL: https://github.com/apache/netbeans/issues/8669#issuecomment-3110809086 you haven't filled out the project type field or mentioned what language this is about, but looking at the stack traces at least some of them seem to use glassfish/maven. > I r

Re: [I] Dialog parent can be a closed window [netbeans]

2025-07-23 Thread via GitHub
mbien commented on issue #8667: URL: https://github.com/apache/netbeans/issues/8667#issuecomment-3110581217 reminds me on https://github.com/apache/netbeans/pull/6772 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] Internationalisation - Preferences - Keymap [netbeans]

2025-07-23 Thread via GitHub
FredAncestris opened a new issue, #8675: URL: https://github.com/apache/netbeans/issues/8675 ### Apache NetBeans version Apache NetBeans 26 ### What happened In Netbeans version 24, the Keymap panel in the preferences cannot be translated. When I provide translation

[PR] Fixing Jackpot rules when target typing fails, and the AST contains error types. [netbeans]

2025-07-23 Thread via GitHub
lahodaj opened a new pull request, #8674: URL: https://github.com/apache/netbeans/pull/8674 Consider a Jackpot rule like this: ``` $mods$ long $test = $init :: $init instanceof java.lang.String => $mods$ java.lang.String $test = $init ;; ``` and code: ``` long l

Re: [I] NetBeans closes when Remote Desktop connection is established [netbeans]

2025-07-23 Thread via GitHub
mbien commented on issue #8236: URL: https://github.com/apache/netbeans/issues/8236#issuecomment-3109964475 NB 27 release candidates are now also available: https://github.com/apache/netbeans/discussions/8672 if this problem persists in current JDK 24.0.2 (which is the final update),

Re: [PR] Increment spec versions for Apache NetBeans 28 developement [netbeans]

2025-07-23 Thread via GitHub
mbien commented on PR #8670: URL: https://github.com/apache/netbeans/pull/8670#issuecomment-3109931179 lgtm2! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] On Windows, fix graphics bugs after external monitor connect/disconnect [netbeans]

2025-07-23 Thread via GitHub
eirikbakke commented on PR #7475: URL: https://github.com/apache/netbeans/pull/7475#issuecomment-3109790959 I can report that this patch has continued working well on my Windows machine for another year; I consider it to be stable. It would also be easy to revert if it turns out to ca

Re: [I] Support Junit @Nested test classes [netbeans]

2025-07-23 Thread via GitHub
matthiasblaesing commented on issue #3975: URL: https://github.com/apache/netbeans/issues/3975#issuecomment-3109674469 Based on the work from @ratcashdev I had a look at the problem and created #8664. The PR has a nightly build attached and it would be great if you could test if that fixes

Re: [PR] Auto-detect HiDPI fractional scaling settings on Linux [netbeans]

2025-07-23 Thread via GitHub
basil commented on PR #8589: URL: https://github.com/apache/netbeans/pull/8589#issuecomment-3109624763 Any update on this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[PR] Changed the way interface methods and abstract methods are parsed [netbeans]

2025-07-23 Thread via GitHub
troizet opened a new pull request, #8673: URL: https://github.com/apache/netbeans/pull/8673 What was done in this PR: - Changed the way interface methods and abstract methods are parsed - Fixed generation of the return type in phpDoc comments for abstract methods with an explicitly spe

Re: [PR] Increment spec versions for Apache NetBeans 28 developement [netbeans]

2025-07-23 Thread via GitHub
ebarboni merged PR #8670: URL: https://github.com/apache/netbeans/pull/8670 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ne

Re: [PR] Increment spec versions for Apache NetBeans 28 developement [netbeans]

2025-07-23 Thread via GitHub
ebarboni commented on PR #8670: URL: https://github.com/apache/netbeans/pull/8670#issuecomment-3109269752 OK merging then -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [D] Upcoming macOS app icon changes [netbeans]

2025-07-23 Thread via GitHub
GitHub user mhalachev added a comment to the discussion: Upcoming macOS app icon changes Still reviewing it, not yet sure what exactly is produced or used as final asset(s). https://developer.apple.com/documentation/TechnologyOverviews/adopting-liquid-glass#App-icons https://developer.apple.

Re: [D] Upcoming macOS app icon changes [netbeans]

2025-07-23 Thread via GitHub
GitHub user neilcsmith-net edited a comment on the discussion: Upcoming macOS app icon changes Thanks for the heads up! :smile: Are these stored in one file or multiple? Are there differences in how they're referenced? eg. CFBundleIconFile, etc.? The icons in NetBeans and NBPackage should

Re: [D] Upcoming macOS app icon changes [netbeans]

2025-07-23 Thread via GitHub
GitHub user neilcsmith-net added a comment to the discussion: Upcoming macOS app icon changes Are these stored in one file or multiple? Are there differences in how they're referenced? eg. CFBundleIconFile, etc.? The icons in NetBeans and NBPackage should be kept in sync. A little annoying

Re: [PR] Update .htaccess for 27-rc1 [netbeans-antora]

2025-07-23 Thread via GitHub
neilcsmith-net merged PR #29: URL: https://github.com/apache/netbeans-antora/pull/29 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsub

[PR] Update .htaccess for 27-rc1 [netbeans-antora]

2025-07-23 Thread via GitHub
neilcsmith-net opened a new pull request, #29: URL: https://github.com/apache/netbeans-antora/pull/29 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[PR] Increment spec versions for Apache NetBeans 28 developement [netbeans]

2025-07-23 Thread via GitHub
ebarboni opened a new pull request, #8670: URL: https://github.com/apache/netbeans/pull/8670 Increment spec versions for Apache NetBeans 27 development. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Add missinng logic for delete a local branch [netbeans]

2025-07-23 Thread via GitHub
Chris2011 commented on code in PR #8650: URL: https://github.com/apache/netbeans/pull/8650#discussion_r2225319827 ## ide/git/src/org/netbeans/modules/git/ui/branch/DeleteBranchAction.java: ## @@ -47,26 +52,47 @@ public class DeleteBranchAction extends SingleRepositoryAction {

Re: [PR] Fixing create local variable fix for lambdas inside field initializers. [netbeans]

2025-07-23 Thread via GitHub
lahodaj commented on PR #8666: URL: https://github.com/apache/netbeans/pull/8666#issuecomment-3107076761 Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] Fixing create local variable fix for lambdas inside field initializers. [netbeans]

2025-07-23 Thread via GitHub
lahodaj merged PR #8666: URL: https://github.com/apache/netbeans/pull/8666 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@net

Re: [I] NetBeans closes when Remote Desktop connection is established [netbeans]

2025-07-23 Thread via GitHub
neilcsmith-net commented on issue #8236: URL: https://github.com/apache/netbeans/issues/8236#issuecomment-3106989771 The community installers will always ship with the latest available JDK. That is also, in most cases, the recommended JDK to run NetBeans. For some reason the original

Re: [I] Dialog parent can be a closed window [netbeans]

2025-07-23 Thread via GitHub
neilcsmith-net commented on issue #8667: URL: https://github.com/apache/netbeans/issues/8667#issuecomment-3106976014 That seems somewhat like a JDK bug, but PR welcome. As a workaround, does using `setLeaf(true)` help? Or run the second dialog via `EventQueue::invokeLater`? -- Thi

Re: [I] NetBeans closes when Remote Desktop connection is established [netbeans]

2025-07-23 Thread via GitHub
Eccenux commented on issue #8236: URL: https://github.com/apache/netbeans/issues/8236#issuecomment-3106810440 The problems are gone on NB26 using JDK 21.0.7+6. So this is weird. I would expect JDK24 to get updates from the JDK21 branch. I asked for JDK24 replacement in the semi-offici

Re: [I] file wrapping behavior [netbeans]

2025-07-23 Thread via GitHub
MichalGasparovic commented on issue #8665: URL: https://github.com/apache/netbeans/issues/8665#issuecomment-3106761920 thx, and any idea how to collapse the folder manually? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and