JeremyYao commented on issue #1015:
URL:
https://github.com/apache/daffodil-vscode/issues/1015#issuecomment-2769922039
On Friday, had a discussion with @scholarsmate regarding this issue. I was
able to demo the issue and we traced the issue to the following lines in
`dataEditorClient.ts` (ln 793 - 796).
```TypeScript
await sendViewportRefresh(
panel,
await modifyViewport(viewportId, startOffset, VIEWPORT_CAPACITY_MAX)
)
```
We believe it may be worth looking into
https://github.com/ctc-oss/omega-edit and trying to add test cases that
replicate the consistent setups.
@stricklandrbls , in our discussion, it was mentioned you contributed to the
GUI aspects of the data editor (highlighting if I recall correctly). Do you
have any insights or pointers regarding adressing this issue?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]