Open soulne4ny opened 11 years ago
$ git push -f origin field-highlight
Counting objects: 53, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (22/22), done.
Writing objects: 100% (36/36), 3.31 KiB, done.
Total 36 (delta 18), reused 0 (delta 0)
To git@github.com:yarcat/chemistry-lines.git
+ 676be1e...ae4785b field-highlight -> field-highlight (forced update)
$ git push -f origin field-highlight Counting objects: 51, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (32/32), 3.81 KiB, done.
Total 32 (delta 13), reused 0 (delta 0)
To git@github.com:yarcat/chemistry-lines.git
+ 0b4b9d1...5e2a64a field-highlight -> field-highlight (forced update)
Currently it look like this:
Empty highlighted cells are not highlighted intensively, but they are %)
I thought about more acid coloring e.g. acid green or pink or purple. But it looks good anyways, as it already hints quite a bit On Dec 20, 2012 2:52 AM, "Alexey Luchko" notifications@github.com wrote:
TODO(luch): refresh field on highlight change.
— Reply to this email directly or view it on GitHubhttps://github.com/yarcat/chemistry-lines/issues/75#issuecomment-11557270.
SelectionInView
should provide callback on source and destination cells change.Path.evaluate()
for the purpose.