Re: [Scid-users] Strange format in pgn window

2011-02-01 Thread Alexander Wagner
On 01/31/11 23:30, Joost 't Hart wrote: Hi! > 10. h3 e6 {comment} ( 10... 0-0-0 ) > > With your patch, a blank line is inserted between the comment and the > variation (if you enable "indent variations" as well). The > "modification" was there to remove this blank line. Yes. I may add that the f

Re: [Scid-users] Strange format in pgn window

2011-02-01 Thread Joost 't Hart
users@lists.sourceforge.net Betreff: Re: [Scid-users] Strange format in pgn window On 01/31/2011 11:30 PM, Joost 't Hart wrote: On 01/31/2011 11:10 PM, Gerd Lorscheid wrote: Hi! Ah, now (after testing myself) I remember it. Sorry for the wrong-footing: The spurious blanks ar

Re: [Scid-users] Strange format in pgn window

2011-01-31 Thread Joost 't Hart
rt [mailto:joost.t.h...@planet.nl] *Gesendet:* Montag, 31. Januar 2011 22:53 *An:* Gerd Lorscheid *Cc:* scid-users@lists.sourceforge.net *Betreff:* Re: [Scid-users] Strange format in pgn window On 01/31/2011 10:31 PM, Gerd Lorscheid wrote: Hi, Hello, the if condition in the following p

Re: [Scid-users] Strange format in pgn window

2011-01-31 Thread Joost 't Hart
involved. Gerd *Von:*Joost 't Hart [mailto:joost.t.h...@planet.nl] *Gesendet:* Montag, 31. Januar 2011 22:53 *An:* Gerd Lorscheid *Cc:* scid-users@lists.sourceforge.net *Betreff:* Re: [Scid-users] Strange format in pgn window On 01/31/2011 10:31 PM, Gerd Lorscheid wrote: Hi,

Re: [Scid-users] Strange format in pgn window

2011-01-31 Thread Gerd Lorscheid
_INDENT_COMMENTS, so Latex is not involved. Gerd Von: Joost 't Hart [mailto:joost.t.h...@planet.nl] Gesendet: Montag, 31. Januar 2011 22:53 An: Gerd Lorscheid Cc: scid-users@lists.sourceforge.net Betreff: Re: [Scid-users] Strange format in pgn window On 01/31/2011 10:31

Re: [Scid-users] Strange format in pgn window

2011-01-31 Thread Joost 't Hart
On 01/31/2011 10:31 PM, Gerd Lorscheid wrote: Hi, Hello, the if condition in the following piece of code in game.cpp // Modification to remove extra lines if (CurrentPos->GetToMove() == WHITE) tb->PrintString (

[Scid-users] Strange format in pgn window

2011-01-31 Thread Gerd Lorscheid
Hello, the if condition in the following piece of code in game.cpp // Modification to remove extra lines if (CurrentPos->GetToMove() == WHITE) tb->PrintString (""); has the following really unique format