Csound Csound-dev Csound-tekno Search About

updated Sublime package for Csound...

Date2015-11-05 18:02
FromRory Walsh
Subjectupdated Sublime package for Csound...
I've consolidated a few projects to create an extended Csound package for Sublime text editor. It uses Takahiko Tsuchiya's original package along with a modified version of the IntelliDocs package which displays opcode arguments when users press F2 on an opcode. Ctrl+b will run Csound while Ctrl+alt+c will stop Csound. The package can be found here:

https://github.com/rorywalsh/csoundSublime/archive/master.zip

I've only tested on Windows with Sublime3, but will try the other platforms when I get a moment. To install it place it in the following directory:

Windows: %APPDATA%\Sublime Text 3
OS X: ~/Library/Application Support/Sublime Text 3
Linux: ~/.Sublime Text 3

A big thanks to Takahiko Tsuchiya and shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for doing most of the work for this.

Rory.
 
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 04:57
FromKevin Welsh
SubjectRe: updated Sublime package for Csound...
Hey Rory,

Any tips for using this that might be useful for someone completely
new to Sublime?  I installed it in the location specified (OSX
10.7.5), but nothing seems to change in Sublime (but maybe I don't
know where to look or how to use it?)

If it matters, I'm using Sublime 3 build 3083, unregistered demo
version.  I tried installing in the location both as the entire
compressed archive, and as the unzipped contents.

On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh  wrote:
> I've consolidated a few projects to create an extended Csound package for
> Sublime text editor. It uses Takahiko Tsuchiya's original package along with
> a modified version of the IntelliDocs package which displays opcode
> arguments when users press F2 on an opcode. Ctrl+b will run Csound while
> Ctrl+alt+c will stop Csound. The package can be found here:
>
> https://github.com/rorywalsh/csoundSublime/archive/master.zip
>
> I've only tested on Windows with Sublime3, but will try the other platforms
> when I get a moment. To install it place it in the following directory:
>
> Windows: %APPDATA%\Sublime Text 3
> OS X: ~/Library/Application Support/Sublime Text 3
> Linux: ~/.Sublime Text 3
>
> A big thanks to Takahiko Tsuchiya and
> shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for doing most
> of the work for this.
>
> Rory.
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-12-01 08:49
FromRory Walsh
SubjectRe: updated Sublime package for Csound...
The first time you load a .csd file, go to view->syntax-csound. If Csound isn't listed then the package didn't install correctly. I'll need to double check my installation folder when I get to my Mac later. Leave it with me.

On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
Hey Rory,

Any tips for using this that might be useful for someone completely
new to Sublime?  I installed it in the location specified (OSX
10.7.5), but nothing seems to change in Sublime (but maybe I don't
know where to look or how to use it?)

If it matters, I'm using Sublime 3 build 3083, unregistered demo
version.  I tried installing in the location both as the entire
compressed archive, and as the unzipped contents.

On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> I've consolidated a few projects to create an extended Csound package for
> Sublime text editor. It uses Takahiko Tsuchiya's original package along with
> a modified version of the IntelliDocs package which displays opcode
> arguments when users press F2 on an opcode. Ctrl+b will run Csound while
> Ctrl+alt+c will stop Csound. The package can be found here:
>
> https://github.com/rorywalsh/csoundSublime/archive/master.zip
>
> I've only tested on Windows with Sublime3, but will try the other platforms
> when I get a moment. To install it place it in the following directory:
>
> Windows: %APPDATA%\Sublime Text 3
> OS X: ~/Library/Application Support/Sublime Text 3
> Linux: ~/.Sublime Text 3
>
> A big thanks to Takahiko Tsuchiya and
> shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for doing most
> of the work for this.
>
> Rory.
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 09:10
FromKevin Welsh
SubjectRe: updated Sublime package for Csound...
Yeah, I tried opening a .csd file, and looked in the syntax list but I
didn't see csound.

On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh  wrote:
> The first time you load a .csd file, go to view->syntax-csound. If Csound
> isn't listed then the package didn't install correctly. I'll need to double
> check my installation folder when I get to my Mac later. Leave it with me.
>
> On 1 December 2015 at 04:57, Kevin Welsh  wrote:
>>
>> Hey Rory,
>>
>> Any tips for using this that might be useful for someone completely
>> new to Sublime?  I installed it in the location specified (OSX
>> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> know where to look or how to use it?)
>>
>> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> version.  I tried installing in the location both as the entire
>> compressed archive, and as the unzipped contents.
>>
>> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh  wrote:
>> > I've consolidated a few projects to create an extended Csound package
>> > for
>> > Sublime text editor. It uses Takahiko Tsuchiya's original package along
>> > with
>> > a modified version of the IntelliDocs package which displays opcode
>> > arguments when users press F2 on an opcode. Ctrl+b will run Csound while
>> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >
>> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >
>> > I've only tested on Windows with Sublime3, but will try the other
>> > platforms
>> > when I get a moment. To install it place it in the following directory:
>> >
>> > Windows: %APPDATA%\Sublime Text 3
>> > OS X: ~/Library/Application Support/Sublime Text 3
>> > Linux: ~/.Sublime Text 3
>> >
>> > A big thanks to Takahiko Tsuchiya and
>> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for doing
>> > most
>> > of the work for this.
>> >
>> > Rory.
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-12-01 09:17
FromRory Walsh
SubjectRe: updated Sublime package for Csound...
Is the unzipped archive in your packages folder?

On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
Yeah, I tried opening a .csd file, and looked in the syntax list but I
didn't see csound.

On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> The first time you load a .csd file, go to view->syntax-csound. If Csound
> isn't listed then the package didn't install correctly. I'll need to double
> check my installation folder when I get to my Mac later. Leave it with me.
>
> On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Hey Rory,
>>
>> Any tips for using this that might be useful for someone completely
>> new to Sublime?  I installed it in the location specified (OSX
>> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> know where to look or how to use it?)
>>
>> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> version.  I tried installing in the location both as the entire
>> compressed archive, and as the unzipped contents.
>>
>> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > I've consolidated a few projects to create an extended Csound package
>> > for
>> > Sublime text editor. It uses Takahiko Tsuchiya's original package along
>> > with
>> > a modified version of the IntelliDocs package which displays opcode
>> > arguments when users press F2 on an opcode. Ctrl+b will run Csound while
>> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >
>> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >
>> > I've only tested on Windows with Sublime3, but will try the other
>> > platforms
>> > when I get a moment. To install it place it in the following directory:
>> >
>> > Windows: %APPDATA%\Sublime Text 3
>> > OS X: ~/Library/Application Support/Sublime Text 3
>> > Linux: ~/.Sublime Text 3
>> >
>> > A big thanks to Takahiko Tsuchiya and
>> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for doing
>> > most
>> > of the work for this.
>> >
>> > Rory.
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 09:21
FromKevin Welsh
SubjectRe: updated Sublime package for Csound...
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh  wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh  wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh  wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh  wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh  wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-12-01 09:27
FromRory Walsh
SubjectRe: updated Sublime package for Csound...
I've updated the readme now so it should clearer to other users.

On 1 December 2015 at 09:21, Kevin Welsh <tgrey1@gmail.com> wrote:
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 13:05
FromTakahiko Tsuchiya
SubjectRe: updated Sublime package for Csound...
Thanks Rory for improving and properly hosting the package! Maybe I should also move on to ST3 :D

On Tue, Dec 1, 2015 at 4:27 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
I've updated the readme now so it should clearer to other users.

On 1 December 2015 at 09:21, Kevin Welsh <tgrey1@gmail.com> wrote:
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 13:38
FromRory Walsh
SubjectRe: updated Sublime package for Csound...
If Sublime2 works fine then I'd stick with it. I had to upgrade for a few other packages that I use. I actually find Sublime2 a little quicker. Anyhow, thank you very much for your Csound build and syntax highlighter. It's a great tool. I hope you don't mind that I've included it with this package. I credit you wherever I can, and will continue to do so! 

On 1 December 2015 at 13:05, Takahiko Tsuchiya <ttsuchiya@alumni.berklee.edu> wrote:
Thanks Rory for improving and properly hosting the package! Maybe I should also move on to ST3 :D

On Tue, Dec 1, 2015 at 4:27 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
I've updated the readme now so it should clearer to other users.

On 1 December 2015 at 09:21, Kevin Welsh <tgrey1@gmail.com> wrote:
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 15:47
FromBeinan Li
SubjectRe: updated Sublime package for Csound...
AttachmentsScreen Shot 2015-12-01 at 10.45.06 AM.png  
Thanks Rory for the contribution.

I tested on OS X 10.11 with Sublime 2 and I got the attached error on startup.
although after clicking OK I get the right syntax highlighting. 

BTW, I've been using another Csound sublime package on GitHub(forgot who made it) before trying yours.

Thanks,
Beinan


On Tue, Dec 1, 2015 at 8:38 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
If Sublime2 works fine then I'd stick with it. I had to upgrade for a few other packages that I use. I actually find Sublime2 a little quicker. Anyhow, thank you very much for your Csound build and syntax highlighter. It's a great tool. I hope you don't mind that I've included it with this package. I credit you wherever I can, and will continue to do so! 

On 1 December 2015 at 13:05, Takahiko Tsuchiya <ttsuchiya@alumni.berklee.edu> wrote:
Thanks Rory for improving and properly hosting the package! Maybe I should also move on to ST3 :D

On Tue, Dec 1, 2015 at 4:27 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
I've updated the readme now so it should clearer to other users.

On 1 December 2015 at 09:21, Kevin Welsh <tgrey1@gmail.com> wrote:
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-12-01 18:20
FromRory Walsh
SubjectRe: updated Sublime package for Csound...
I've not tried at all on Sublime2, so I guess you are in unchartered waters there!

On 1 December 2015 at 15:47, Beinan Li <li.beinan@gmail.com> wrote:
Thanks Rory for the contribution.

I tested on OS X 10.11 with Sublime 2 and I got the attached error on startup.
although after clicking OK I get the right syntax highlighting. 

BTW, I've been using another Csound sublime package on GitHub(forgot who made it) before trying yours.

Thanks,
Beinan


On Tue, Dec 1, 2015 at 8:38 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
If Sublime2 works fine then I'd stick with it. I had to upgrade for a few other packages that I use. I actually find Sublime2 a little quicker. Anyhow, thank you very much for your Csound build and syntax highlighter. It's a great tool. I hope you don't mind that I've included it with this package. I credit you wherever I can, and will continue to do so! 

On 1 December 2015 at 13:05, Takahiko Tsuchiya <ttsuchiya@alumni.berklee.edu> wrote:
Thanks Rory for improving and properly hosting the package! Maybe I should also move on to ST3 :D

On Tue, Dec 1, 2015 at 4:27 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
I've updated the readme now so it should clearer to other users.

On 1 December 2015 at 09:21, Kevin Welsh <tgrey1@gmail.com> wrote:
Aha!  I think that did the trick... your original instructions said
"OS X: ~/Library/Application Support/Sublime Text 3", I guess the
packages folder is implied if you're already familiar with Sublime.

When I open a .csd now I automatically get syntax highlighting... I'll
play with it some more to see what other goodies are hidden in there!

Thanks again and as always for the help Rory!

On Tue, Dec 1, 2015 at 4:17 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Is the unzipped archive in your packages folder?
>
> On 1 December 2015 at 09:10, Kevin Welsh <tgrey1@gmail.com> wrote:
>>
>> Yeah, I tried opening a .csd file, and looked in the syntax list but I
>> didn't see csound.
>>
>> On Tue, Dec 1, 2015 at 3:49 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> > The first time you load a .csd file, go to view->syntax-csound. If
>> > Csound
>> > isn't listed then the package didn't install correctly. I'll need to
>> > double
>> > check my installation folder when I get to my Mac later. Leave it with
>> > me.
>> >
>> > On 1 December 2015 at 04:57, Kevin Welsh <tgrey1@gmail.com> wrote:
>> >>
>> >> Hey Rory,
>> >>
>> >> Any tips for using this that might be useful for someone completely
>> >> new to Sublime?  I installed it in the location specified (OSX
>> >> 10.7.5), but nothing seems to change in Sublime (but maybe I don't
>> >> know where to look or how to use it?)
>> >>
>> >> If it matters, I'm using Sublime 3 build 3083, unregistered demo
>> >> version.  I tried installing in the location both as the entire
>> >> compressed archive, and as the unzipped contents.
>> >>
>> >> On Thu, Nov 5, 2015 at 1:02 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> >> > I've consolidated a few projects to create an extended Csound package
>> >> > for
>> >> > Sublime text editor. It uses Takahiko Tsuchiya's original package
>> >> > along
>> >> > with
>> >> > a modified version of the IntelliDocs package which displays opcode
>> >> > arguments when users press F2 on an opcode. Ctrl+b will run Csound
>> >> > while
>> >> > Ctrl+alt+c will stop Csound. The package can be found here:
>> >> >
>> >> > https://github.com/rorywalsh/csoundSublime/archive/master.zip
>> >> >
>> >> > I've only tested on Windows with Sublime3, but will try the other
>> >> > platforms
>> >> > when I get a moment. To install it place it in the following
>> >> > directory:
>> >> >
>> >> > Windows: %APPDATA%\Sublime Text 3
>> >> > OS X: ~/Library/Application Support/Sublime Text 3
>> >> > Linux: ~/.Sublime Text 3
>> >> >
>> >> > A big thanks to Takahiko Tsuchiya and
>> >> > shortcutme(https://github.com/shortcutme/Sublime-IntelliDocs) for
>> >> > doing
>> >> > most
>> >> > of the work for this.
>> >> >
>> >> > Rory.
>> >> >
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here