Jimbly / regex-crossword

Implementation of a RegExp crossword.
287 stars 27 forks source link

Feature Request: Highlight the 3 affected regexes on hexagon focus #8

Closed EhsanKia closed 3 years ago

EhsanKia commented 3 years ago

Pretty self-descriptive request, bold/highlight the three regexes that touch a given cell when the cell is highlighted, tracing it manually by eye can be tricky.

offbyone commented 3 years ago

This is off by one (heh) in the top row; you can see my cursor is in the second "column" but it's the first that's being highlighted.

image