Quantcast

Textwrangler Languages Folder

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Textwrangler Languages Folder

Scott Chamberlain
Dear R Community,

I recently switched to a Mac (10.6.5), and have installed Textwrangler to
run code to R. However, I can't install the syntax highlighting file because
I can't find the directory: "~Users/username/Library/Application
Support/TextWrangler/Language Modules/". Is there a different location I can
place the syntax highlighting file?

Scott

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Textwrangler Languages Folder

Ben Tupper-2
Hi,

On Dec 10, 2010, at 9:27 AM, Scott Chamberlain wrote:

> Dear R Community,
>
> I recently switched to a Mac (10.6.5), and have installed  
> Textwrangler to
> run code to R. However, I can't install the syntax highlighting file  
> because
> I can't find the directory: "~Users/username/Library/Application
> Support/TextWrangler/Language Modules/". Is there a different  
> location I can
> place the syntax highlighting file?
>

I don't have OSX 10.6 and I happen to use SubEthaEdit, but I suspect  
that you are really looking for something like the following:

/Users/ben/Library/Application Support/TextWrangler/Language Modules/

Note that you would place your user name in the place where mine  
("ben") appears.  If the "TextWrangler/Language Modules" directory  
doesn't exist in the Application Support directory you can create it.

Cheers,
Ben


Ben Tupper
Bigelow Laboratory for Ocean Sciences
180 McKown Point Rd. P.O. Box 475
West Boothbay Harbor, Maine   04575-0475
http://www.bigelow.org/

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Textwrangler Languages Folder

bastian
In reply to this post by Scott Chamberlain
This is quite some time ago, but I just had the same problem and the folder in the most recent version of TextWrangler.
Right-click (well, Ctrl-click) on the application and choose 'Show Package Contents'. Then you can find the folder Language Moudles and include the plist script for R syntax highlighting in new Textwrangler versions as described.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Textwrangler Languages Folder

David Winsemius
In reply to this post by Scott Chamberlain

On Dec 10, 2010, at 9:27 AM, Scott Chamberlain wrote:

> Dear R Community,
>
> I recently switched to a Mac (10.6.5), and have installed  
> Textwrangler to
> run code to R. However, I can't install the syntax highlighting file  
> because
> I can't find the directory: "~Users/username/Library/Application
> Support/TextWrangler/Language Modules/". Is there a different  
> location I can
> place the syntax highlighting file?

This is not the right place for posting Mac-specific questions. There  
is a separate mailing list. The directory specification you offered  
doesn't really make sense, because on the Mac the tilde is generally a  
synonym for /Users/username, so one of these is likely to be more  
successful:

"~/Library/Application Support/TextWrangler/Language Modules/"

"Users/username/Library/Application Support/TextWrangler/Language  
Modules/"

If there is documentation that you were following that suggested the  
form you used, you should contact the authors and suggest they fix it.


> [[alternative HTML version deleted]]

And you need to find the place in your mail-client that switches to  
plain text.

--
David Winsemius, MD
West Hartford, CT

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...