Re: [Scid-users] Wikipedia linking for player profiles

2009-12-04 Thread Alexander Wagner
Robert Ryan wrote: Hi! >>> I can't seem to get this to work. I click on the link for Wikipedia, for >>> instance, and nothing happens. The same for the other links. Probably >>> something I have set up wrong. >> Do the FIDE/ICCF/VIAF/DNB-Links work for you? That is, is it "only" >> Wikipedia to

[Scid-users] Accidental mouse scroll during game analysis

2009-12-04 Thread Joost 't Hart
Hi! Automatic game annotation - using a UCI engine - is hampered if you accidentally scroll the mouse wheel in the PGN window (or - less likely to occur - start hitting cursor keys), because it changes the board position and immediately redirects the engine's attention. Could Scid be put into

Re: [Scid-users] Memory issue (2) - Cleaned

2009-12-04 Thread Joost 't Hart
Pascal Georges wrote: > > > My recommendation is to reconsider (adding) this undo stuff. > > > It is far better now in CVS. For info rollback points are set by > calling {sc_game undoPoint} in Tcl or sc_game_save_for_undo() in C++. > > Pascal Thanks Pascal, Interaction with the UCI engine is

Re: [Scid-users] The comment vanishes

2009-12-04 Thread Fulvio
Pascal Georges wrote: 2009/12/4 Fulvio mailto:f...@libero.it>> Pascal Georges wrote: 2009/12/2 Fulvio mailto:f...@libero.it>> Pascal Georges wrote: >> Many tricks are used in code to try to fix it: temporarily disabling, >> erasing the comment window

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Michal Rudolf
2009-12-04 13:01:15, Joost 't Hart: > Yet, the trick I do is quite effective. With each heap operation, the > lib sends a token to stdout, containing info on __FILE__ and __LINE__, > operation, buffer pointer and size. Listening on stdout sits a utility, > constructing and monitoring the heap map.

Re: [Scid-users] The comment vanishes

2009-12-04 Thread Pascal Georges
2009/12/4 Fulvio > Pascal Georges wrote: > > > > 2009/12/2 Fulvio > >> Pascal Georges wrote: >> >> Many tricks are used in code to try to fix it: temporarily disabling, >> >> erasing the comment window text to avoid duplication, etc... >> >> But in my opinion it's a design error: preMoveCommand

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Joost 't Hart
Michal Rudolf wrote: > 2009-12-04 11:08:51, Joost 't Hart: > > >> But I do not look at that, as it does not ring the bell. Instead, I >> link-in a simple heap space reporter library between the application and >> any malloc/free/new/delete etc operation (hacked it myself, if you are >> intereste

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Michal Rudolf
2009-12-04 11:08:51, Joost 't Hart: > But I do not look at that, as it does not ring the bell. Instead, I > link-in a simple heap space reporter library between the application and > any malloc/free/new/delete etc operation (hacked it myself, if you are > interested, I will send it to you). So I r

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Joost 't Hart
Pascal Georges wrote: > > We all should ignore your remark above: Memory is not consumed because > of fragmentation. > > > Ignore my remark if you want to (I love the kind of wording "We all > should ignore your remark above"), but I confirm that the memory used > (reported as virtual mem

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Michal Rudolf
2009-12-04 10:32:51, Pascal Georges: > Yes. And Tcl memory management is better than the libc one. Do you have link with more information? > This is > why a Tcl maintainer (from Evolane company) suggested to me to switch > to Tcl API instead of classical malloc & new. See operator overloading >

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Pascal Georges
2009/12/4, Michal Rudolf : > 2009-12-04 07:52:58, Pascal Georges: >> > We all should ignore your remark above: Memory is not consumed because >> > of fragmentation. >> >> Ignore my remark if you want to (I love the kind of wording "We all >> should >> ignore your remark above"), but I confirm that

Re: [Scid-users] Memory issue (2)

2009-12-04 Thread Michal Rudolf
2009-12-04 07:52:58, Pascal Georges: > > We all should ignore your remark above: Memory is not consumed because > > of fragmentation. > > Ignore my remark if you want to (I love the kind of wording "We all should > ignore your remark above"), but I confirm that the memory used (reported as > virtu

Re: [Scid-users] The comment vanishes

2009-12-04 Thread Fulvio
Pascal Georges wrote: 2009/12/2 Fulvio mailto:f...@libero.it>> Pascal Georges wrote: >> Many tricks are used in code to try to fix it: temporarily disabling, >> erasing the comment window text to avoid duplication, etc... >> But in my opinion it's a design error: preMoveCom