Thread: [Scidvspc-users] Bug in PGN-export with language not equal English
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Frank W. <fr...@gm...> - 2014-01-26 20:46:07
|
Hi stevenaaus, thanks a lot for your great SCID-fork. Now playing chess makes fun on Linux as well. However, I think I found a nasty bug in the pgn export. I changed language to German: Therefore the notation also switched into german language ==> ok. But the pgn also gets saved that way and the file cannot opened any more, because that's not the pgn standard. :-( Example: A) English Language works perfect 1.) Open ScidvsPC 2.) play moves 1.e4 e5 2.Nc3 Bb4 3.) save as pgn (menue: file->save pgn) ==> ok 4.) open that file again ==> ok B) Bug in Language German (and maybe others as well) 1.) Open ScidvsPC 2.) play moves 1.e4 e5 2.Nc3 Bb4 3.) save as pgn (menue: file->save pgn) ==> file gets saved in "german" notation = 1.e4 e5 2.Sc3 Lb4 4.) ==> this file cannot be opened any more I'm working with the latest version 4.11. I don't know if this error crept in with that version or even existed in earlier versions. Could you check please? Thanks again for your great work here, Frank |
From: Steve A <ste...@gm...> - 2014-01-27 00:16:10
|
Hmmm.... This is longstanding behaviour, but is probably undesirable, and is now fixed in svn. Windows users can make this change to scid.gui (add the two lines with a '+') if they care to test. cheers, Steven } else { ### This currently only saves a single game, ### ... possibily/easily overwriting a multiple game pgn file S.A + setLanguageTemp E puts $tempfile \ [sc_game pgn -width 75 -symbols $::pgn::symbolicNags \ -indentVar $::pgn::indentVars -indentCom $::pgn::indentComments \ -space $::pgn::moveNumberSpaces -format plain -column $::pgn::columnFormat \ -markCodes $::pgn::stripMarks -stripbraces 1] close $tempfile + setLanguageTemp $::language ::recentFiles::add $fname set ::initialDir(file) [file tail $fname] updateMenuStates On Mon, Jan 27, 2014 at 6:46 AM, Frank Wohlfahrt <fr...@gm...> wrote: > Hi stevenaaus, > > thanks a lot for your great SCID-fork. Now playing chess makes fun on > Linux as well. > > However, I think I found a nasty bug in the pgn export. > I changed language to German: Therefore the notation also switched into > german language ==> ok. But the pgn also gets saved that way and the > file cannot opened any more, because that's not the pgn standard. :-( > > Example: > > A) English Language works perfect > 1.) Open ScidvsPC > 2.) play moves 1.e4 e5 2.Nc3 Bb4 > 3.) save as pgn (menue: file->save pgn) ==> ok > 4.) open that file again ==> ok > > B) Bug in Language German (and maybe others as well) > 1.) Open ScidvsPC > 2.) play moves 1.e4 e5 2.Nc3 Bb4 > 3.) save as pgn (menue: file->save pgn) ==> file gets saved in "german" > notation = 1.e4 e5 2.Sc3 Lb4 > 4.) ==> this file cannot be opened any more > > I'm working with the latest version 4.11. > I don't know if this error crept in with that version or even existed > in earlier versions. > > Could you check please? > > Thanks again for your great work here, > Frank > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Scidvspc-users mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidvspc-users |
From: Frank W. <fr...@gm...> - 2014-01-27 19:51:58
|
Thank you, Steve. Now I noticed that the functionality "Tools->Export Current Game->Export Game to PGN" works as expected there already now. I will use that one meantime until new version with that bug-fix is released - thanks again! Another question, although it's another issue definitely: What is the functionality of the button right beside of the "rotate board"-button in the main toolbar (looks like "copy"-button)? Didn't find anything of this one in the help-menue. Is it possible to create mouse-over-info's for those buttons in the main tool bar as well? Thanks again, Frank On Mon, 27 Jan 2014 10:16:02 +1000 Steve A <ste...@gm...> wrote: >> Hmmm.... This is longstanding behaviour, but is probably undesirable, >> and is now fixed in svn. >> Windows users can make this change to scid.gui (add the two lines >> with a '+') if they care to test. >> >> cheers, Steven >> >> } else { >> ### This currently only saves a single game, >> ### ... possibily/easily overwriting a multiple game pgn >> file S.A >> + setLanguageTemp E >> puts $tempfile \ >> [sc_game pgn -width 75 -symbols $::pgn::symbolicNags \ >> -indentVar $::pgn::indentVars -indentCom >> $::pgn::indentComments \ -space $::pgn::moveNumberSpaces -format >> plain -column $::pgn::columnFormat \ >> -markCodes $::pgn::stripMarks -stripbraces 1] >> close $tempfile >> + setLanguageTemp $::language >> ::recentFiles::add $fname >> set ::initialDir(file) [file tail $fname] >> updateMenuState |
From: Igor S. M. <jos...@gm...> - 2014-01-27 20:28:43
|
Am Mon, Jan 27, 2014 at 08:52:30PM +0100, Frank Wohlfahrt wrote: > Another question, although it's another issue definitely: > What is the functionality of the button right beside of the "rotate > board"-button in the main toolbar (looks like "copy"-button)? > Didn't find anything of this one in the help-menue. Is it possible to > create mouse-over-info's for those buttons in the main tool bar as well? yes, I also would be for this option... but Steven is against it. Maybe we can persuade him to change his mind... ;-( -- :: Igor Sosa Mayor :: jos...@gm... :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogorido :: :: |
From: Steve A <ste...@gm...> - 2014-01-28 19:52:42
|
Hmmm.... The function of that button is to "raise all windows" and is mainly used in non-docked mode, The two rectangles dont quite look like windows, so maybe another icon would be better. S. On Tue, Jan 28, 2014 at 6:27 AM, Igor Sosa Mayor <jos...@gm...> wrote: > Am Mon, Jan 27, 2014 at 08:52:30PM +0100, Frank Wohlfahrt wrote: > >> Another question, although it's another issue definitely: >> What is the functionality of the button right beside of the "rotate >> board"-button in the main toolbar (looks like "copy"-button)? >> Didn't find anything of this one in the help-menue. Is it possible to >> create mouse-over-info's for those buttons in the main tool bar as well? > > yes, I also would be for this option... but Steven is against it. Maybe > we can persuade him to change his mind... ;-( > > -- > :: Igor Sosa Mayor :: jos...@gm... :: > :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: > :: jabberid: rogorido :: :: > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Scidvspc-users mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidvspc-users |