Re: Creating a stylesheet in BBEdit

2012-10-31 Thread Steve deRosier
Pretty simple: 1. Create a new file (cmd-N) 2. Save as with an extension of .css (cmd-shift-S), name foo.css (or whatever). Or, without saving: 1. create a new file 2. use the little drop menu at the bottom of the frame that says '(none)' and select CSS Or, from terminal: 1. `touch foo.css` 2.

Creating a stylesheet in BBEdit

2012-10-31 Thread Ted Haughawout
Hi: I'm trying out a Demo Version of BBEdit as I'm looking for a solid HTML/CSS Editor. Things look promising but I can't figure out how to create a new stylesheet. If I'm designing a website from scratch, what are the steps to begin a stylesheet that uses the line numbering and color coding, e

[ANN] BBEdit 10.5 (3223) pre-release

2012-10-31 Thread Rich Siegel
Good { morning, afternoon, evening }, The 10.5 public beta's rolling right along -- thanks to everyone who's taken the time to try it out and let us know how it's working, for better or for worse. :-) A new build is available, with an assortment of fixes for things that turned up in the prev

Re: BBEdit using >25% CPU doing "nothing" ?

2012-10-31 Thread Steve Samuels
To quote Rich's announcement about the 10.5 pre-release: One final note: If you run into a bug in a pre-release version, > PLEASE DO NOT REPORT THE BUG TO THE LIST. This includes asking > about whether others have seen the same problem. Instead, please > send a bug report to and we will deal

Re: Greppng

2012-10-31 Thread John Delacour
On 31/10/2012 16:40, LuKreme wrote: I want to grep for words in a file that contain 'a' 'b' and 'c' in any order. I also want to find words that contain two c's, even if not together (so access and chance). I might even want words with two c's AND a and b, again in any order. I feel like I a

Re: Greppng

2012-10-31 Thread Andrew Brown
On 31 oct. 2012, at 17:40, LuKreme wrote: > I want to grep for words in a file that contain 'a' 'b' and 'c' in any order. > I also want to find words that contain two c's, even if not together (so > access and chance). > > I might even want words with two c's AND a and b, again in any order. A

Re: Warn when file type is NOT unix (or Mac)?

2012-10-31 Thread rowen
Here is the script I use for this purpose: *on* documentDidOpen(myDoc) *tell* *application* "BBEdit" *if* *class* *of* myDoc *is* *not* *text document* *then* *return* *end* *if* *if* line breaks *of* myDoc = Unix *then* *return* *end* *if* *if* line breaks *of* myDoc = Mac *then* *set* l

Greppng

2012-10-31 Thread LuKreme
I want to grep for words in a file that contain 'a' 'b' and 'c' in any order. I also want to find words that contain two c's, even if not together (so access and chance). I might even want words with two c's AND a and b, again in any order. I feel like I am forgetting something basic. -- --

Re: BBEdit using >25% CPU doing "nothing" ?

2012-10-31 Thread FrankS
Restarting BBEdit makes the CPU-usage go down below 1% with the same windows open... Definitely "something to keep an eye on" ;-) Keep up the great work! Thanks, FrankS. On Tuesday, October 30, 2012 2:50:54 PM UTC-7, FrankS wrote: > > Accidentally noticed in the Activity Monitor that BBEdit