Custom clips
Posted: Thu Jan 11, 2001 11:03 am
Can the hot spot \^ be used more than one time in a clipping????
I have this clip:
!TEXT=public String accessor/mutator
public String get\^() {
return \^;
}
public type set\^(String tmp\^) {
this.\^=tmp\^;
}
!
It returns this when I select the text "Name":
public String getName() {
return \^;
}
public type set\^(String tmp\^) {
this.\^=tmp\^;
}
So the first hotspot is OK, the rest is useless....
pls help
Surf
I have this clip:
!TEXT=public String accessor/mutator
public String get\^() {
return \^;
}
public type set\^(String tmp\^) {
this.\^=tmp\^;
}
!
It returns this when I select the text "Name":
public String getName() {
return \^;
}
public type set\^(String tmp\^) {
this.\^=tmp\^;
}
So the first hotspot is OK, the rest is useless....
pls help
Surf