This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/vscode/debugadapter-1.61.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 07c3175 Bump @vscode/debugadapter from 1.59.0 to 1.61.0
add 8a1d690 - add missing element items xs:pattern, xs:totalDigits,
xs:fractionDigits, dfdl:property - add missing xs:restriction child elements -
add missing dfdl:escapeScheme element and the escapeScheme attributes - add
missing dfdl:newVariableInstance element - add additional missing dfdl:format
attributes - add a preceeding space if missing when auto completing an
attribute - add additional missing attributes - add a space after inserting an
attribute if missing - add getAnnota [...]
add 18d5f4d V1.3.1 RC1 Hotfix: Search Result Highlighting - Fixed data
editor issue where search results would not properly highlight if within the
current viewport data.
add 16ea13e Update packaging to bundle the fonts and icons (.woff2 files)
add ca6171c Fix program and data commands issue
add 2ae8173 Data Editor Multiple Shakedown Hotfixes
add 773bc95 Fix issue of duplicate descriptions for different views.
add 43672e8 Fix DeltaXML Licensing
add ca93690 Data Editor File Traversal onclick Hotfix
add 4d67afa Fixes Editor Encoding Affecting Search Results
add f30a12f - Add dfdl:property to suggestions for dfdl:element and
dfdl:simpleType - refine group element attribute suggestions
add 3b2a593 fix the header min/max button icons
add 304d17a use not-allowed cursor if a selection is made or onclick
disabled
add 9929a5d Fix issue where functionality was missing when using
useExistingServer
add 45306d6 Upgrade Daffodil from 3.4.0 to 3.5.0.
add 3355e66 Implemented Selection Indicators For Data Editor
add 578673e rename commit to apply
add f0440ac Add missing dependencies to LICENSE, NOTICE and NONOTICE.
add 9488e37 Bump @vscode/debugadapter from 1.59.0 to 1.61.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (07c3175)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/vscode/debugadapter-1.61.0 (9488e37)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
LICENSE | 251 ++++++++++++--
NOTICE | 2 +-
README.md | 4 +
build.sbt | 3 +-
build/package/LICENSE | 373 ++++++++++++++++++++-
build/package/NONOTICE | 8 +
build/package/NOTICE | 71 ++--
debugger/src/main/resources/bindings.xjb | 6 +
.../org.apache.daffodil.debugger.dap/Parse.scala | 25 +-
package.json | 14 +-
project/Rat.scala | 6 +
src/adapter/activateDaffodilDebug.ts | 8 +-
src/daffodilDebugger/debugger.ts | 67 ++--
src/daffodilDebugger/utils.ts | 2 +-
src/dataEditor/dataEditorClient.ts | 11 +-
src/language/providers/attributeCompletion.ts | 150 +++++++--
src/language/providers/elementCompletion.ts | 178 ++++++++--
.../providers/intellisense/attributeItems.ts | 320 +++++++++++++-----
.../providers/intellisense/attributeValueItems.ts | 120 ++++++-
src/language/providers/intellisense/commonItems.ts | 2 +-
.../providers/intellisense/elementItems.ts | 72 +++-
src/language/providers/utils.ts | 6 +-
src/language/semantics/dfdlExt.ts | 20 +-
src/language/semantics/documentChangeHandler.ts | 20 +-
src/language/semantics/functionData.ts | 20 +-
.../semantics/xPathDocumentChangeHandler.ts | 20 +-
src/language/semantics/xpLexer.ts | 20 +-
src/language/semantics/xslLexer.ts | 20 +-
src/language/semantics/xsltTokenDiagnostics.ts | 20 +-
src/launchWizard/launchWizard.ts | 4 +-
.../CustomByteDisplay/DataLineFeed.svelte | 17 +-
.../CustomByteDisplay/DataValue.svelte | 20 +-
.../FileTraversalIndicator.svelte | 16 +-
.../CustomByteDisplay/SelectedByteEdit.svelte | 24 +-
.../components/DataDisplays/DataViewports.svelte | 2 +-
.../DataDisplays/Fieldsets/ContentControls.svelte | 18 +-
.../DataDisplays/Fieldsets/DataView.svelte | 2 +-
.../DataDisplays/Header/DisplayHeader.svelte | 10 +-
.../DataMetrics/ByteFrequencyGraph.svelte | 69 ++--
.../src/components/Editors/DataEditor.svelte | 4 +-
src/svelte/src/components/Header/Header.svelte | 12 +-
.../components/Header/fieldsets/FileMetrics.svelte | 6 +-
.../Header/fieldsets/SearchReplace.svelte | 28 +-
src/svelte/src/components/Main.svelte | 4 +-
src/svelte/src/components/dataEditor.svelte | 12 +-
src/svelte/src/stores/index.ts | 10 +-
src/svelte/src/utilities/highlights.ts | 22 +-
src/svelte/src/utilities/message.ts | 8 +-
src/tests/suite/language/items.test.ts | 48 ++-
webpack/ext-package.webpack.config.js | 4 +-
50 files changed, 1691 insertions(+), 488 deletions(-)