You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "scholarsmate (via GitHub)" <gi...@apache.org> on 2023/03/23 15:09:49 UTC

[GitHub] [daffodil-vscode] scholarsmate opened a new issue, #519: Edit View to use HTML textarea instead of editable div

scholarsmate opened a new issue, #519:
URL: https://github.com/apache/daffodil-vscode/issues/519

   Since we don't need to highlight bytes in the Edit View from the Data View (which is why we selected an editable div instead of a textarea), we should use a textarea because it preserves things like whitespace and newlines.  It also sets us up later to replace the textarea with something more feature rich, like CodeMirror, without too much trouble.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell closed issue #519: Edit View to use HTML textarea instead of editable div

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #519: Edit View to use HTML textarea instead of editable div
URL: https://github.com/apache/daffodil-vscode/issues/519


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org