[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Re: clear SCTextView



On Aug 25, 2005, at 9:00 PM, sc-users-request@xxxxxxxxxxxxxxx wrote:

txtv.setString("",-1);

that was actually already the fix!
	string_{|str|
		^this.setString(str, -1);
	}

the former string_ behaviour is now in selectedString_

i committed it.


to clear the view. But this is not ideal.

thor