bernds / q5Go

A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
GNU General Public License v2.0
173 stars 28 forks source link

Feature request: add numbers on stones starting from 1 in variations #68

Closed Trevoke closed 2 years ago

Trevoke commented 2 years ago

An option to toggle whether a variation shows completely normally or with numbers (so that you can see visually where divergence from the main tree is and track it sequentially) would be nice!

bernds commented 2 years ago

I'm not sure what you mean. The variations I can think of, in analysis, are shown with numbers. Could you explain in more detail what you have in mind?

Trevoke commented 2 years ago

Sure! Here's two screenshots. The first is of the main branch, the second is of a variation branch. I think it would be nice if the moves from the variation branches had numbers on them. In this particular case, this is the third move of the variation, so numbers 1, 2, and 3 would be on respective stones.

image

image

bernds commented 2 years ago

You can already number the moves in the View menu. I've added a prefs option to control how it behaves for variations off the main line.

bernds commented 2 years ago

I've come up with an alternative which is probably nicer. You can try it out on the alternative-numbering branch. I suspect I'll switch it over, but if you have input it would be useful.

Trevoke commented 2 years ago

I'll take a look at both today (I haven't had any time in the past two weeks, sorry).

On Sat, Jun 25, 2022 at 9:16 AM Bernd Schmidt @.***> wrote:

I've come up with an alternative which is probably nicer. You can try it out on the alternative-numbering branch. I suspect I'll switch it over, but if you have input it would be useful.

— Reply to this email directly, view it on GitHub https://github.com/bernds/q5Go/issues/68#issuecomment-1166283070, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQSSM6MSTFYTVSQLR7BRLVQ4BD5ANCNFSM5ZFE62VQ . You are receiving this because you authored the thread.Message ID: @.***>

Trevoke commented 2 years ago

If I built the correct thing, I have two options, short and long, but I can't understand what should be different between the two of them. It looks like they both show the same thing, I went as far as 30 moves down a variation in case it only showed the last ten moves or something, but nothing. What am I missing?

bernds commented 2 years ago

It's for when variations branch off of variations. It chooses different starting points in that case.