Re: Formatting broken

2013-08-12 Thread Olof Svensson
Jag jobbar idag så det blir ingen träning för mig.
--
sos
---
Rearranging the letters of Slot Machines makes 
Cash Lost in 'em

11 aug 2013 kl. 17.10 skrev karl.pfeif...@grillparzerhof.at:

 Tender it with a Browser and copy. Not sure it is what you are needing.
 
 In earlier centuries there were tools to strip just MS things out of HTML.
 
 ~ k
 
 Karl Pfeiffer
 Schumpeterstrasse 15
 4040 Linz
 __
 
 
 Am 11.08.2013 um 15:14 schrieb Larry Lowe larry.d.l...@gmail.com:
 
 Text formatting for CSS is suddenly broken.
 
 Regardless of what I select for a format, the CSS Text gets optimized.
 
 I just upgraded to the latest rev and am running OSX 10.6.8.
 
 Anyone have any similar problems?
 
 Any ideas?
 
 
 -- 
 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: http://www.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 post to this group, send email to bbedit@googlegroups.com.
 
 
 
 -- 
 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: http://www.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 post to this group, send email to bbedit@googlegroups.com.
 
 

-- 
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: http://www.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 post to this group, send email to bbedit@googlegroups.com.


Re: Finding lines that do NOT contain a pattern

2012-08-28 Thread Olof Svensson
English is not my first language. I try to keep it short but I don't want to 
sound unfriendly.

If you have a file (MyFile):

George Smily, Modesty Blaise, Olof
Karla, Willy Garvin, Zorro
George Smily, Modesty Blaise, Karla
Olof, Karla, Willy Garvin, Zorro

Try a shellscript like:

egrep -v 'Olof' Path-to-MyFile | bbedit

This will exclude all lines containing 'Olof' and you will have:

Karla Willy Garvin Zorro
George Smily, Modesty Blaise, Karla

in a new document in BBedit.

--
Olof Svensson


2 rules to success in life.
1. Don't tell people everything you know.





27 aug 2012 kl. 07.47 skrev gugus2000:

 How can I remove lines from a large file that do not contain a certain 
 pattern? I can easily find the lines with the pattern but then...? The way 
 I do it today is using grep on the command line with io-redirection but I 
 think there should be a way to do it from within BBEdit.
 
 Thanks for your help
 ---markus---
 

-- 
-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Regex help - convert ALL CAPS to Caps if WORD is only WORD on line

2012-02-21 Thread Olof Svensson
English is not my first language. I try to keep it short, but I don't want to 
sound unfriendly.

Try
^([A-Z])([A-Z]+)$\r
replace
**\1\L\2:** 
--
Olof Svensson
--
A scientist will never show any kindness for a theory which he did not start 
himself.

-M.Twain



-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit