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

More flexible solution character handling. #195

Merged
merged 1 commit into from
Aug 13, 2022

Commits on Jul 29, 2022

  1. More flexible solution character handling.

    - Permit "*" as a valid grid character. While Across Lite doesn't
    support it, other formats do. It can't be entered directly (since it is
    bound as the shortcut for circling/uncircling a letter to match Across
    Lite), but it can be entered as a rebus.
    
    - When setting square text or solutions, never set the empty string,
    even if ToGrid returns one (due to an invalid character, namely a black
    square (".") or the symbol indicator ("[")). This ensures that bounds
    checks pass in HasSolutionRebus.
    
    See mrichards42#185
    jpd236 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    579b450 View commit details
    Browse the repository at this point in the history