Open
Conversation
…ing pre .2 framework, and isn't a useful (actually detrimental) thing
…ndering Set compatible text rendering. It's default is false (as it was set), but first I considered setting it to true. Turns out that is (the opposite) of a good idea. But, it's encoded default is false, it can be removed. For refferences sake, at least for the moment, it's only commented out
… the stored value
Adding in a simple memory. This is utilizing a variable so you can store a specific, single value that can be recalled right at the keypad
modify event name
this makes it so the change wasn't executed manually. That's because, well, apparently my manual method caused issues
altered to use fast-prev as the name
removed the redundent code that caused some duplication upon entries
The "simple memory" I made has now been re-branded as rapid-memory. This here transfers rapid memory into the main branch
transfering in the majority of the parts into the memory, includeing some miscellaneus code and the rapid memory code
added in the list box for the memory. technically this is currently just a pointless list box, but later...
changed the name of the rapid mem variables, and added the beginings of the code for the main memory
Advanced Memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update RPN conversion to use the most recent main.