Closed 1to9only closed 4 years ago
Certain occasions when generating puzzles would result in showing some Original (givens) in Blue font. This mainly has to do in the way the generator engine changes the givens when hitting a snag in the generation process. I left that small bug (different from what we are mentioning here) as it is not as intrusive or troublesome
The SukakuExplainer implementation of this feature (in Grid.java) differs from Sunnie-Shine's (NewerSudokuExplainer) and 1to9only's (Sudoku16x16Explainer and others) with simple implementation in Cell.java. I had a quick look at the Grid.java implementation, and made no progress on a solution. If/When time permits, I'll take another look, but this might be in a few months time.
v1.10.4 introduced: Solved cells appear in blue font. Original (given) Solved cells appear in Black font
This works fine in GUI when clicking 'Solve step' button.
But if you select a cell and use keyboard to type in the cell value, the solved cell color remains black. This is a bug.