I was going through the "building a blog in 15 minutes with rails" and was wondering what editor application was launched with the command "e .". I know what the period means, but what Editor is "e" opening up? I like the way it autocompletes various portions of the code. Thanks, -- Will -------- Will Shattuck ( willshattuck.at.gmail.com ) Home Page: http://www.thewholeclan.com/will My Calligraphy: http://www.thewholeclan.com/will/gallery3/calligraphy When you get to your wit''s end, you''ll find God lives there.
On 11/15/05, Will Shattuck <willshattuck at gmail.com> wrote:> > I was going through the "building a blog in 15 minutes with rails" and > was wondering what editor application was launched with the command "e > .". I know what the period means, but what Editor is "e" opening up? > I like the way it autocompletes various portions of the code. >That was done on OSX using TextMate, which is an OSX only text editor. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051115/f5b96b62/attachment.htm
On 11/15/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> On 11/15/05, Will Shattuck <willshattuck at gmail.com> wrote: > > I was going through the "building a blog in 15 minutes with rails" and > > was wondering what editor application was launched with the command "e > > .". I know what the period means, but what Editor is "e" opening up? > > I like the way it autocompletes various portions of the code. > > > > That was done on OSX using TextMate, which is an OSX only text editor. >I figured it was OSX specific. Thanks :) Will