Dick,

Think BBedit calls its snippets the code glossary. Check it out!

One thing that I really want studio to do is to have some variables in the
snippets like this:
<!--- MWB %date(mm/dd/yy)% Comment: ---> (snippet code)
<!--- MWB 09/24/02 Comment: ---> (result)

OR

Highlight or select text with your mouse, then active snippet.
Selected text:"Fname"
<input type="text" name="%selected%" value="#%selected%#">
<input type="text" name="Fname" value="Fname">

What would be really cool if you could store regular expression patterns in
a snippet and just click to run a find and replace.

Too bad it will never happen....

Mark W. Breneman
-Macromedia Certified ColdFusion Developer
-Network / Web Server Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-----Original Message-----
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 24, 2002 11:16 AM
To: CF-Talk
Subject: Re: IDE for the Mac...?


On Tuesday, September 24, 2002, at 08:22 AM, Mark W. Breneman wrote:

> Take a long look at BBedit.  One of the programmers in the office uses
> it.
> WOW is all I can say.  I wish CFstudio had 1/2 of the features.  One
> that I
> find very impressive is how the Snippets work.  The snippets can have
> vars
> in them like ":date/time:" and ":selected text:".  Oh, and a very cool
> undo
> find and replace feature.
>
>

I have been using BBEdit for years -- I don't know what you mean by
snippets -- probably my lack of knowledge -- there are a lot of
features.

One BBedit feature I really like is the ability (within BBEdit) to
execute a Perl script or a Unix shell script and see the results
displayed in BBEdit.  I use the Perl feature all the time to validate
complex regexps, before copy pasting them into CF or JavaScript.

On the other hand, JEit has some nice features, too -- Folding your
code (Collapsing indentations) so yoy can get an overview,  And the SQL
Plugin allows you to highlight some SQL syntax (in a CF template) and
execute it against an available database -- no copy/paste necessary.
The results are shown in a popup window.

BBEdit is more Mac-Like because everything where Mac users expect it to
be.

Difficult choice!

Dick


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to