BBEdit 15 preview with BBEdit

2024-04-16 Thread R B Cohen
When I view in BBEdit (free version), everything looks great. But when I 
switch to Safari, not so. The type looks "10 times" larger and spacing  and 
alignment is different. My HTML pages use CSS stylesheet for formatting. 

Most notable, font-size set to 9px looks more like 18px in Safari bother 
offline and online, but renders fine in BBEdit preview.

I'm using Safari Version 17.4.1 (macOS Sonoma).

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or believe that the application isn't working correctly, please email 
"supp...@barebones.com" rather than posting here. Follow @bbedit on Mastodon: 

--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/e7d426b9-16d1-4c69-8944-de82c561c4b6n%40googlegroups.com.


Re: Search & Replace

2021-11-15 Thread R B Cohen
GEDitCom finally replied that there is option to turn the code off. Had no 
idea! So that deletes needing to replace the  1 _PLACE and the unique id 
1 _GCID. I'm left with the 1 AFN.  Will try your suggestion.

On Monday, November 15, 2021 at 8:49:06 PM UTC-5 listmei...@gmail.com wrote:

> On Nov 15, 2021, at 15:18, R B COHEN  wrote:
>
> 1 _GCID 94D0C28F-7346-4AC7-96D1-147294BADAF1
>
> --
>
> Hey R B,
>
> Is this the start of the line?
>
> Are these always _GCID numbers?
>
> Is the hyphenated alphanumeric string always 36 characters?
>
> Something like this:
>
> Find:
>
> (?-i)^.*[0-9A-Z]{8}-[0-9A-Z]{4}-[0-9A-Z]{4}-[0-9A-Z]{4}-[0-9A-Z]{12}.*\n?
>
> Replace:
>
> Nothing
>
> I then need to Find & Replace:
>
>
> FIND:
>
>
> 1 AFN  123.123.123  
>
> REPLACE: 
>
> 1 FACT 123.123.123  \n
> 2 TYPE Reference
>
>
> Something like this:
>
> Find:
>
> (\d+)\h+AFN\h+\b(\d+\.\d+\.\d+)\b
>
> Replace:
>
> \1 FACT \2\n2 TYPE Reference\n
>
> --
> Best Regards,
> Chris
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/99868774-ac2a-4ac9-9901-b7895482834dn%40googlegroups.com.


Search & Replace

2021-11-15 Thread R B COHEN
1 _GCID 94D0C28F-7346-4AC7-96D1-147294BADAF1
FIND: Entire line where alphanumic (with hyphen) varies per.  
REPLACE: with nothing, move next line up in its place.

Have over 61,000 of them! So once I know it works with Replace, would like 
to use Replace All.

I then need to Find & Replace:
FIND: 1 AFN  123.123.123  
REPLACE: 
1 FACT 123.123.123  \n
2 TYPE Reference
(in all cases, the alphanumeric following FACT must match the AFN )
Not sure if I need a second \n after "Reference". The example of 
"123.123.123" has two other scenarios so would run this 3 times using 
Replace & Find.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/2ddd90ec-85d6-44d8-811c-701ce0910b18n%40googlegroups.com.