Re: Help with find and replace please

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 10:46, Yannick Duguay  wrote:
> It's getting close i thing but it places the  at the end...
> 
> Exemple: L’enf class="exercice-input">t
> 
> What i need: L’enf class="exercice-input">t
> 
> Any idea why?

typo?

Find: _[^>]*[^ ]* 
replace: & 


-- 
Friends help you move. Real friends help you move bodies.

-- 
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: Help with find and replace please

2018-06-05 Thread David Wagner
What was suggested:
Find: _[^>]*[^ ]*
replace: &>/span>

(the _ is a space)

Could be change to:

Find: (\s+[^>]*[^\s]*

replace: \1

If there can be one space, then usually you can have more than one, so using 
\s+ covers your spaces.

So this should function for you...

Wags ;)
WagsWorld
Hebrews 4:15
Ph(primary) : 408-914-1341
Ph(secondary): 408-761-7391
On Jun 5, 2018, 09:52 -0700, Yannick Duguay , 
wrote:
> It's getting close i thing but it places the  at the end...
>
> Exemple: L’enf class="exercice-input">t
>
> What i need: L’enf class="exercice-input">t
>
> Any idea why?
>
> Le mardi 5 juin 2018 12:31:54 UTC-4, Lewis Butler a écrit :
> > On 5 Jun 2018, at 08:19, Yannick Duguay  
> > wrote:
> > >
> > > Muroom
> >
> > Find: _[^>]* > class="exercice-input">[^ ]*
> > replace: &>/span>
> >
> > (the _ is a space)
> >
> > Should do what you said you wanted.
> >
> >
> > --
> > "If it's a hobby to us and a job to you, why are you doing such a shoddy
> > job?" - Linus Torvalds to Microsoft
> >
> --
> 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.


Re: Help with find and replace please

2018-06-05 Thread Yannick Duguay
It's getting close i thing but it places the  at the end...

Exemple: L’enft

What i need: L’enft

Any idea why?

Le mardi 5 juin 2018 12:31:54 UTC-4, Lewis Butler a écrit :
>
> On 5 Jun 2018, at 08:19, Yannick Duguay  > wrote: 
> > 
> > Muroom 
>
> Find: _[^>]* class="exercice-input">[^ ]* 
> replace: &>/span> 
>
> (the _ is a space) 
>
> Should do what you said you wanted. 
>
>
> -- 
> "If it's a hobby to us and a job to you, why are you doing such a shoddy 
> job?" - Linus Torvalds to Microsoft 
>
>

-- 
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: Help with find and replace please

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 08:19, Yannick Duguay  wrote:
> 
> Muroom

Find: _[^>]*[^ ]*
replace: &>/span>

(the _ is a space)

Should do what you said you wanted.


-- 
"If it's a hobby to us and a job to you, why are you doing such a shoddy
job?" - Linus Torvalds to Microsoft

-- 
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 comes back to Mac App Store?

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 03:02, Jean-Christophe Helary  wrote:
> On Jun 5, 2018, at 17:20, @lbutlr  wrote:
>> So, anyone who watched the WWDC keynote heard that BBEdit is coming to the 
>> App Store. They did not mention that it was coming BACK.
> 
> And they had more applause than Microsoft when announced :)

Makes sense. Developers use BBEdit.

I am surprised at how few machines are dropped between 10.12 and 10.14. I was 
expecting my iMac and older MBP (both 2012) would be dropped this year, and 
neither one is.




-- 
I AM ZOMBOR! (kelly) ZOMBOR!

-- 
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.


Help with find and replace please

2018-06-05 Thread Yannick Duguay
Hi, i need to place a span around the following html code where the 
characters in red change everytime. How can i find all these strings and 
place a  before and a  after? Also there is a space before and 
after each instance, i guess i have to include this space in the search too?

Muroom

Thanks!

-- 
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 comes back to Mac App Store?

2018-06-05 Thread Jean-Christophe Helary


> On Jun 5, 2018, at 17:20, @lbutlr  wrote:
> 
> So, anyone who watched the WWDC keynote heard that BBEdit is coming to the 
> App Store. They did not mention that it was coming BACK.

And they had more applause than Microsoft when announced :)


Jean-Christophe Helary
---
http://mac4translators.blogspot.com @brandelune


-- 
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 comes back to Mac App Store?

2018-06-05 Thread Jan Erik Moström

On 5 Jun 2018, at 11:10, Geoffrey Hicks wrote:


No Dark mode for me. Boo.


That is a feature ... :)

= jem (who can't actually use white text on dark because of my eyes 
(doesn't??) work)


--
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 comes back to Mac App Store?

2018-06-05 Thread Geoffrey Hicks
Except… Mohave will orphan another swathe of Macs, prior to 2012 released 
machines, my mid-2011 27” iMac included. So, looks like I’ll be stuck on High 
Sierra, if I ever get there. No Dark mode for me. Boo.
--
PrefIX, GeoffIX, SuffIX

> On 5 Jun 2018, at 6:20 pm, @lbutlr  wrote:
> 
> So, anyone who watched the WWDC keynote heard that BBEdit is coming to the 
> App Store. They did not mention that it was coming BACK.
> 
> I assume the BBedit folks are busy at WWDC, but I am very interested in the 
> changes in Mojave that have brought BBEdit back. I mean, after watching the 
> SOTU I have some ideas that the new security model, while being more secure, 
> also allows more reasonable choices for the user.
> 
> Also, Mojave looks fantastic in Dark mode. I may never launch Chrome again :)
> 
> 
> Maybe we can hear about this soon, or maybe we can hear about it on the Apple 
> Developer forums? Or maybe we have to wait until October… hopefully not the 
> latter.
> 
> -- 
> Nothing gold can stay -- Robert Frost Stay gold -- Johnny Cade
> 
> -- 
> 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.


BBEdit comes back to Mac App Store?

2018-06-05 Thread @lbutlr
So, anyone who watched the WWDC keynote heard that BBEdit is coming to the App 
Store. They did not mention that it was coming BACK.

I assume the BBedit folks are busy at WWDC, but I am very interested in the 
changes in Mojave that have brought BBEdit back. I mean, after watching the 
SOTU I have some ideas that the new security model, while being more secure, 
also allows more reasonable choices for the user.

Also, Mojave looks fantastic in Dark mode. I may never launch Chrome again :)


Maybe we can hear about this soon, or maybe we can hear about it on the Apple 
Developer forums? Or maybe we have to wait until October… hopefully not the 
latter.

-- 
Nothing gold can stay -- Robert Frost Stay gold -- Johnny Cade

-- 
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.