[GitHub] [netbeans] matthiasblaesing merged pull request #4986: Lookup CSS properties case-insensitive

2022-11-25 Thread GitBox
matthiasblaesing merged PR #4986: URL: https://github.com/apache/netbeans/pull/4986 -- 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-unsubs

[GitHub] [netbeans] matthiasblaesing closed issue #4861: CSS: Hint "unknown property" is displayed, in case the css property is written in uppercase letters.

2022-11-25 Thread GitBox
matthiasblaesing closed issue #4861: CSS: Hint "unknown property" is displayed, in case the css property is written in uppercase letters. URL: https://github.com/apache/netbeans/issues/4861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [netbeans] matthiasblaesing merged pull request #4979: Optimize matching for CSS completion queries

2022-11-25 Thread GitBox
matthiasblaesing merged PR #4979: URL: https://github.com/apache/netbeans/pull/4979 -- 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-unsubs

[GitHub] [netbeans] matthiasblaesing closed issue #4778: CSS: Show documentation (ctrl+shift+space) displays incorrect documentation

2022-11-25 Thread GitBox
matthiasblaesing closed issue #4778: CSS: Show documentation (ctrl+shift+space) displays incorrect documentation URL: https://github.com/apache/netbeans/issues/4778 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [netbeans] matthiasblaesing commented on pull request #4964: Css improvements

2022-11-25 Thread GitBox
matthiasblaesing commented on PR #4964: URL: https://github.com/apache/netbeans/pull/4964#issuecomment-1327690259 Hearing no objections and having used this the last few days I'll merge this. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [netbeans] matthiasblaesing merged pull request #4964: Css improvements

2022-11-25 Thread GitBox
matthiasblaesing merged PR #4964: URL: https://github.com/apache/netbeans/pull/4964 -- 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-unsubs

[GitHub] [netbeans] matthiasblaesing closed issue #4304: CSS hex color support with alpha

2022-11-25 Thread GitBox
matthiasblaesing closed issue #4304: CSS hex color support with alpha URL: https://github.com/apache/netbeans/issues/4304 -- 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 uns

[GitHub] [netbeans] matthiasblaesing closed issue #4312: CSS: min-width: auto => Unexpected character(s) "auto" found

2022-11-25 Thread GitBox
matthiasblaesing closed issue #4312: CSS: min-width: auto => Unexpected character(s) "auto" found URL: https://github.com/apache/netbeans/issues/4312 -- 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

[GitHub] [netbeans] matthiasblaesing commented on pull request #4728: LSP Client: Use full complete item to complete, not just the missing suffix

2022-11-25 Thread GitBox
matthiasblaesing commented on PR #4728: URL: https://github.com/apache/netbeans/pull/4728#issuecomment-1327837798 Hearing no objects, having run with this the last few weeks, travis and github action being happy. I'll merge this. -- This is an automated message from the Apache Git Service

[GitHub] [netbeans] matthiasblaesing merged pull request #4728: LSP Client: Use full complete item to complete, not just the missing suffix

2022-11-25 Thread GitBox
matthiasblaesing merged PR #4728: URL: https://github.com/apache/netbeans/pull/4728 -- 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-unsubs

[GitHub] [netbeans] sdedic commented on pull request #5006: Gradle: Support for proxy detection / autoconfiguration.

2022-11-25 Thread GitBox
sdedic commented on PR #5006: URL: https://github.com/apache/netbeans/pull/5006#issuecomment-1327892602 I would advise against that, but it is surely doable. In siuations where the DNS does not reject the proxy name immediately (timeout) or when the intranet simply drops (not rejects) outgo

[GitHub] [netbeans-tools] javierllorente commented on pull request #57: NBPackage RPM fixes and options tidy up towards first release

2022-11-25 Thread GitBox
javierllorente commented on PR #57: URL: https://github.com/apache/netbeans-tools/pull/57#issuecomment-1327932784 Nice job cleaning :) One question: why are you using hard-coded paths instead of rpm macros? ie: /usr/bin vs %{_bindir} I also have a suggestion for a future version: sign

[GitHub] [netbeans] mbien opened a new pull request, #5009: adds a basic maven dependency updater hint.

2022-11-25 Thread GitBox
mbien opened a new pull request, #5009: URL: https://github.com/apache/netbeans/pull/5009 - marks artifacts which have a newer version available - provides a fix to bump the version - supports maven properties - ignores non-numerical versions I wasn't sure whether or not t

[GitHub] [netbeans-native-launchers] eirikbakke commented on pull request #4: Windows: Allow NetBeans to run with non-ASCII path in some cases

2022-11-25 Thread GitBox
eirikbakke commented on PR #4: URL: https://github.com/apache/netbeans-native-launchers/pull/4#issuecomment-1327994817 I did some additional work on supporting launching from paths containing arbitrary unicode characters, but it needs a bit of additional testing before I can make a PR out

[GitHub] [netbeans] trixon commented on issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

2022-11-26 Thread GitBox
trixon commented on issue #5003: URL: https://github.com/apache/netbeans/issues/5003#issuecomment-1328037196 For a) I use System.setProperty("netbeans.winsys.no_help_in_dialogs", "true"); as per https://bits.netbeans.org/dev/javadoc/org-openide-windows/architecture-summary.html -

[GitHub] [netbeans-tools] neilcsmith-net commented on pull request #57: NBPackage RPM fixes and options tidy up towards first release

2022-11-26 Thread GitBox
neilcsmith-net commented on PR #57: URL: https://github.com/apache/netbeans-tools/pull/57#issuecomment-1328040112 > One question: why are you using hard-coded paths instead of rpm macros? ie: /usr/bin vs %{_bindir} Because I had a problem with `rpmbuild` resolving `%{_libdir}` to be

[GitHub] [netbeans-tools] javierllorente commented on pull request #57: NBPackage RPM fixes and options tidy up towards first release

2022-11-26 Thread GitBox
javierllorente commented on PR #57: URL: https://github.com/apache/netbeans-tools/pull/57#issuecomment-1328093167 > Because I had a problem with rpmbuild resolving %{_libdir} to be /usr/lib64 and then complaining about missing files. The image and the /bin/netbeans file are currently built

[GitHub] [netbeans] noelma opened a new issue, #5010: Detection of syntax highlighting when using heredoc

2022-11-26 Thread GitBox
noelma opened a new issue, #5010: URL: https://github.com/apache/netbeans/issues/5010 ### Description The HereDoc syntax in PHP allows you to specify the string type. I would like Netbeans to detect the type of string and apply syntax highlighting. ### Use case/motivation

[GitHub] [netbeans-tools] neilcsmith-net commented on pull request #57: NBPackage RPM fixes and options tidy up towards first release

2022-11-26 Thread GitBox
neilcsmith-net commented on PR #57: URL: https://github.com/apache/netbeans-tools/pull/57#issuecomment-1328104349 > Having `BuildArch: noarch` should make `%{_libdir}` resolve to `/usr/lib/` ... > I have only tested the rpm without JDK That explains it then. Adding the JDK changes

[GitHub] [netbeans] korenevskiy commented on issue #4942: Add automatic closing of the menu IntelliSense.

2022-11-26 Thread GitBox
korenevskiy commented on issue #4942: URL: https://github.com/apache/netbeans/issues/4942#issuecomment-1328119776 @neilcsmith-net @junichi11 Please, I need your support. What do you think about these problems? -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [netbeans] lkishalmi commented on pull request #4985: Use Project Dictated JVM for Gradle Discovery

2022-11-26 Thread GitBox
lkishalmi commented on PR #4985: URL: https://github.com/apache/netbeans/pull/4985#issuecomment-1328150120 Well, this form is a good enough implementation, without major changes. The `GradleProjectConnection` got rid of the "compatible" connection thing, So NetBeans does not try overr

[GitHub] [netbeans] lkishalmi merged pull request #4995: #4965: Fix issues with gradle pre-6.4

2022-11-26 Thread GitBox
lkishalmi merged PR #4995: URL: https://github.com/apache/netbeans/pull/4995 -- 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...@n

[GitHub] [netbeans] lkishalmi closed issue #4965: Gradle: "Failed to retrieve project information" (Gradle 6.1.1)

2022-11-26 Thread GitBox
lkishalmi closed issue #4965: Gradle: "Failed to retrieve project information" (Gradle 6.1.1) URL: https://github.com/apache/netbeans/issues/4965 -- 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

[GitHub] [netbeans] lkishalmi merged pull request #4984: [#4865] Register JDPA and Java Compiler Output on Project level

2022-11-26 Thread GitBox
lkishalmi merged PR #4984: URL: https://github.com/apache/netbeans/pull/4984 -- 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...@n

[GitHub] [netbeans] lkishalmi closed issue #4865: Gradle: can't debug composite build

2022-11-26 Thread GitBox
lkishalmi closed issue #4865: Gradle: can't debug composite build URL: https://github.com/apache/netbeans/issues/4865 -- 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 unsubsc

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-26 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1032876028 ## enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java: ## @@ -151,8 +152,8 @@ public static File[] getDeploymentConfigurat

[GitHub] [netbeans] noelma opened a new issue, #5011: [PHP] coalescing operator is formatted as ternary operator

2022-11-27 Thread GitBox
noelma opened a new issue, #5011: URL: https://github.com/apache/netbeans/issues/5011 ### Apache NetBeans version Apache NetBeans 15 ### What happened When I format my PHP 7+ code Coalescing operators are aligned as ternary operators Currently: ![Capture d’écran

[GitHub] [netbeans] matthiasblaesing commented on pull request #4985: Use Project Dictated JVM for Gradle Discovery

2022-11-27 Thread GitBox
matthiasblaesing commented on PR #4985: URL: https://github.com/apache/netbeans/pull/4985#issuecomment-1328217773 Works for me. Build from this branch, ensured JDK 17 is active and was able to load liferay project after setting its JDK to 8. Thank you! -- This is an automated message from

[GitHub] [netbeans] noelma opened a new issue, #5012: [CSS] Color error on Pseudo-classes

2022-11-27 Thread GitBox
noelma opened a new issue, #5012: URL: https://github.com/apache/netbeans/issues/5012 ### Apache NetBeans version Apache NetBeans 15 ### What happened Syntax highlighting fails when writing complex selectors with pseudo-classes ![Capture d’écran du 2022-11-27 11-50-01

[GitHub] [netbeans] Chris2011 commented on pull request #4522: Adding inline type hint for 'var' variables

2022-11-27 Thread GitBox
Chris2011 commented on PR #4522: URL: https://github.com/apache/netbeans/pull/4522#issuecomment-1328228421 @jlahoda I can remember your implementation for virtual-text-prepend: https://github.com/apache/netbeans/pull/1247#issuecomment-504723095 so I also want to add some hints to other file

[GitHub] [netbeans] matthiasblaesing opened a new pull request, #5013: Make more hints for java available

2022-11-27 Thread GitBox
matthiasblaesing opened a new pull request, #5013: URL: https://github.com/apache/netbeans/pull/5013 There are two PRs currently bitrotting: #2785 and #4522. Both add type information to the java editor view. The type information is shown like the parameter name hint, that is already part o

[GitHub] [netbeans] matthiasblaesing commented on pull request #5013: Make more hints for java available

2022-11-27 Thread GitBox
matthiasblaesing commented on PR #5013: URL: https://github.com/apache/netbeans/pull/5013#issuecomment-1328243077 @neilcsmith-net @mbien @jtulach: What do you think? I agree, that `var` and chaining should not be abused and that code should not rely on IDE to help understanding. However the

[GitHub] [netbeans] neilcsmith-net commented on pull request #5013: Make more hints for java available

2022-11-27 Thread GitBox
neilcsmith-net commented on PR #5013: URL: https://github.com/apache/netbeans/pull/5013#issuecomment-1328260743 Good to see enablement options. My opinion on #4522 is the same as stated there - could we bring it more in line with #2785 ? Hinting method return types, like chaining, at the en

[GitHub] [netbeans] lkishalmi opened a new pull request, #5014: Fixed some Gradle introspection problems wit pre-6.1 Gradle Versions

2022-11-27 Thread GitBox
lkishalmi opened a new pull request, #5014: URL: https://github.com/apache/netbeans/pull/5014 Yet another fix, restoring some pre-6.1 Gradle Compatibility. Brief list of the changes: * `VersionNumber` -> `GradleVersion` (VersionNumber is deprecated for a while) * Also comparin

[GitHub] [netbeans] lkishalmi opened a new issue, #5015: Some Gradle Projects can't be Loaded due to NotSerializableException

2022-11-27 Thread GitBox
lkishalmi opened a new issue, #5015: URL: https://github.com/apache/netbeans/issues/5015 ### Apache NetBeans version Apache NetBeans 16 release candidate ### What happened I've tried to open the `netbeans-website/netbeans.apache.org` the IDE reports a notification that

[GitHub] [netbeans] sdedic commented on issue #5015: Some Gradle Projects can't be Loaded due to NotSerializableException

2022-11-27 Thread GitBox
sdedic commented on issue #5015: URL: https://github.com/apache/netbeans/issues/5015#issuecomment-1328301397 Will fix by tomorrow to get to the patch release. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [netbeans] mbien commented on pull request #5013: Make more hints for java available

2022-11-27 Thread GitBox
mbien commented on PR #5013: URL: https://github.com/apache/netbeans/pull/5013#issuecomment-1328321040 @matthiasblaesing I had no time to look at the code yet but having more granularity for this setting is great, +1 from me. The short version about my opinion on inline hints taken fr

[GitHub] [netbeans] matthiasblaesing commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
matthiasblaesing commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033007673 ## profiler/profiler.oql/src/org/netbeans/modules/profiler/oql/engine/api/impl/Snapshot.java: ## @@ -166,7 +166,7 @@ public Iterator getClasses() { r

[GitHub] [netbeans] lkishalmi merged pull request #5014: Fixed some Gradle introspection problems wit pre-6.1 Gradle Versions

2022-11-27 Thread GitBox
lkishalmi merged PR #5014: URL: https://github.com/apache/netbeans/pull/5014 -- 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...@n

[GitHub] [netbeans] lkishalmi opened a new pull request, #5016: #4965: Fix issues with gradle pre-6.4 (#4995)

2022-11-27 Thread GitBox
lkishalmi opened a new pull request, #5016: URL: https://github.com/apache/netbeans/pull/5016 Cherry picked from master for NB17. * Fix #4965: Avoid NPE: return null for no supplier. * Improve compatibility for Gradle < 6.4 -- This is an automated message from the Apache Git

[GitHub] [netbeans] lkishalmi opened a new pull request, #5017: Fixed some Gradle introspection problems wit pre-6.1 Gradle Versions

2022-11-27 Thread GitBox
lkishalmi opened a new pull request, #5017: URL: https://github.com/apache/netbeans/pull/5017 #5014 Cherry picked from master for NB17. -- 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 speci

[GitHub] [netbeans] lkishalmi opened a new pull request, #5018: [#4865] Register JDPA and Java Compiler Output on Project level

2022-11-27 Thread GitBox
lkishalmi opened a new pull request, #5018: URL: https://github.com/apache/netbeans/pull/5018 #4984 Cherry picked from master for NB17. -- 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

[GitHub] [netbeans] lkishalmi opened a new pull request, #5019: Upgrade version numbers for the affected modules

2022-11-27 Thread GitBox
lkishalmi opened a new pull request, #5019: URL: https://github.com/apache/netbeans/pull/5019 This is just an administrative PR updating the versions of the affected modules for NB16u1. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033112547 ## java/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/IndexElementImpl.java: ## @@ -95,7 +95,7 @@ public ColumnElement getColumn(DBIdentifier name) {

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033113320 ## profiler/profiler.oql/src/org/netbeans/modules/profiler/oql/engine/api/impl/Snapshot.java: ## @@ -166,7 +166,7 @@ public Iterator getClasses() { return

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033121258 ## enterprise/websvc.jaxwsmodel/src/org/netbeans/modules/websvc/api/jaxws/wsdlmodel/java/WsdlJavaMethod.java: ## @@ -76,15 +76,15 @@ public JavaParameter getParamet

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033132479 ## enterprise/glassfish.javaee/src/org/netbeans/modules/glassfish/javaee/RunTimeDDCatalog.java: ## @@ -239,7 +239,7 @@ public static synchronized RunTimeDDCatalog

[GitHub] [netbeans] BradWalker commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-27 Thread GitBox
BradWalker commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033144646 ## enterprise/j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/ejb/DDChangesPanel.java: ## @@ -101,12 +101,12 @@ public java.awt.Dimension getPreferredSize ()

[GitHub] [netbeans] OS4 opened a new issue, #5020: java debug asserts at start up and crashes out

2022-11-28 Thread GitBox
OS4 opened a new issue, #5020: URL: https://github.com/apache/netbeans/issues/5020 ### Apache NetBeans version Apache NetBeans latest daily build ### What happened Attempts to launch a Java debug session causes the following assert: /home/owen/.cache/netbeans/dev/e

[GitHub] [netbeans] tbw777 commented on issue #4314: Error: "Cannot be run from folder contains non-ASCII characters in path"

2022-11-28 Thread GitBox
tbw777 commented on issue #4314: URL: https://github.com/apache/netbeans/issues/4314#issuecomment-1328924731 > I suspect @tbw777 is using a Windows version that actually has a Cyrillic codepage as the default Yes, it is -- This is an automated message from the Apache Git Service. To re

[GitHub] [netbeans-website] ebarboni merged pull request #630: some fixes and regrouping for c++

2022-11-28 Thread GitBox
ebarboni merged PR #630: URL: https://github.com/apache/netbeans-website/pull/630 -- 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

[GitHub] [netbeans-tools] neilcsmith-net merged pull request #57: NBPackage RPM fixes and options tidy up towards first release

2022-11-28 Thread GitBox
neilcsmith-net merged PR #57: URL: https://github.com/apache/netbeans-tools/pull/57 -- 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-unsubs

[GitHub] [netbeans-website] BradWalker commented on pull request #630: some fixes and regrouping for c++

2022-11-28 Thread GitBox
BradWalker commented on PR #630: URL: https://github.com/apache/netbeans-website/pull/630#issuecomment-1329368961 Hey @ebarboni , does this mean that CND might be coming in soon? Please say so.. 8-) -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [netbeans] BradWalker commented on pull request #4860: Cleanup raw type Iterator warnings..

2022-11-28 Thread GitBox
BradWalker commented on PR #4860: URL: https://github.com/apache/netbeans/pull/4860#issuecomment-1329372739 Hey @mbien & @matthiasblaesing , I do very much appreciate the comments. Does it now meet with your approval? -- This is an automated message from the Apache Git Service. To r

[GitHub] [netbeans] sdedic opened a new pull request, #5021: Support directly native build plugin

2022-11-28 Thread GitBox
sdedic opened a new pull request, #5021: URL: https://github.com/apache/netbeans/pull/5021 The micronaut module supports 'nativeCompile' task indirectly - only if `io.micronaut.application` plugin was included. This PR reacts also on `org.graalvm.buildtools.native` plugin provided by GraalV

[GitHub] [netbeans] matthiasblaesing commented on a diff in pull request #4860: Cleanup raw type Iterator warnings..

2022-11-28 Thread GitBox
matthiasblaesing commented on code in PR #4860: URL: https://github.com/apache/netbeans/pull/4860#discussion_r1033922529 ## enterprise/j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/app/DDChangesPanel.java: ## @@ -101,12 +101,12 @@ public java.awt.Dimension getPreferredS

[GitHub] [netbeans] sdedic opened a new pull request, #5022: Fix Gradle/broken task dependency and serialization

2022-11-28 Thread GitBox
sdedic opened a new pull request, #5022: URL: https://github.com/apache/netbeans/pull/5022 During debugging of #5015, I've also encountered some broken task that depended on a non-existing class: so I wrapped task dependencies into `try-catch(LinkageError)`. The not serializable bug

[GitHub] [netbeans] swpalmer opened a new issue, #5023: Formatting preferences for Java contains bad sample code

2022-11-28 Thread GitBox
swpalmer opened a new issue, #5023: URL: https://github.com/apache/netbeans/issues/5023 ### Apache NetBeans version Apache NetBeans 16 release candidate ### What happened In preferences/settings under Editor, Formatting, language Java, category Spaces: The sample

[GitHub] [netbeans] PashaTurok opened a new issue, #5024: Add generics angle brackets (<>) highlighting for Java

2022-11-28 Thread GitBox
PashaTurok opened a new issue, #5024: URL: https://github.com/apache/netbeans/issues/5024 ### Description When we work with round brackets in java we can see the start and end bracket via highlighting. For example: ![Screenshot from 2021-05-27 10-33-18](https://user-images.git

[GitHub] [netbeans] noelma opened a new issue, #5025: [CSS] A warning annotation for nested CSS functions in an attribute

2022-11-28 Thread GitBox
noelma opened a new issue, #5025: URL: https://github.com/apache/netbeans/issues/5025 ### Apache NetBeans version Apache NetBeans 15 ### What happened When the `var()` function is used in a `calc()` function for the declaration of a variable there is no problem. But t

[GitHub] [netbeans] noelma opened a new issue, #5026: [PHP] Error for octal numbers with prefix in php8.1

2022-11-28 Thread GitBox
noelma opened a new issue, #5026: URL: https://github.com/apache/netbeans/issues/5026 ### Apache NetBeans version Apache NetBeans 15 ### What happened In PHP 8.1, it is possible to write octal numbers with the explicit prefix 0o. https://wiki.php.net/rfc/explicit_octa

[GitHub] [netbeans] eirikbakke opened a new pull request, #5027: [NETBEANS-1914] Fix startup problems on Windows after moving NetBeans install directory

2022-11-28 Thread GitBox
eirikbakke opened a new pull request, #5027: URL: https://github.com/apache/netbeans/pull/5027 On Windows, renaming or moving the NetBeans installation directory caused errors on startup, due to references to old paths in all-layers.dat in the cache directory. The bug did not seem to happen

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-28 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1034111025 ## java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java: ## @@ -84,17 +90,78 @@ import org.netbeans.modules.parsing.spi

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-28 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1034111025 ## java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/SemanticHighlighterBase.java: ## @@ -84,17 +90,78 @@ import org.netbeans.modules.parsing.spi

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-28 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1034123339 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsPanel.java: ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [netbeans] mbien commented on a diff in pull request #5013: Make more hints for java available

2022-11-28 Thread GitBox
mbien commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1034127427 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsPanel.java: ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [netbeans] swpalmer opened a new pull request, #5028: #5023: Formatting preferences for Java contains bad sample code

2022-11-28 Thread GitBox
swpalmer opened a new pull request, #5028: URL: https://github.com/apache/netbeans/pull/5028 Trivial fix for a misplaced closing brace. --- **^Add meaningful description above** By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -

[GitHub] [netbeans] mbien commented on pull request #5027: [NETBEANS-1914] Fix startup problems on Windows after moving NetBeans install directory

2022-11-28 Thread GitBox
mbien commented on PR #5027: URL: https://github.com/apache/netbeans/pull/5027#issuecomment-1329908368 the tests don't want absolute paths in the file. ``` at org.netbeans.core.startup.layers.CachingPreventsFileTouchesTest.assertFileDoesNotContain(CachingPreventsFileTouchesTest.ja

[GitHub] [netbeans] eirikbakke commented on pull request #5027: [NETBEANS-1914] Fix startup problems on Windows after moving NetBeans install directory

2022-11-28 Thread GitBox
eirikbakke commented on PR #5027: URL: https://github.com/apache/netbeans/pull/5027#issuecomment-1329937102 Hmm, I think that test is trying to catch the absolute paths that caused the problem in the first place (in files other than the checksum). Here was the discussion around the change t

[GitHub] [netbeans-native-launchers] eirikbakke opened a new pull request, #7: Make the Windows launcher work with Unicode paths

2022-11-28 Thread GitBox
eirikbakke opened a new pull request, #7: URL: https://github.com/apache/netbeans-native-launchers/pull/7 On Windows, the `C:\Users\` path will often contain the user's real human name. When this path contains characters outside the current "ANSI code page" (an old DOS concept that predates

[GitHub] [netbeans-native-launchers] eirikbakke commented on pull request #4: Windows: Allow NetBeans to run with non-ASCII path in some cases

2022-11-28 Thread GitBox
eirikbakke commented on PR #4: URL: https://github.com/apache/netbeans-native-launchers/pull/4#issuecomment-1329976314 There's a followup PR now at https://github.com/apache/netbeans-native-launchers/pull/7 , with a more general solution. -- This is an automated message from the Apache

[GitHub] [netbeans] eirikbakke commented on issue #4314: Error: "Cannot be run from folder contains non-ASCII characters in path"

2022-11-28 Thread GitBox
eirikbakke commented on issue #4314: URL: https://github.com/apache/netbeans/issues/4314#issuecomment-1329980689 There's an improved solution at https://github.com/apache/netbeans-native-launchers/pull/7 now, which should work for arbitrary characters without having to change Control Panel

[GitHub] [netbeans] mbien opened a new pull request, #5029: spi.java.hints: remove unused byte buddy dependency.

2022-11-28 Thread GitBox
mbien opened a new pull request, #5029: URL: https://github.com/apache/netbeans/pull/5029 should have removed it back in #3396 -- 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

[GitHub] [netbeans] tonihele commented on a diff in pull request #5004: Cleanup few remaining raw type List warnings..

2022-11-28 Thread GitBox
tonihele commented on code in PR #5004: URL: https://github.com/apache/netbeans/pull/5004#discussion_r1034367564 ## enterprise/web.core/src/org/netbeans/modules/web/core/api/JspColoringData.java: ## @@ -118,9 +118,9 @@ public void parsingStarted() { /** Incorporates new par

[GitHub] [netbeans] tonihele commented on pull request #5004: Cleanup few remaining raw type List warnings..

2022-11-28 Thread GitBox
tonihele commented on PR #5004: URL: https://github.com/apache/netbeans/pull/5004#issuecomment-1330178573 There are lot of these old Hashtables. I think they should be evaluated whether synchronization is really needed. If it is needed, changing them to ConcurrentHashMap, otherwise HashMap.

[GitHub] [netbeans] mbien commented on pull request #4984: [#4865] Register JDPA and Java Compiler Output on Project level

2022-11-29 Thread GitBox
mbien commented on PR #4984: URL: https://github.com/apache/netbeans/pull/4984#issuecomment-1330291655 @lkishalmi this PR wasn't green before merge. Its likely the one causing master to fail. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [netbeans] lbuchs opened a new issue, #5030: async method with super call: Error "Expected an operand but found super"

2022-11-29 Thread GitBox
lbuchs opened a new issue, #5030: URL: https://github.com/apache/netbeans/issues/5030 ### Apache NetBeans version Apache NetBeans 15 ### What happened Netbeans marks valid JavaScript code as invalid, when awaiting a super call in a async function. ### How to repro

[GitHub] [netbeans-native-launchers] ebarboni commented on pull request #7: Make the Windows launcher work with Unicode paths

2022-11-29 Thread GitBox
ebarboni commented on PR #7: URL: https://github.com/apache/netbeans-native-launchers/pull/7#issuecomment-1330354372 @eirikbakke @neilcsmith-net I will cancel the vote. There is no need to release launcher as this PR contains a nice fixe. @eirikbakke I'm not very fluent in the "nativ

[GitHub] [netbeans] dbalek opened a new pull request, #5031: VSCode: Hide Run Configuration panel when Java support is disabled.

2022-11-29 Thread GitBox
dbalek opened a new pull request, #5031: URL: https://github.com/apache/netbeans/pull/5031 Run Configuration panel should be hidden with Java support disabled as the corresponding `Java8+` run/debug configuration is not available. -- This is an automated message from the Apache Git Servic

[GitHub] [netbeans] qmegas opened a new issue, #5032: [JS] StackOverflowError when trying to see function declaration

2022-11-29 Thread GitBox
qmegas opened a new issue, #5032: URL: https://github.com/apache/netbeans/issues/5032 ### Apache NetBeans version Apache NetBeans 15 ### What happened That is a general error that happens to me frequently when trying to navigate to declaration while working on JS code. I

[GitHub] [netbeans] sdedic commented on pull request #4984: [#4865] Register JDPA and Java Compiler Output on Project level

2022-11-29 Thread GitBox
sdedic commented on PR #4984: URL: https://github.com/apache/netbeans/pull/4984#issuecomment-1330538302 Yup; the `JavaCompilerProcessorFactory` does not handle the case the classpath is not available in the project, which is the case of umbrella / root projects without even `java-base` plug

[GitHub] [netbeans] sdedic commented on pull request #5022: Fix #5015: Fix Gradle/broken task dependency and serialization

2022-11-29 Thread GitBox
sdedic commented on PR #5022: URL: https://github.com/apache/netbeans/pull/5022#issuecomment-1330545349 Note - the failing test is because of #4984, this PR should not have any effect on that test (negative or positive). -- This is an automated message from the Apache Git Service. To resp

[GitHub] [netbeans] sdedic commented on pull request #5006: Gradle: Support for proxy detection / autoconfiguration.

2022-11-29 Thread GitBox
sdedic commented on PR #5006: URL: https://github.com/apache/netbeans/pull/5006#issuecomment-1330548314 I would appreciate if this PR could land in NB16u1-gradle (cc: @MartinBalin) -- in NB a misconfigured proxy is bad enough, but if the vscode environment is used with several lang servers

[GitHub] [netbeans-tools] neilcsmith-net opened a new pull request, #58: Update NBPackage for 1.0-beta1 vote.

2022-11-29 Thread GitBox
neilcsmith-net opened a new pull request, #58: URL: https://github.com/apache/netbeans-tools/pull/58 Update version. Configure binary notice file. Update readme. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [netbeans-tools] neilcsmith-net merged pull request #58: Update NBPackage for 1.0-beta1 vote.

2022-11-29 Thread GitBox
neilcsmith-net merged PR #58: URL: https://github.com/apache/netbeans-tools/pull/58 -- 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-unsubs

[GitHub] [netbeans] neilcsmith-net commented on pull request #5006: Gradle: Support for proxy detection / autoconfiguration.

2022-11-29 Thread GitBox
neilcsmith-net commented on PR #5006: URL: https://github.com/apache/netbeans/pull/5006#issuecomment-1330570170 @sdedic you'll need to open a second PR, cherry picking these changes on top of `release160`, taking care of module versions if necessary. @MartinBalin I'll liaise with you

[GitHub] [netbeans] sdedic commented on pull request #5006: Gradle: Support for proxy detection / autoconfiguration.

2022-11-29 Thread GitBox
sdedic commented on PR #5006: URL: https://github.com/apache/netbeans/pull/5006#issuecomment-1330617715 @neilcsmith-net understood - but I'd like to get the code in here reviewed or sanity-checked first -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [netbeans] dbalek merged pull request #5031: VSCode: Hide Run Configuration panel when Java support is disabled.

2022-11-29 Thread GitBox
dbalek merged PR #5031: URL: https://github.com/apache/netbeans/pull/5031 -- 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...@netb

[GitHub] [netbeans-native-launchers] eirikbakke commented on pull request #7: Make the Windows launcher work with Unicode paths

2022-11-29 Thread GitBox
eirikbakke commented on PR #7: URL: https://github.com/apache/netbeans-native-launchers/pull/7#issuecomment-1331011212 Compilation is easy, actually, I just did "mvn clean install". Kudos to whoever set this up! -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [netbeans-tools] neilcsmith-net opened a new pull request, #59: Fix RPM packager recommends and increment to beta2.

2022-11-29 Thread GitBox
neilcsmith-net opened a new pull request, #59: URL: https://github.com/apache/netbeans-tools/pull/59 Fix RPM packager recommends and increment to beta2. RPM recommends should apply when runtime is *not* present. Vote attempt take two! -- This is an automated message from the Apache Git Se

[GitHub] [netbeans-tools] neilcsmith-net merged pull request #59: Fix RPM packager recommends and increment to beta2.

2022-11-29 Thread GitBox
neilcsmith-net merged PR #59: URL: https://github.com/apache/netbeans-tools/pull/59 -- 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-unsubs

[GitHub] [netbeans] sdedic commented on pull request #4985: Use Project Dictated JVM for Gradle Discovery

2022-11-29 Thread GitBox
sdedic commented on PR #4985: URL: https://github.com/apache/netbeans/pull/4985#issuecomment-1331128138 Question: should be https://github.com/apache/netbeans/pull/4985/files#diff-3c58a0a0828b9926f6fc248e3020e6552233d2abe62b93fc0481dae7701dd1feR312 this still a warning message ? -- This

[GitHub] [netbeans] eirikbakke commented on pull request #4848: Remove support for Windows 95/98/XP

2022-11-29 Thread GitBox
eirikbakke commented on PR #4848: URL: https://github.com/apache/netbeans/pull/4848#issuecomment-1331226187 Removing old code can be tricky. E.g. even though something says "WinXP", it may well mean "WinXP and after". It's probably best to leave old code untouched unless you are curre

[GitHub] [netbeans] errael commented on pull request #4985: Use Project Dictated JVM for Gradle Discovery

2022-11-29 Thread GitBox
errael commented on PR #4985: URL: https://github.com/apache/netbeans/pull/4985#issuecomment-1331231751 @sdedic > Question: should still a warning message ? I think the link is messed up. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [netbeans-website] ebarboni commented on pull request #630: some fixes and regrouping for c++

2022-11-30 Thread GitBox
ebarboni commented on PR #630: URL: https://github.com/apache/netbeans-website/pull/630#issuecomment-1331968985 @BradWalker sorry no it's just factorising and cleanup to determine missing page. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #1: migration from tools

2022-11-30 Thread GitBox
ebarboni opened a new pull request, #1: URL: https://github.com/apache/netbeans-nbpackage/pull/1 to get the history. No modification from tools -- 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

[GitHub] [netbeans] the-liquid-metal commented on issue #5010: [PHP] Detection of syntax highlighting when using heredoc

2022-11-30 Thread GitBox
the-liquid-metal commented on issue #5010: URL: https://github.com/apache/netbeans/issues/5010#issuecomment-1332548241 Lovely proposal, very useful for inline templating. I usually use phpstorm to do this, and i wish netbeans had this feature. Some considerations should be included:

[GitHub] [netbeans] matthiasblaesing commented on a diff in pull request #5013: Make more hints for java available

2022-11-30 Thread GitBox
matthiasblaesing commented on code in PR #5013: URL: https://github.com/apache/netbeans/pull/5013#discussion_r1036322367 ## java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache So

[GitHub] [netbeans] noelma opened a new issue, #5033: Invisible characters error

2022-11-30 Thread GitBox
noelma opened a new issue, #5033: URL: https://github.com/apache/netbeans/issues/5033 ### Apache NetBeans version Apache NetBeans 15 ### What happened I got an error copying this code into Netbeans: ![Capture d’écran du 2022-11-30 21-39-51](https://user-images.git

[GitHub] [netbeans] Chris2011 opened a new pull request, #5034: Fix wrong popuppath by changing order of popupPresenterFilePath strings

2022-11-30 Thread GitBox
Chris2011 opened a new pull request, #5034: URL: https://github.com/apache/netbeans/pull/5034 **^Add meaningful description above** After finding a weird context mentu entry, I started investigating what this is and here you can read more about it: https://github.com/apache/netbeans/disc

  1   2   3   4   5   6   7   8   9   10   >