Skip to content
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

Overhaul of internals to support masked chars and multi-line code quotes in raw mode #44

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jmonroynieto
Copy link

Addresses #42 and #11

The aim of this change is to support code-typing texts using the quote function.

This commit changes the previous rendering workflow to one that only runs changes in the necessary words when there is a render-worthy event. Now the screen uses cells extensively which have been extended to contain format metadata. This simplifies styling since each cell knows what it should look like in any given state.

The comparison scheme is changed to a new set of strings in the evaluation where "typed" is compared to "rubric" but rendering and cursor placement are based on "text" which may contain masking characters.

An additional color option for masking characters that represent whitespace was necessary. The program now finds a suitable option derived from the theme.
Some of the changes aim to improve readability and update deprecated dependencies.

99% of functionality works fine. Styling and backspace in masked characters in raw mode are still wonky in some cases. See debugConfig branch in my fork to check out the tests that I was running for this.

The aim of this change is to support code typing texts using the quote
function.

This commit changes the previous rendering workflow to one that only
runs changes in the necesary words when there is a render-worthy event.
Now the screen uses cells extensively which have been extended to
contain format metadata. The tracking is changed to a new set of strings
in the evaluatio where "typed" is compared to "rubric" but rendering and
cursor placement are based on "text" which can contain masked characters.

99% of functionality works fine. Styling and backspace in masked
characters in raw mode is still wonky.

Further details in PR
@jmonroynieto jmonroynieto marked this pull request as draft September 9, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant