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

Multi-colored cells #62

Open
billbauman opened this issue Nov 28, 2024 · 1 comment
Open

Multi-colored cells #62

billbauman opened this issue Nov 28, 2024 · 1 comment

Comments

@billbauman
Copy link

Could you add the ability to maybe ctrl-shift click or something like that to multi-color a cell instead of changing it from one monochrome selection to another? That was I could have like 6 is red, and 7 is orange, so I could red/orange a cell and know it's only one of those two options.

@JJK96
Copy link

JJK96 commented Mar 2, 2025

I'm working on this. No guarantees on when a PR is ready 😉. You can view the progress in my fork: https://github.com/JJK96/sudoku-web-app. Current status: highlighting of pencilmarks is implemented. The color can be selected in the color picker by holding down a color. Then the color can be applied to a pencilmark using the pencilmarks tab.

TODO:

  • Implement highlighting of pencilmarks instead of cells
    • SImple marks
    • Inner/outer marks
  • Fix highlighting of full cells which I broke somehow
  • Implement user interface (VirtualKeyboard) to select the color of the next pencilmark
  • Fix touch (notes are highlighted black by default and hold does not work)
  • Make button hold duration a setting
  • Test if nothing else is broken

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

No branches or pull requests

2 participants