This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 9d6b920 Merge Apache NetBeans 12.2-beta3 changes to master
new 32fcad7 Fix XML Schema based completion for schemas supplied by
Catalog
new 69fbca5 Fix xml.schema.completion test/implementation
new d3a28fa Merge pull request #2484 from
matthiasblaesing/bugfix-xml-schema-completion
The 4605 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:
.travis.yml | 2 +-
.../nbproject/project.properties | 34 ------
ide/xml.schema.completion/nbproject/project.xml | 17 +--
.../xml/schema/completion/RuntimeCatalogModel.java | 79 ++++++++++----
.../completion/util/CompletionContextImpl.java | 9 +-
.../completion/CatalogAbstractElementTest.java | 116 +++++++++++++++++++++
.../resources/CatalogAbstractElementChild.xsd | 41 ++++++++
.../resources/CatalogAbstractElementCompletion.xml | 27 +++++
.../resources/CatalogAbstractElementParent.xsd | 44 ++++++++
.../completion/resources/CompletionContext.xml | 29 ++++++
.../completion/util/CompletionContextImplTest.java | 56 ++++++++++
11 files changed, 384 insertions(+), 70 deletions(-)
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/CatalogAbstractElementTest.java
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/CatalogAbstractElementChild.xsd
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/CatalogAbstractElementCompletion.xml
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/CatalogAbstractElementParent.xsd
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/CompletionContext.xml
create mode 100644
ide/xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/util/CompletionContextImplTest.java
---------------------------------------------------------------------
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