jeremypw / gnonograms

Nonograms puzzle game written in Vala.
GNU General Public License v3.0
12 stars 7 forks source link

For larger puzzles, it is difficult to count the length of blocks. #15

Open jeremypw opened 6 years ago

jeremypw commented 6 years ago

It would help to have a tool tip or other means to measure the length of the block(s) the cursor is on or the pointer is hovering.

jeremypw commented 6 years ago

I tried adding a tooltip to the cursor displaying the info but decided it was too distracting. Perhaps a status bar - but I do not think this accords with elementary design principles.

freaktechnik commented 6 years ago

what about making it some kind of toggleable mode? Where you can select horizontal/vertical block sizes to be displayed?

jeremypw commented 6 years ago

Yeah, maybe some kind of popup linked to a hotkey. I have a trial branch which makes the grid scrollable intended to make larger puzzles easier to manipulate