GNOME Bugzilla – Bug 734724
Maybe highlighter should be optional
Last modified: 2014-11-10 21:36:31 UTC
I really like the highlighter feature when playing with the keyboard, but when playing with the mouse (which I guess most users will do) I think it just gets in the way. I'm starting to think this should be a preference after all, and default to off.
Created attachment 283311 [details] Screenshot showing higlighter and fixed cell colors Okay. and talking about the highlighter, we also need to finalize the colors. Allan, right now we use a light shade of gray to highlight cells, and dark gray background for fixed cells (screenshot attached). Do these colors need tweaking ?
Created attachment 290378 [details] [review] My proposed patch to implement this.
Review of attachment 290378 [details] [review]: Looks good, thanks! ::: data/gnome-sudoku-menu.ui @@ +26,3 @@ <section> <item> + <attribute name="label" translatable="yes">_Highlighter</attribute> These underscores aren't actually used for accelerators as far as I can tell, but if they were you wouldn't want two on the same letter (it clashes with Help). So I'm going to move this to a different letter before I push.