This is an automated email from the ASF dual-hosted git repository.
davin pushed a change to branch
dependabot/npm_and_yarn/vscode/test-electron-2.3.4
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
from 6c94de5 Bump @vscode/test-electron from 2.1.5 to 2.3.4
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 43fc780 Resolves Svelte Debug Src Minification
add cc7c645 Use jsonc-parser instead of JSON.parse for files
add 57d3be2 Cleaning Data Editor Legacy Code
add 75c3427 Support JDK 17 + JAXB reflection at runtime.
add bb2d3c3 Overload DAPSession.abort to log Throwable.
add efb9d4b Add dfdl:element to list of suggestions for
xs:element/annotation/appinfo
add 845cbf9 profile graph can be in linear or log scale
add 1a4064d Add missing deps to LICENSE
add dadddb8 Fix Button Collapse Bug
add dc09b8c Implement Byte Insertion Keybinds Hotfix
add 124464a use lowercase for hex
add f3e877c Fixed Issue Of No/Incorrect Displayable Tooltips
add 25d9f1f Fix File/Viewport Navigation Issue
add af689c7 Fixed Multiple Data Editor Editing / Display Items
add 8a62c47 Bump version to 1.3.1, in prep for a release canidate.
add 1833bf0 Fix Issue of Byte Value 0 to Display Null
add 2ea8aea upgrade to Ωedit™ v0.9.73
add 4e28136 fix yarn.lock so it correctly matches the deps in package.json
add ba9b6a5 Merge branch 'main' into
dependabot/npm_and_yarn/vscode/test-electron-2.3.4
No new revisions were added by this update.
Summary of changes:
.github/workflows/CI.yml | 2 +-
LICENSE | 251 +++++++-
NOTICE | 2 +-
README.md | 4 +
build.sbt | 14 +-
build/package/LICENSE | 504 +++++++++++++++-
build/package/NONOTICE | 8 +
build/package/NOTICE | 71 ++-
debugger/src/main/resources/bindings.xjb | 6 +
.../org.apache.daffodil.debugger.dap/DAPodil.scala | 6 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 25 +-
.../org.apache.daffodil.debugger/ParseSuite.scala | 8 +-
.../scala/org.apache.daffodil.tdml/TDMLSuite.scala | 4 +-
package.json | 60 +-
project/Rat.scala | 6 +
src/adapter/activateDaffodilDebug.ts | 8 +-
src/adapter/daffodilDebug.ts | 5 +-
src/daffodilDebugger/daffodil.ts | 3 +-
src/daffodilDebugger/debugger.ts | 67 +--
src/daffodilDebugger/utils.ts | 68 ++-
src/dataEditor/dataEditorClient.ts | 127 ++--
src/dataEditor/demos/demo-highlight_overlays.html | 2 +-
src/dataEditor/demos/demo-infinite_scrolling.html | 2 +-
src/infoset.ts | 2 +-
src/language/providers/attributeCompletion.ts | 150 ++++-
src/language/providers/elementCompletion.ts | 179 +++++-
.../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 | 11 +-
.../DataDisplays/CustomByteDisplay/BinaryData.ts | 146 ++---
.../CustomByteDisplay/DataLineFeed.svelte | 228 ++++---
.../CustomByteDisplay/DataValue.svelte | 30 +-
.../FileTraversalIndicator.svelte | 21 +-
.../CustomByteDisplay/SelectedByteEdit.svelte | 145 +++--
.../components/DataDisplays/DataViewports.svelte | 82 +--
.../DataDisplays/Fieldsets/ContentControls.svelte | 20 +-
.../DataDisplays/Fieldsets/DataView.svelte | 6 +-
.../DataDisplays/Header/DisplayHeader.svelte | 19 +-
...yteFrequencyGraph.svelte => DataMetrics.svelte} | 165 +++--
.../src/components/Editors/DataEditor.svelte | 17 +-
src/svelte/src/components/Header/Header.svelte | 40 +-
.../components/Header/fieldsets/FileMetrics.svelte | 13 +-
.../src/components/Header/fieldsets/FileMetrics.ts | 4 +-
.../Header/fieldsets/SearchReplace.svelte | 44 +-
.../components/Header/fieldsets/SearchReplace.ts | 58 +-
.../components/Header/fieldsets/Settings.svelte | 10 +-
.../src/components/Inputs/Buttons/Button.svelte | 58 +-
.../Inputs/Buttons/ToggleableButton.svelte | 4 +-
src/svelte/src/components/Main.svelte | 4 +-
.../components/ServerMetrics/ServerMetrics.svelte | 43 +-
src/svelte/src/components/dataEditor.svelte | 222 +++----
src/svelte/src/components/layouts/Tooltip.svelte | 33 +-
src/svelte/src/stores/configuration.ts | 7 +-
src/svelte/src/stores/index.ts | 230 ++++---
src/svelte/src/utilities/display.ts | 57 +-
src/svelte/src/utilities/elementKeypressEvents.ts | 63 ++
src/svelte/src/utilities/enterKeypressEvents.ts | 44 --
src/svelte/src/utilities/highlights.ts | 26 +-
src/svelte/src/utilities/message.ts | 8 +-
src/tests/suite/dataEditor.test.ts | 5 +-
src/tests/suite/language/items.test.ts | 48 +-
src/tests/suite/version.test.ts | 3 +-
src/utils.ts | 5 +-
webpack/ext-dev.webpack.config.js | 3 +-
webpack/ext-package.webpack.config.js | 7 +-
yarn.lock | 664 ++++++++++-----------
76 files changed, 3105 insertions(+), 1732 deletions(-)
rename src/svelte/src/components/DataMetrics/{ByteFrequencyGraph.svelte =>
DataMetrics.svelte} (75%)
create mode 100644 src/svelte/src/utilities/elementKeypressEvents.ts
delete mode 100644 src/svelte/src/utilities/enterKeypressEvents.ts