>
>From there you can use Search->Header or Search->Pattern to find games that 
>match white to move or whatever.
>


The only way i can think of finding games with side-to-move, is doing a 
general/header search with

1. Flags->Non Standard Start
2. PGN contains text " b " (or " w " for white to move first)
    which matches the side to move field in the FEN

Except there's a problem with this second criteria...

Scid trims space from the search, making the  search for " b " actually look 
search for "b".
So you'll have to edit scid.gui (or header.tcl)
and change this line
  set temp [string trim $sPgntext($i)]
to 

  set temp $sPgntext($i)

I've removed this "string trim" command from Scid vs. PC subversion - as white 
space can be a very handy tool for searching, as this example shows.


.... But perhaps there's another/proper way of filtering games with 
(non-standard starts) and black/white to move ?

Steven

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to