Re: Restoring a window after opening in a new window

2018-04-10 Thread Bucky Junior
Robyn, You may find that BBEdit’s projects keep files together the way you want. See page 65 of the BBEdit Manual (12.12). Easy to load up a set of files. Easy to put them away for another time. "A project is a special kind of BBEdit file that contains references to other files and folders, in

Re: Multiple Find and Replace at once

2018-04-10 Thread Christopher Stone
On 04/10/2018, at 16:01, Mike W mailto:ymwie...@gmail.com>> wrote: > This tool looks like the answer > The only thing missing is the ability to move to the next line. > > Anyone know if there is a way to have it move to next line? Hey Mike, Use the linefeed token \n. find-text \nReplac

Re: Multiple Find and Replace at once

2018-04-10 Thread Christopher Stone
Hey Mike, On 04/10/2018, at 14:47, Mike W mailto:ymwie...@gmail.com>> wrote: > Are you talking about the chrome add-on? We cant do this due to HIPAA (they > require access to all your files) Type Cmd-Shift-? in any application to access the Help menu's Search field. Do this in BBEdit and then

Re: Multiple Find and Replace at once

2018-04-10 Thread Mike W
This tool looks like the answer The only thing missing is the ability to move to the next line. Anyone know if there is a way to have it move to next line? On Tuesday, April 10, 2018 at 3:10:52 PM UTC-4, jajls wrote: > > On Apr 10, 2018, at 2:39 PM, Mike W > > wrote: > > > Is there a search p

Re: Can 'normalize options' be applied to multiple files (eg: all files in a project)?

2018-04-10 Thread Christopher Stone
On 04/10/2018, at 13:57, gpan mailto:g...@me.com>> wrote: > Seems every file in my project has the wrong whitespace defaults. I'd like to > change all of them without having to choose 'Normalize Options' for each one > individually. Hey Gerry, It's possible this could be done via AppleScript.

Re: Multiple Find and Replace at once

2018-04-10 Thread Fletcher Sandbeck
You should be able to put in a new line using \n. replace "~NM1*87*2~N3*" using "\nBILLING ADDRESS: " searching in text 1 of front text document options {starting at top:true} [fletcher] > On Apr 10, 2018, at 1:06 PM, Mike W wrote: > > I've never used Scrip editor. the "↵" symbol i put in

Re: Restoring a window after opening in a new window

2018-04-10 Thread Robyn Peterson
Thank you for your post Neil. This is going to make it much easier for me to manage my open files. I wondered if you knew of a way to group certain files together for the next editing session, so that you could be selective about which files appeared in the side bar without having to manage them

Re: HTML authoring - specifying a font

2018-04-10 Thread Robyn Peterson
Hi David, I am also new to code editing and am just starting to learn CSS. I wondered if you had any specific sites or user forums you've found that have been especially helpful in programming new Cascading Style Sheets? Thanks! Robyn P. On Friday, March 16, 2018 at 10:50:22 AM UTC-6, David

Re: Multiple Find and Replace at once

2018-04-10 Thread Patrick Woolsey
On 4/10/18 at 3:47 PM, ymwie...@gmail.com (Mike W) wrote: Are you talking about the chrome add-on? We cant do this due to HIPAA (they require access to all your files) If you dont mean the add on I dont understand On Tuesday, April 10, 2018 at 2:54:38 PM UTC-4, Sam Hathaway wrote: I think y

Re: Multiple Find and Replace at once

2018-04-10 Thread Mike W
Are you talking about the chrome add-on? We cant do this due to HIPAA (they require access to all your files) If you dont mean the add on I dont understand On Tuesday, April 10, 2018 at 2:54:38 PM UTC-4, Sam Hathaway wrote: > > I think you can do this with a Text Factory: > > Hope this helps! >

Re: Multiple Find and Replace at once

2018-04-10 Thread Mike W
I've never used Scrip editor. the "↵" symbol i put in, I actually need it to "move to next line" in BBEdit I just do "command + enter" what do i put in the Script to move to next line? I would much rather use Grep but I'm not sure I know how to create what you're describing. when i select Find

Re: Can 'normalize options' be applied to multiple files (eg: all files in a project)?

2018-04-10 Thread Rich Siegel
On 4/10/18 at 2:57 PM, g...@me.com (gpan) wrote: > Seems every file in my project has the wrong whitespace defaults. I'd > like to change all of them without having to choose 'Normalize > Options' for each one individually. There's no way to batch this operation, but you could: - use "Normaliz

Re: Multiple Find and Replace at once

2018-04-10 Thread Jeffrey Jones
On Apr 10, 2018, at 2:39 PM, Mike W wrote: > > Is there a search pattern that would be able to do a Multiple Find and > Replace at once? I've never used the feature myself, so I might be misunderstanding how it works, but your task sounds like what the new Canonize command is for. (See the ma

Re: Multiple Find and Replace at once

2018-04-10 Thread Fletcher Sandbeck
If there are a lot of replacements it might be easier to do a script. Open Script Editor and create a script like this with all your find/replace operations. This conducts its operations in the frontmost window. tell application "BBEdit" activate replace "~NM1*87*2~N3*" using "↵ BILLING ADDRE

Can 'normalize options' be applied to multiple files (eg: all files in a project)?

2018-04-10 Thread gpan
Seems every file in my project has the wrong whitespace defaults. I'd like to change all of them without having to choose 'Normalize Options' for each one individually. –Gerry -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem,

Re: Multiple Find and Replace at once

2018-04-10 Thread Sam Hathaway
I think you can do this with a Text Factory: ![](cid:CDCAE431-6A62-4FCA-9871-85EC1D2FE63A@munkynet.org "Screen Shot.png") Hope this helps! -sam On 10 Apr 2018, at 14:39, Mike W wrote: Is there a search pattern that would be able to do a Multiple Find and Replace at once? I have a large file

Multiple Find and Replace at once

2018-04-10 Thread Mike W
Is there a search pattern that would be able to do a Multiple Find and Replace at once? I have a large file and dozens of items that need to be replaced. Here are some examples: find: "~NM1*87*2~N3*" and replace with "↵ BILLING ADDRESS: " find: "~DMG*D8*" and replace with "↵ SUB DOB: " fi

Re: Where Are Backup/Temp Files for SFTP Files

2018-04-10 Thread Rich Siegel
On 4/9/18 at 6:51 PM, li...@rickgordon.com (Rick Gordon) wrote: I thought that I used to find them in ~/Library/Caches/com.barebones.bbedit/FTPTemp, but now I just find empty folders there. That's the correct location. If a document opened via FTP/SFTP is closed, its backing file is removed.