BBEdit --> Help --> Placeholders & Includes
I'll bet it would work to search for:
<!-- end content -->
and replace with:
<!-- #bbinclude "thisfilename.html" -->
<!-- end bbinclude -->
where "thisfilename.html" contained:
#FILENAME#.cfm
<!-- end of filename include -->
--
Greg Raven
Apple Valley, CA
Election 2006 -- Click Here to See Each Candidate's Stand on Immigration
On May 9, 2006, at 4:15 PM, Dennis Dowling wrote:
Hi,
I'm trying to clean some web content files. I have a comment
string at the bottom of every file that I'd like to replace with a
comment showing the file name (replacing across multiple files).
I've used Placeholders in glossary items but, is there any similar
Placeholder that can be output in a replace string? Of course the
filename would need to be output differently on each replace.
And, I've also used grep replacement patterns but, in this
situation the filename is not currently found in the search string.
i.e. search for..
<!-- end content -->
replace with..
<!-- end thisfilename.cfm -->
Or, is this something that needs to be scripted?
thanks, - Den.
--
------------------------------------------------------------------
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]>
--
------------------------------------------------------------------
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]>