[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[sc-dev] typo in JSCTextView
To
: sc-dev <
sc-dev@xxxxxxxxxxxxxxxx
>
Subject
: [sc-dev] typo in JSCTextView
From
: ronald kuivila <
rkuivila@xxxxxxxxxxxx
>
Date
: Sat, 19 Dec 2009 15:07:48 -0500
List-id
: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
Reply-to
:
sc-dev@xxxxxxxxxxxxxxxx
Sender
:
owner-sc-dev@xxxxxxxxxxxxxxxx
Hi Sciss,
In JSCTextView:
caret_ {
arg
pos;
server.sendMsg(
'/set'
,
this
.id,
\carentPosition
, pos );
}
should be:
caret_ {
arg
pos;
server.sendMsg(
'/set'
,
this
.id,
\caretPosition
, pos );
}
RJK
Follow-Ups
:
Re: [sc-dev] typo in JSCTextView
From:
Sciss
Re: [sc-dev] typo in JSCTextView
From:
ronald kuivila
Prev by Date:
[sc-dev] SF.net SVN: quarks:[1298] wslib
Next by Date:
Re: [sc-dev] typo in JSCTextView
Previous by thread:
[sc-dev] SF.net SVN: quarks:[1298] wslib
Next by thread:
Re: [sc-dev] typo in JSCTextView
Index(es):
Date
Thread