Pascal Georges wrote:

Hello!

<ducking> If I may ... </ducking> ;)

>     Two observations form the PGN window:
> 
>     - Is it a bug or a feature that all commentary gets enclosed
>       in {} if I check the "Strip out coloured square/arrow
>       codes"?
> 
> Fixed.

Almost perfect. I admit, I (want to) missuse the feature.
The function works by stripping something like "\[%.*\]",
that is it is sensible to e.g. technical comments like
[%ccsnt 2008.08.23,20:19]. Perfect!

However, if the game comment is _just_ something like the
above and you strip it off, this results in 4 empty lines.
Two lines for the spacing before the comment, one after the
comment plus the line of the stripped comment as well. Thats
quite a space, e.g.

----------------------------------------------------------------------
    1.    Nf3             Nf6




    2.    g3              e6




    3.    Bg2




    3.    ...            d5
----------------------------------------------------------------------

and so on. (Don't ask me why it splits Move 3 into two half
moves.) Ideally the above would display like:

----------------------------------------------------------------------
    1.    Nf3             Nf6
    2.    g3              e6
    3.    Bg2             d5
----------------------------------------------------------------------

(Probably with the usual additional spacing in column mode,
that is a matter of taste, indeed.)

If there is another comment I think it should display as

----------------------------------------------------------------------
    1.    Nf3             Nf6

       Here comes the comment, probably using several lines
       and maybe even with a variation

       ( 1...d5 )

    2.    g3              e6
    3.    Bg2             d5
----------------------------------------------------------------------

-- 

Kind regards,                /                 War is Peace.
                             |            Freedom is Slavery.
Alexander Wagner            |         Ignorance is Strength.
                             |
                             | Theory     : G. Orwell, "1984"
                            /  In practice:   USA, since 2001

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to