[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] writeClientCSS
- To: sc-dev@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-dev] writeClientCSS
- From: thor <th.list@xxxxxxxxx>
- Date: Tue, 3 Dec 2013 12:16:11 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=n4kZKSt4j3Y2CU+JcBLDlU9xqwaYAOD6NSPZ9NSYeh8=; b=psR/tpk6nWNQp9bVT4dR46QS2END8lAYcqG7SLwMaEFYq/Y6BEezsuyKXw5K9itXNZ r9CmACCnC1jnQbqjkX0JocRH6CjRSZ7dzYHss52CoFyV19ZDfEYVWY0EqJ64aZ28c5VS fuVmmhFKgz2h38IvDm4ObDOBmxL9l2/SAmAx3RtEFZYN4I0eFqCCNTF1zOyhNCSYoOKG GX9BpXMvpHVvMEm78IXg5uhjghtfIZ+tQlR/R3mQqEHXW25Brd6Nr2nd+YQ48o1UWA2y kqkq9Jl/vJ8ZDoz4os6Xa0u3nw9mVNYCyP5FUHXb0Ccx1cJxWWOwkawa3Uw/JYpZPswT VPGQ==
- In-reply-to: <4CE0E0A5-7C1A-47D6-9F6E-7DEFB840A00F@scottwilson.ca>
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- References: <4CE0E0A5-7C1A-47D6-9F6E-7DEFB840A00F@scottwilson.ca>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
Hi Scott
Can I quickly ask about the Document support in the current source?
I built SC to explore the Document class in the source. I can create a new Document by calling Document.new, but it seems to implement very few of the methods the old Document class had. None of the examples I tried in the help file worked (except the path ones).
Also, in a standalone version of SC, should we be able to run sclang without the IDE and call Document.new (for us live coders who don’t necessarily want to run the whole IDE when we code)?
Am I doing something wrong, misunderstanding, or is the Document support still limited? If so, what are the plans? Will we get a support of the old CocoaDocument?
I’m asking as I’d like to port ixi lang to Linux and Windows, but as it looks now it does not seem possible. The methods I use include:
background
stringColor
onClose
keyDown
selectLine
selectRange
selectionStart
selectionSize
currentLine
string_
etc.
thor
On 3 Dec 2013, at 09:49, Scott Wilson <i@xxxxxxxxxxxxxx> wrote:
> Given the recent thread about Document in cl sc, I thought I'd take a look for other possible problem uses. The writeClientCSS method in OSXPlatform popped up as it calls Document:theme. The latter is deprecated, so there should be no calls to it in Common.
>
> writeClientCSS doesn't seem to be called anywhere, and only exists in OSXPlatform (and as a noop in Platform).
>
> Should it just be removed?
>
> S.
> _______________________________________________
> sc-dev mailing list
>
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
> search: https://listarc.bham.ac.uk/lists/sc-dev/search/
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/