On Tue, 2009-11-24 at 15:30 +0200, Marius Roets wrote: > Hi everybody, > > Is there somebody on the group that knows tk that is willing to > provide me with a patch to re-instate the old right mouse button click > functionality (delete move at end of variation). I just accidentally > deleted an hour's work (again!), it's extremely frustrating. >
Hi, As it's TCL you can change it with a text editor, at least on Linux. It's the backSquare function which as of 4.1 had the lines: # if {[sc_pos isAt vstart] && [sc_var level] != 0} { # ::pgn::deleteVar [sc_var number] # } elseif {$lastMoveInLine} { # sc_game truncate # } Open up the scid executable, for me gksu gedit /usr/local/bin/scid, uncomment those lines (remove the hash) and save. It's in the main.tcl file in the sourcecode, so you could also change it there and recompile. As far as I can tell this seems to be working as before but I haven't done exhaustive testing. Ben Hague ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Scid-users mailing list Scid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scid-users