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

CharShift: Configuration plugin #1069

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

Commits on Jun 17, 2021

  1. CharShift: Transition to using a function pointer instead of overrida…

    …bles
    
    Instead of using overridable functions, use function pointers (+ setters) to
    allow changing lookups and related things. This allows a bit more flexibility,
    and makes the user sketch simpler, because there is no override necessary there.
    
    Signed-off-by: Gergely Nagy <[email protected]>
    algernon committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    f916c2c View commit details
    Browse the repository at this point in the history
  2. CharShift: WIP CharShiftConfig

    Signed-off-by: Gergely Nagy <[email protected]>
    algernon committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7d6ce8b View commit details
    Browse the repository at this point in the history
  3. CharShift: Migrate to a pluggable storage sub-class

    Signed-off-by: Gergely Nagy <[email protected]>
    algernon committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ee36ed6 View commit details
    Browse the repository at this point in the history
  4. wip: focus fix

    Signed-off-by: Gergely Nagy <[email protected]>
    algernon committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0cc060e View commit details
    Browse the repository at this point in the history