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/08/28 14:33:17 UTC

[GitHub] [daffodil-vscode] scholarsmate commented on issue #799: Ability to navigate to a certain bytes index

scholarsmate commented on issue #799:
URL: https://github.com/apache/daffodil-vscode/issues/799#issuecomment-1695810517

   We need to distinguish between absolute offsets and relative ones (go this many bytes forward or backward).  If the desire is to move 172 bytes forward, use +172 since 172 would indicate an absolute offset.  Of course -172 would move 172 bytes backward.  The current byte offset probably ought to have some visual indicator in the physical and logical viewports.


-- 
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