You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2023/05/16 17:19:11 UTC

[daffodil-site] branch asf-site updated: Publishing from f031aa9790e6c86d33d06175c5eebac3083294e0

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7fb0dc4  Publishing from f031aa9790e6c86d33d06175c5eebac3083294e0
7fb0dc4 is described below

commit 7fb0dc45de7af4231656ced00ce022e6d4f6a69e
Author: Apache Daffodil Site Autobuild <de...@daffodil.apache.org>
AuthorDate: Tue May 16 17:19:03 2023 +0000

    Publishing from f031aa9790e6c86d33d06175c5eebac3083294e0
---
 ...dil-Extension-for-Visual-Studio-Code-1.3.0.docx | Bin 41022519 -> 41022664 bytes
 ...dil-Extension-for-Visual-Studio-Code-1.3.0.html |   3 +++
 2 files changed, 3 insertions(+)

diff --git a/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.docx b/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.docx
index 87ad866..c7a7b3f 100644
Binary files a/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.docx and b/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.docx differ
diff --git a/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.html b/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.html
index 92f004d..2e8be54 100644
--- a/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.html
+++ b/content/docs/vscode/1.3.0/Apache-Daffodil-Extension-for-Visual-Studio-Code-1.3.0.html
@@ -96,6 +96,7 @@
 <p><strong>4.3 The data editor needs to provide a viewport for viewing data as individual bits.</strong> The viewport will render binary 1-0 display. The details of the rendering such as unit length can be modified using properties associated with the viewport.</p>
 <p><strong>4.4 The data editor needs to provide configurable rendering properties for any given representation.</strong> The UI will allow the user to view and edit viewport properties</p>
 <p><strong>4.5 The data editor needs to provide configurable endianness properties for viewport rendering.</strong> Configuring big or little endian for a viewport.</p>
+<p><strong>4.6 Ability to represent data where MSB or LSB bit can be the first bit displayed.</strong> Ability to view and edit bytes represented in binary where the most significant bit can be the first bit of the byte, or the last bit of the byte.</p>
 <h3 id="editing-edt">5. Editing (EDT)</h3>
 <p><strong>5.1 The data editor needs to implement inline editing within a viewport.</strong> The viewport will support mouse and keyboard interaction to initiate editing a value.</p>
 <p><strong>5.2 The data editor needs to default to editing in the same representation as the view.</strong> The editor will allow editing using the same viewport rendering as the representation, e.g., hex from hex, binary from binary can be represented using the native rendering logic of the viewport.</p>
@@ -168,9 +169,11 @@
 <p><strong>9.5 The IntelliSense needs to supply suggestions based on the contextual cursor position.</strong></p>
 <p><strong>9.6 The IntelliSense suggestions need to work when multiple tags are on a single line as well as when each tag is on a single line.</strong></p>
 <p><strong>9.7 IntelliSense needs to supply a closing tag when a closing tag is missing.</strong></p>
+<p><strong>9.8 IntelliSense suggestions need to work when attributes are split on multiple lines.</strong></p>
 <h3 id="dfdl-schema-syntax-colorization-syn">DFDL Schema Syntax Colorization (SYN)</h3>
 <p><strong>10.1 Provide DFDL syntax colorization.</strong></p>
 <p><strong>10.2 Matching tags within the dfdl schema need to be highlighted.</strong></p>
+<p><strong>10.3 XPath expressions embedded within dfdl schema should be highlighted.</strong></p>
 <hr />
 <h2 id="release-plan-proposed">Release Plan (Proposed)</h2>
 <p>The goal is to have these Apache Daffodil VS Code Extension capabilities released, and published to the Marketplace, optimistically by 2Q2023.</p>