You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently been working on a few puzzles that are supposed to be solved multiple different ways, or which are just very tiny variations on the same pattern. It would be super useful if it were possible to edit multiple grids at the same time in setter mode, a) to save some work when copying changes to all grids, b) to make sure they're actually the same and I don't make any mistakes during the copying.
A slightly more generalised (and maybe also easier?) way to implement this might be an option that repeats all edits at some offsets from the cursor position. That way it could easily be turned off to add differences to the grids as well.
Here is an example of the kind of thing this would help with (the puzzle is a bit broken, but you get the idea): https://tinyurl.com/y89vc32d
The text was updated successfully, but these errors were encountered:
@m-ender Thanks for the feedback. But I am not sure if I see much value in that effort. 1) For one it's a rare application 2) If there was a way which I don't know how but let's assume there is a way to do it, a) To define multi cursors you would need to constantly click on those multiple cursors which are the same as just drawing the line itself and defeats the purpose. 2) Another option as you said to define the ability to define multiple offsets, it would make a bit of a mess of undo/redo as you would constantly switch this feature on/off between solution and setting and it would take more effort to verify if some things are getting drawn correctly in all grids or erased correctly. Said that I will keep this feature on my to-do for future implementation.
I was thinking this feature would only apply to the problem setting mode and solution mode would ignore it, as I don't see any use for this when solving problems.
I've recently been working on a few puzzles that are supposed to be solved multiple different ways, or which are just very tiny variations on the same pattern. It would be super useful if it were possible to edit multiple grids at the same time in setter mode, a) to save some work when copying changes to all grids, b) to make sure they're actually the same and I don't make any mistakes during the copying.
A slightly more generalised (and maybe also easier?) way to implement this might be an option that repeats all edits at some offsets from the cursor position. That way it could easily be turned off to add differences to the grids as well.
Here is an example of the kind of thing this would help with (the puzzle is a bit broken, but you get the idea): https://tinyurl.com/y89vc32d
The text was updated successfully, but these errors were encountered: