At 12:09 -0400 3/23/08, Patrick Gilmour wrote:
>So my question is, how do experienced coders keep their code  organized? Do 
>you use Clippings exclusively, Disk Browsers or some  other method/software 
>that you would recommend?

I use a BBEdit worksheet to run my machine. (It's mostly because I still use 
MPW to run my classic Macs.)

The "snippets" are mostly shell scripts, including perl, that I can select and 
run right from the worksheet. I start each snippet with a tag line like this

#index:\t  some_name_I_can_remember

There is an AppleScript that will scan the file and make "marks" that show in 
the Mark menu for each of the index lines. Often the snippets are little more 
than a call to the bbedit tool or a simple open command with a full path to 
something I'm working on. Other snippets are perl scripts that operate on the 
currently open BBEdit document. Still others call osascript << END to run 
AppleScripts that depend on environment variables.  Simple build commands, 
specialized backups, scp to and from a server. . . . .

What frustrates me about BBEdit is that I can't display the marks 
alphabetically. (I got used to that in MPW where I can also redirect script 
output to >> "{Active}")

-- 

Applescript syntax is like English spelling:
Roughly, though not thoroughly, thought through.

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to