aardappel / treesheets

TreeSheets : Free Form Data Organizer (see strlen.com/treesheets)
zlib License
2.5k stars 185 forks source link

Add selection cycle #613

Closed tobiolo closed 3 months ago

tobiolo commented 3 months ago

Jump to the opposite side of the grid at the grid border

aardappel commented 3 months ago

I am not sure if I'd agree this is a good feature. I very often hold down a direction key to get to the edges of a grid, so I can insert new cells there. I am not sure that being able to wrap around is more useful?

tobiolo commented 3 months ago

I am not sure if I'd agree this is a good feature. I very often hold down a direction key to get to the edges of a grid, so I can insert new cells there. I am not sure that being able to wrap around is more useful?

Well, you can still add the new cells because the grid edge needs to be first selected before a wrap can happen. Only when you are in thin selection of the edge and then press the key to "leave" the grid, then the selection is wrapped around. I can see the use case of going back and forth to the top and bottom in a long list.

aardappel commented 3 months ago

Ah I didn't understand that it worked that way from the code ;) Ok, that could be an improvement then, lets try it out!

tobiolo commented 3 months ago

Ah I didn't understand that it worked that way from the code ;)

Ok, that could be an improvement then, lets try it out!

Thanks for your reply and the merge!