Re: CoffeeScript BBEdit package

2014-03-17 Thread Ryan Wilcox
On Friday, March 14, 2014 7:25:48 PM UTC-4, ascarter wrote: > pmuellr (https://gist.github.com/pmuellr/1004413) and evandavis ( > https://gist.github.com/evandavis/3219871). The function/method names > seem to be working but I've been unable to come up with the right regex for > capturing the

Re: Close "open file by name" window on 'open'

2012-08-03 Thread Ryan Wilcox
In the meanwhile it's easy to Applescript this or hook Keymando up to automatically close the window: Hope this helps _Ryan Wilcox On Thursday, August 2, 2012 9:19:04 AM UTC-4, Evan wrote: > > Bump! Would lov

Re: indicating markup type

2012-07-18 Thread Ryan Wilcox
On Wednesday, July 18, 2012 12:04:46 AM UTC-4, Bucky Junior wrote: > As little as a line of text suggesting what it is to be used for will > work. The template should be "language selected" with the drop-down in the > lower left of the editing window as noted by Mr. Woolsey and Ms. Mains. > Sav

Re: change default editor to bbedit

2012-06-14 Thread Ryan Wilcox
On Thursday, June 14, 2012 12:39:24 AM UTC-4, Grail wrote: > > Just a note about using BBEdit for editing commit messages: I use > '/usr/local/bin/bbedit --wait --resume' for that purpose, mainly to allow > the commit message to be written before returning control to the invoking > process. >

Re: BBEdit Editor Actions Package

2012-03-27 Thread Ryan Wilcox
On Mar 23, 7:51 pm, Watts Martin wrote: > I'd mentioned this a few weeks ago but finally got around to organizing this > a little. It's a set of scripts that are mostly cobbled together from other > places that add some useful little functional bits to BBEdit: > [snip] > The web page describes

Re: Syntax aware auto-indent?

2012-02-22 Thread Ryan Wilcox
On Feb 18, 2:32 am, Watts Martin wrote: > At any rate, in BBEdit I have a somewhat more advanced package I put > together that's a collection of Applescripts which includes a "smart > return" function that's not only a syntax-aware indent but does some of > the auto-pairing that TextMate refugees

Re: color in codeless language modules

2012-01-29 Thread Ryan Wilcox
On Jan 27, 2:24 pm, Oliver Taylor wrote: > It seems to be that only strings and functions can be defined my regex in > codeless language modules. Is that right? Keywords (example: "if", "for", and "switch") can also be colored, and predefined names (example: functions from your language's standar

Re: Ctags on default python installation

2011-12-27 Thread Ryan Wilcox
On Dec 27, 1:31 pm, consiglieri wrote: > Can anyone give me a helping hand  or tip with > regards to this? What i tried was the following > > sudo bbedit --maketags /Developer/SDKs/MacOSX10.7.sdk/System/Library/ > Frameworks/Python.framework/Versions/2.7/ I tried this, and it ended up creating a

Re: BBEdit and automatic completion

2011-11-18 Thread Ryan Wilcox
On Nov 17, 4:21 am, Roland Küffner wrote: > Am 16.11.2011 um 20:40 schrieb Rob: > > > Is there a way to get out of the clipping completion via TAB/NEXT? > > I use a very basic applescript to something like this, although not with > TAB/NEXT. Via the script recording function I recorded a simple

Re: Pass current project name to shell script

2011-11-13 Thread Ryan Wilcox
On Nov 12, 12:26 am, Craig wrote: > > What I want to be able to do is pass the name of the current project > to our build script, but I don't know how, or if it is possible to > access information in BBEdit and pass it to a shell script. It's possible, although it's not as easy as it could be.

Re: BBEdit Packages for Git and HTML

2011-11-10 Thread Ryan Wilcox
On Nov 10, 2:55 pm, Phil Dobbin wrote: > On 10/11/11 19:07, "Ryan Wilcox" wrote: > > > The other day I released a BBEdit package for using Git with BBEdit. > > (https://github.com/rwilcox/git.bbpackage). > > The git.bbpackage URL returns a 404. Ahh, perhaps

[ANN] BBEdit Packages for Git and HTML

2011-11-10 Thread Ryan Wilcox
Howdy list folk, The other day I released a BBEdit package for using Git with BBEdit. (https://github.com/rwilcox/git.bbpackage). Those of you who don't subscribe to @bbedit_hints on Twitter might have missed the announcement, but that's OK.. ... because I have something of general interest to th

ANN: BBEdit (Rails) Workflow Screencast #2

2011-09-25 Thread Ryan Wilcox
Great news everyone, I've posted another BBEdit (Rails) Workflow screencast to Youtube: http://www.youtube.com/watch?v=G4HPukpaISk Like the last one, it's less "Rails specific" and more "I'm doing development on BBEdit, from TextMate, now how do I make myself productive with BBEdit?"... with comm

Re: Recreating CTags via AppleScript

2011-09-11 Thread Ryan Wilcox
On Sep 10, 11:11 pm, stirrell wrote: > I was wondering if someone had an AppleScript to recreate a project's > CTags? The examples I have found seem to be out of date now for BBEdit > 10. I essentially want an AppleScript that will just run the command: > > bbedit --maketags > > in the project's r

Ryan's BBEdit & Rails Workflow Screencast #1

2011-09-10 Thread Ryan Wilcox
Hello everyone, I've posted a screencast of my workflow doing Rails development in BBEdit. It's a few little things I've discovered, tweaks from the base workflow, and includes some tricks to make Rails and TextMate developers more at home in BBEdit 10. I've spent the last 3 years using TextMate

[ANN] BBEdit Clippings Clippings

2011-08-12 Thread Ryan Wilcox
Hello all, Lately I've been creating a lot of clippings. Today I got frustrated with how hard[1] clippings are to create, and decided I was going to do something about it. I present the BBEdit Clippings set for creating BBEdit Clippings: http://github.com/rwilcox/bbedit_clippings_clippings

Re: Need Version Management System Recommendations

2011-07-13 Thread Ryan Wilcox
On Jul 12, 10:34 pm, Jack Stewart wrote: > Does anyone know of something simple that is robust and works well? I'll throw my hat in the ring here: my favorite tools are: * Mercurial * Subversion Mercurial (and Git) allow to you create a repository very cheaply: "hg init" or "git init" and

Re: TextMate to BBEdit switchers guide?

2011-05-10 Thread Ryan Wilcox
On May 5, 3:23 pm, Gabriel Roth wrote: > I'd love to see more organized sharing of BBEdit scripts etc. In the spirit of sharing, today I wrote a useful BBEdit Filter for Rails. I put it up on Github. Please fork it and add any Filters you use during your Rails development, or if you have an ide

Re: TextMate to BBEdit switchers guide?

2011-05-10 Thread Ryan Wilcox
On May 5, 3:23 pm, Gabriel Roth wrote: > I'd love to see more organized sharing of BBEdit scripts etc. (I tried to send this message earlier, but I guess it didn't get through. Sorry if it's a repeat) I started a Git repository for my Rails related BBEdit filters:

Domain Specific Languages (Specifically Ruby/Ruby on Rails specific) in BBEdit

2011-01-11 Thread Ryan Wilcox
Greetings list. First time poster, long time BBEdit user here. Today I found myself in BBEdit, editing 4 very long Ruby on Rails files. This worked well until I had to navigate around in those files. You see, these files were written using a Domain Specific Language, on top of Ruby, called Should