[Seaside] attributeAt:put: equivalent

Cédrick Béler cbeler at enit.fr
Fri Jan 26 17:53:44 UTC 2007


>>
>> ctrl+t/f        inserts if*T*rue:/if*F*alse: into the code
>
> ctrl + l/r    indent lines left or right
>
on windows and linux, this is

cmd + (T/F)
and
cmd + (L/R)

ctrl/alt + *shift*...


plus one remark Damien showed me... to get senders or implementors of 
non-unary message like #headerAt:put: in the following code:

self headerAt: 'location' put: aString

you have to select the message even with the string 'location' and then 
cmd+m/n...

Cédrick


More information about the Seaside mailing list