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 681aa76567 Merge pull request #7021 from mbien/better-dep-checker
add 4290a3d300 DiffView: delegate mouse scroll events from lines bar to
editor.
add 0c7c18d45a Merge pull request #7009 from mbien/diff-scroll-fix_delivery
add dc24f4176e Update the mx suite parsing to work with sources of GraalVM
version 23.1.0.
add 9c1f1e4c21 Merge pull request #7013 from entlicher/GraalSdkParseFix
add 362690d44d Ensure Gradle new project picks up latest Gradle version
for wrapper where intended.
add 94eb34f1ec Merge pull request #7029 from
neilcsmith-net/wizard-wrapper-init
add 41afde955c Update Gradle Tooling API to 8.6
add 1ebbb7ef1f Merge pull request #6926 from
lkishalmi/gradle-tooling-api-8.6-rc-1
add 601f80f394 #7018: Avoid NPE on null properties (compatibility)
add 7b68d221ca Merge pull request #7033 from
sdedic/maven/loadproject-npe-properties
add e9ef873c0b Unable to open Preview Design window on Mac OS X and Windows
add 8a08acc74a Merge pull request #7026 from
brunogptavares/unable-to-open-preview-design-window
add b559ead9ad Re-enable debug/line information into gradle tooling plugin
add 80b2d73899 Use just shell-permitted characters in debug env vars
add 1ad003c9e7 Merge pull request #7038 from
sdedic/sdedic/fix-gradle-nbls-debugging
add 41e0e1a272 Prevent `ParseException` when CC is run on the EOF
add 63178442af Merge pull request #7042 from
junichi11/php-prevent-parse-exception
new f60ecd2c86 Merge pull request #7016 from apache/delivery
The 1 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:
.github/workflows/main.yml | 2 --
extide/gradle/netbeans-gradle-tooling/build.gradle | 1 +
extide/gradle/netbeans-gradle-tooling/build.xml | 2 +-
.../api/execute/GradleDistributionManager.java | 7 ++--
.../gradle/spi/newproject/TemplateOperation.java | 13 ++++++--
extide/libs.gradle/external/binaries-list | 2 +-
...ense.txt => gradle-tooling-api-8.6-license.txt} | 4 +--
...otice.txt => gradle-tooling-api-8.6-notice.txt} | 4 +--
extide/libs.gradle/nbproject/project.properties | 2 +-
extide/libs.gradle/nbproject/project.xml | 2 +-
.../visualizer/editable/DiffContentPanel.java | 18 ++++++++--
.../newproject/SimpleApplicationProjectWizard.java | 6 ++--
java/java.lsp.server/vscode/src/nbcode.ts | 4 +--
java/java.lsp.server/vscode/src/test/runTest.ts | 2 +-
.../modules/java/mx/project/suitepy/Parse.java | 9 ++---
.../modules/java/mx/project/CoreSuiteTest.java | 3 +-
.../modules/java/mx/project/SdkSuiteTest.java | 39 ++++++++++++----------
.../netbeans/modules/maven/NbMavenProjectImpl.java | 7 ++--
nbbuild/jms-config/desktop.flags | 2 ++
.../editor/completion/CompletionContextFinder.java | 3 +-
.../php/editor/completion/PHPCodeCompletion.java | 3 ++
.../testParseException/testParseException.php | 31 +++--------------
...arseException.php.testParseException.completion | 4 +++
.../editor/completion/PHP80CodeCompletionTest.java | 8 +++++
24 files changed, 102 insertions(+), 76 deletions(-)
rename extide/libs.gradle/external/{gradle-tooling-api-8.4-license.txt =>
gradle-tooling-api-8.6-license.txt} (99%)
rename extide/libs.gradle/external/{gradle-tooling-api-8.4-notice.txt =>
gradle-tooling-api-8.6-notice.txt} (73%)
copy extide/gradle/netbeans-gradle-tooling/build.gradle =>
php/php.editor/test/unit/data/testfiles/completion/lib/php80/testParseException/testParseException.php
(56%)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/php80/testParseException/testParseException.php.testParseException.completion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists