search for: subethaedit

Displaying 7 results from an estimated 7 matches for "subethaedit".

2010 Apr 10
1
Syntax highliter for Coda and SubethaEdit
> I am looking for a syntax highlighter I can use with Panic's Coda (or > SubEthaEdit, which just work with Coda). Does this exist? > > -- > Puneet Kishor > It does. TheGeekInside has written it, I made a few modifications myself, and you can get it from me (Twitter: c_freitag) or him, I suppose (Twitter: thegeekinside). Christoph
2005 Dec 16
1
AppleScript commands don't execute until mouse over console window (PR#8405)
Full_Name: Jonathan Paisley Version: 2.2.0 OS: Mac OS X 10.4.3 Submission from: (NULL) (81.178.69.159) I am sending commands to R via AppleScript (specifically, from SubEthaEdit to instruct it to source the file I'm currently editing). R doesn't respond tothe AppleScript until I move the mouse over R's console window. The following patch to the Mac GUI (against current svn trunk) resolves the problem, by posting a dummy event to wake up the event queue after t...
2008 Mar 15
9
Spaces in Ruby on Rails and how to avoid them!
Hi, I just started learning ruby on rails and I am having hard time with white spacing! Here is the piece of code that will not work: validates_format_of :image_url, :with => %r{\.(gif|jpg|png)$}i, :message => "must be a URL for a GIF, JPG or PNG image" and here is the piece of code that will work: validates_format_of :image_url, :with => %r{\.(gif|jpg|png)$}i, :message
2009 Feb 26
2
Desktop app for viewing Markdown files
Is there a file/document browser that render and display Markdown files? (for the Mac) jem
2010 Dec 10
3
Textwrangler Languages Folder
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
2005 Jan 21
5
functions not found after installing DBI/RDBI packages
Hi, I would like to be able to use R with a connection to a PostgreSQL database. I am using R 2.0.1 on windows XP. I have tried installing both the DBI and rDBI packages (which is better?) but in either case I run into the same problem - when i try to use either the dbDriver or dbConnect functions i'm told the function couldn't be found. Seems like the packages aren't installing
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...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" dire...