Re: Can't make "search in project" work

2017-03-28 Thread Oliver Boermans
Selecting Search in  ought to open the Multi file search
window.
The menu bar greys out like you described when a window such as this is in
focus.Perhaps it is open, but offscreen.
Try closing it (while the menu bar is greyed) with Command-W before trying
again.
Hopefully this will reset the window position to somewhere visible. If not
I suggest shooting an email to supp...@barebones.com

I have seen this occasionally with the regular find window. Do you have
multiple displays like I do?


On 29 March 2017 at 10:41, Rob Lewis  wrote:

> I've used BBEdit fairly lightly for many years. Just now I was trying for
> the first time to use its Projects feature (v. 11.6.4)
>
> I created a project and put files in it, and it appears to work. But when
> I select Search:Search in , literally nothing happens except
> that the menu bar at the top of the screen is grayed out. I waited quite a
> while, and…nothing.
>
> What am I missing? And, is it possible to do search & replace over an
> entire project?
>
> --
> This is the BBEdit Talk public discussion group. If you have a
> feature request or would like to report a problem, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
> ---
> You received this message because you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Can't make "search in project" work

2017-03-28 Thread Rob Lewis
I've used BBEdit fairly lightly for many years. Just now I was trying for 
the first time to use its Projects feature (v. 11.6.4)

I created a project and put files in it, and it appears to work. But when I 
select Search:Search in , literally nothing happens except 
that the menu bar at the top of the screen is grayed out. I waited quite a 
while, and…nothing. 

What am I missing? And, is it possible to do search & replace over an 
entire project? 

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: BBEdit Find and replace using grep help

2017-03-28 Thread Nikao
Thank you!

On Tuesday, March 28, 2017 at 3:49:58 PM UTC-5, Tom Robinson wrote:
>
> That’s an easy one :] 
>
> Search for this: 
>
> ^.+$ 
>
> ^  says look for '’ at beginning of line 
> .  look for any character 
> +  …one or more times 
> $  says look for '’ at end of line 
>
> Cheers 
>
>
> > On 2017-03-29, at 08:55, Nikao  wrote: 
> > 
> > I am very new to Grep and was wondering if some one could help with 
> this. 
> > 
> > I want to replace the whole line of code that starts with: 
> > 
> >  
> > 
> > and ends with 
> > 
> >  
> > 
> > In the middle the content will not be the same in every document. That 
> is why I want to be able to find a line that starts and ends like that and 
> replace the whole line of code. 
> > 
> > Example entries: 
> > 
> >  
> >  
> >  
> >  
> >  
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: BBEdit Find and replace using grep help

2017-03-28 Thread Tom Robinson
That’s an easy one :]

Search for this:

^.+$

^  says look for '’ at beginning of line
.  look for any character
+  …one or more times
$  says look for '’ at end of line

Cheers


> On 2017-03-29, at 08:55, Nikao  wrote:
> 
> I am very new to Grep and was wondering if some one could help with this.
> 
> I want to replace the whole line of code that starts with:
> 
> 
> 
> and ends with
> 
> 
> 
> In the middle the content will not be the same in every document. That is why 
> I want to be able to find a line that starts and ends like that and replace 
> the whole line of code.
> 
> Example entries:
> 
> 
> 
> 
> 
> 

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


BBEdit Find and replace using grep help

2017-03-28 Thread Nikao
I am very new to Grep and was wondering if some one could help with this.

I want to replace the whole line of code that starts with:



and ends with



In the middle the content will not be the same in every document. That is 
why I want to be able to find a line that starts and ends like that and 
replace the whole line of code.

Example entries:







-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.