fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Split Hints panel into 3 different panels #860

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not only would it make sense since they have different natural orientations 
(Opening Book is vertical; Engine Analysis is horizontal), but we could make 
also make the Engine Analysis a gtk.TextView like the Annotation panel is, and 
which would allow us to easily hyperlink the moves in it so people could click 
on them directly to display the board for that move without needing the 
intermediate steps of, clicking to add the variation to the annotation panel, 
and then clicking on the variation moves in the annotation panel. Also, making 
a Textview lets us get rid of hacks like revision 4a227d6dc3d9 to make it wrap.

Original issue reported on code.google.com by mattgatto on 4 May 2014 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by mattgatto on 4 May 2014 at 9:29

GoogleCodeExporter commented 9 years ago
Agreed. The combined panel is rather difficult and inflexible now.

Original comment by gbtami on 5 May 2014 at 8:29