[PD-cvs] pd/src desire.tk,1.1.2.600.2.233,1.1.2.600.2.234

Mathieu Bouchard matju at users.sourceforge.net
Sat Jul 14 04:22:58 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24090

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
Ctrl+5 now starts editing the new comment, similar to Ctrl+1 Ctrl+2


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.233
retrieving revision 1.1.2.600.2.234
diff -C2 -d -r1.1.2.600.2.233 -r1.1.2.600.2.234
*** desire.tk	14 Jul 2007 01:42:46 -0000	1.1.2.600.2.233
--- desire.tk	14 Jul 2007 02:22:54 -0000	1.1.2.600.2.234
***************
*** 1963,1969 ****
  	set x1 [expr $x/$@zoom]
  	set y1 [expr $y/$@zoom]
! 	switch $sel {
  		obj {    set goto [list $self new_object_edit]}
  		msg {    set goto [list $self new_object_edit]}
  		default {set goto [list $self new_object_callback]}
  	}
--- 1963,1970 ----
  	set x1 [expr $x/$@zoom]
  	set y1 [expr $y/$@zoom]
! 	switch -- $sel {
  		obj {    set goto [list $self new_object_edit]}
  		msg {    set goto [list $self new_object_edit]}
+ 		text {   set goto [list $self new_object_edit]}
  		default {set goto [list $self new_object_callback]}
  	}





More information about the Pd-cvs mailing list