-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement More Intuitive First & Last Byte Insertion #783
Labels
data editor
Issues related to the Data Editor capability
enhancement
New feature or request
typescript
Milestone
Comments
stricklandrbls
added
enhancement
New feature or request
typescript
data editor
Issues related to the Data Editor capability
labels
Aug 15, 2023
stricklandrbls
added a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixed issue where binary display radix would still display 16 bytes per row, instead of 8. - Fixed inability to edit a "non-regular" sized file ( file size < 2 ) - Rerouted all file / viewport UI offset traversal to use toplevel `seek()` function. Closes apache#821 Closes apache#783
stricklandrbls
added a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixed issue where binary display radix would still display 16 bytes per row, instead of 8. - Fixed inability to edit a "non-regular" sized file ( file size < 2 ) - Rerouted all file / viewport UI offset traversal to use toplevel `seek()` function. Closes apache#821 Closes apache#783
stricklandrbls
added a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixed issue where binary display radix would still display 16 bytes per row, instead of 8. - Fixed inability to edit a "non-regular" sized file ( file size < 2 ) - Rerouted all file / viewport UI offset traversal to use toplevel `seek()` function. Closes apache#821 Closes apache#783
stricklandrbls
added a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixed issue where binary display radix would still display 16 bytes per row, instead of 8. - Fixed inability to edit a "non-regular" sized file ( file size < 2 ) - Rerouted all file / viewport UI offset traversal to use toplevel `seek()` function. Closes apache#821 Closes apache#783
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data editor
Issues related to the Data Editor capability
enhancement
New feature or request
typescript
Currently, in the data editor there is no "normal" way to insert a byte as the first or last byte in the displayable viewport. This is because the button overlays are injected into the wrapper position. Since there is no before or after wrapper for first and last, respectively, the user cannot use the associated buttons.
A workaround for this is to either:
The text was updated successfully, but these errors were encountered: