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 3b964b0 Merge pull request #2906 from
premek/NETBEANS-4150-libsecret-keyring-provider
new 8975a48 New from Template for NetBeans VSCode extension
new f08e2f9 Extract and show template description
new 522f48b Verify templates can be instantiated via
createFromTemplate(String) call without errors in commit validation
new 17447c4 Only use the provided parameters when they are specified
new 8b58972 Polishing descriptions, hiding non-essential templates
new 7dc2f78 Only verify the templates on JDK8
new da2bb1a Avoid usage of #if in favor of ! freemarker statement
new 904da56 Documenting templateCategory property
new c4e6146 Merge pull request #2882 from
JaroslavTulach/jtulach/NewFromTemplateForVSCode
The 5360 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:
.../src/org/netbeans/modules/css/prep/layer.xml | 2 +-
.../org/netbeans/modules/gsf/testrunner/layer.xml | 2 +-
.../gsf/testrunner/resources/description.html | 12 +-
ide/ide.kit/nbproject/project.properties | 4 +
.../modules/ide/kit/VerifySimpleTemplatesTest.java | 109 +++++++++
ide/projectuiapi/arch.xml | 8 +
.../spi/project/ui/templates/support/package.html | 2 +-
.../xml/resources/templates/emptyXML.xml.template | 14 +-
.../netbeans/modules/nbcode/integration/layer.xml | 5 +
.../nbcode/nbproject/platform.properties | 1 -
java/java.lsp.server/nbproject/project.xml | 26 +-
.../java/lsp/server/protocol/LspTemplateUI.java | 265 +++++++++++++++++++++
.../modules/java/lsp/server/protocol/Server.java | 4 +-
.../lsp/server/protocol/WorkspaceServiceImpl.java | 2 +
java/java.lsp.server/vscode/package.json | 16 ++
java/java.lsp.server/vscode/src/extension.ts | 21 ++
.../modules/java/project/ui/resources/Classes.html | 8 +-
.../org/netbeans/modules/java/JavaDataObject.java | 7 +-
.../source/resources/OverriddenMethodBody.template | 2 +-
.../junit/ui/resources/JUnit3Suite.java.template | 2 +
.../junit/ui/resources/JUnit4Suite.java.template | 2 +-
.../junit/ui/resources/JUnit5Suite.java.template | 2 +-
.../resources/templates/springXMLConfig.template | 24 +-
.../testng/ui/resources/TestNGSuite.xml.template | 8 +-
.../javafx2/project/templates/FXML_java_1.template | 2 +-
.../netbeans/modules/templates/resources/layer.xml | 1 +
.../templates/resources/templatesOther.html | 9 +-
.../resources/clientside-description.html | 12 +-
.../modules/web/clientproject/resources/layer.xml | 3 +-
29 files changed, 516 insertions(+), 59 deletions(-)
copy
java/java.project.ui/src/org/netbeans/modules/java/project/ui/resources/Classes.html
=>
ide/gsf.testrunner/src/org/netbeans/modules/gsf/testrunner/resources/description.html
(73%)
create mode 100644
ide/ide.kit/test/qa-functional/src/org/netbeans/modules/ide/kit/VerifySimpleTemplatesTest.java
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/LspTemplateUI.java
copy
java/java.project.ui/src/org/netbeans/modules/java/project/ui/resources/Classes.html
=>
platform/templates/src/org/netbeans/modules/templates/resources/templatesOther.html
(79%)
copy
java/java.project.ui/src/org/netbeans/modules/java/project/ui/resources/Classes.html
=>
webcommon/web.clientproject/src/org/netbeans/modules/web/clientproject/resources/clientside-description.html
(73%)
---------------------------------------------------------------------
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