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

Add support for deleting variables #180

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Add support for deleting variables #180

merged 1 commit into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Add support for deleting variables

    This is mildly cursed because it will reload the database upon deletion. For two
    reasons:
    - There are lingering bugs surrounding moving columns after changing the number
      of variables, and I don't want to deal with that right now.
    - Laziness
    
    My justification is that deleting a variable is something that will (hopefully)
    occur rarely, and occur when writing the context file for the first time while
    the database is likely to be empty-ish.
    JamesWrigley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7b38c13 View commit details
    Browse the repository at this point in the history