Re: creating multiple paragraphs

2011-08-16 Thread John Delacour
At 21:21 -0700 02/08/2011, Ken Lanxner wrote: Hi. Prior to v. 10, I could select a list of lines separated by two or more line breaks and invoking Paragraph would wrap each line in paragraph tags. The following short Perl text filter ought to do what you want: #! /usr/bin/perl chomp ($_ =

Save question in Lion

2011-08-16 Thread Marek Stepanek
Hello all! (I little bit off-topic!) I just stumbled over a little problem, saving the ingenious paragraph-filter of John Delacour: Being a two weeks user of Lion, and user of shell and vim, I did not realized, that the normal user is not able to save files into ~/Library any more ...

Re: Save question in Lion

2011-08-16 Thread Maarten Sneep
On Tue, 16 Aug 2011 12:34:56 +0200, Marek Stepanek wrote: Being a two weeks user of Lion, and user of shell and vim, I did not realized, that the normal user is not able to save files into ~/Library any more ... What is this? How are we supposed to do it? Apple is putting us more and more under

Re: Save question in Lion

2011-08-16 Thread Herbert Schulz
On Aug 16, 2011, at 6:06 AM, Maarten Sneep wrote: On Tue, 16 Aug 2011 12:34:56 +0200, Marek Stepanek wrote: Being a two weeks user of Lion, and user of shell and vim, I did not realized, that the normal user is not able to save files into ~/Library any more ... What is this? How are we

Re: Save question in Lion

2011-08-16 Thread Christopher Stone
On Aug 16, 2011, at 06:06, Maarten Sneep wrote: shift-cmd-G and typing Library brings you to the library. You can use SetFile (dev tools) to make the Library permanently visible again. This move has annoyed many users. __

Determine the number of words in a document

2011-08-16 Thread fjamesc
How does a person determine how many words are in a document? Thanks! Franklin -- 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

Re: View ncx and opf files within epubs?

2011-08-16 Thread Derek Mackrell
Perfect. Thanks very much for this. Derek On Mon, Aug 15, 2011 at 9:29 PM, Steve Kalkwarf kalkw...@barebones.com wrote: On Aug 13, 2011, at 12:03 PM, Derek wrote: I'm really enjoying the ability to view the contents of epub files from directly within BBEdit, but it's frustrating that it

Re: Determine the number of words in a document

2011-08-16 Thread Steve Kalkwarf
On Aug 16, 2011, at 8:20 AM, fjamesc wrote: How does a person determine how many words are in a document? The Text Statistics (by default, displayed in the window footer, at the right end) show: character count / word count / line count -- You received this message because you are

Re: Save question in Lion

2011-08-16 Thread Marek Stepanek
Thank you all for these precious tips! I am loosing contact to my MacOS, being only in my shell ... Best greetings to all marek -- 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

Extensive Horizontal Scroll?

2011-08-16 Thread baiss
Isn't there a way around this? I just downloaded 10 and with Magic Mouse and a 65 year old body can't use the editor because of the vanishing sideways text. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group, send

Re: Solution for Black Pointer on Dark Background

2011-08-16 Thread Holger Bartel
On 16/08/2011 at 22:41:26 GMT+08:00 robert...@me.com wrote: I am wondering the same exact thing. Any color scheme with a dark background makes the I-bar pointer nearly impossible to see / find. Maybe there should be an option to change the I-bar color AND thickness? That would help immensely.

Re: Extensive Horizontal Scroll?

2011-08-16 Thread Christopher Stone
On Aug 16, 2011, at 10:28, baiss wrote: Isn't there a way around this? I just downloaded 10 and with Magic Mouse and a 65 year old body can't use the editor because of the vanishing sideways text. __ Create a keyboard

Re: Determine the number of words in a document

2011-08-16 Thread oliver
https://lh5.googleusercontent.com/-ptmmaXw54VQ/TkqOem8Yh2I/AFM/lKTs9StIKkk/word%252520count.png -- 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

Re: Extensive Horizontal Scroll?

2011-08-16 Thread oliver
View › Text Display › Soft Wrap Text -- 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

Re: Help getting a codeless language module working

2011-08-16 Thread oliver
Thanks Mic, I added a space and a colon to the Identifier and Keyword Character Class and that got the keywords working (even with a space). Now I just need to get the Functions and Strings working. -- You received this message because you are subscribed to the BBEdit Talk discussion group on

Grep Replace Help needed

2011-08-16 Thread jefferis
Hi folks, I am trying to read through the Grep help file but there is just too much information to absorb at one time. What I'm trying to do is fairly simple and I have part of the solution, but not the rest. I am trying to replace in a form field the results for the input areas. So for example

Re: Grep Replace Help needed

2011-08-16 Thread Jefferis Peterson
On 8/16/11 12:05 PM, jefferis peterson jeffe...@petersonsales.net wrote: I think so far what I do is do a search on :name=.*and replace it with # something # But I cannot figure out how do the closing hash and not erase the variables I tried SEARCH name=.* REPLACE

Re: Grep Replace Help needed

2011-08-16 Thread Fritz Anderson
On 16 Aug 2011, at 11:05 AM, jefferis wrote: I am trying to replace in a form field the results for the input areas. So for example say I want to replace name=VariableCharacters with hashes to make it #VariableCharacters# removing name= and quotes in multiple fields like: input

Re: Grep Replace Help needed

2011-08-16 Thread oliver
Put parentheses around the regex you want to capture and then reference that capture in the replace pattern. I'm assuming you want it to end up like: input #text# #City# #City# / Find: \w+=(.+?) ? Replace: #\1# The \1 reference inserts whatever is inside the parentheses. -- You received

R support

2011-08-16 Thread jarome
http://www.ugmedia.com.au/2010/12/12/using-r-and-bbedit/ This R.plist and the two scripts no longer work. Does anyone know how to get R syntax support in BBEdit? Jim Rome -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to

Re: Extensive Horizontal Scroll?

2011-08-16 Thread Rod Buchanan
On Aug 16, 2011, at 10:28 AM, baiss wrote: Isn't there a way around this? I just downloaded 10 and with Magic Mouse and a 65 year old body can't use the editor because of the vanishing sideways text. If none of the other answers help, the answer may lie in the Mouse preferences pane. I have

Re: Save question in Lion

2011-08-16 Thread John Delacour
At 12:34 +0200 16/08/2011, Marek Stepanek wrote: ...I did not realized, that the normal user is not able to save files into ~/Library any more ... What is this? How are we supposed to do it? Apple is putting us more and more under tutelage. iSpy Even in SL I find navigating in the Save

Re: Save question in Lion

2011-08-16 Thread LuKreme
On Aug 16, 2011, at 4:34, Marek Stepanek ms...@podiuminternational.org wrote: Being a two weeks user of Lion, and user of shell and vim, I did not realized, that the normal user is not able to save files into ~/Library any more You can easily save files in ~/Library, it is simply hidden

Re: BBedit 10: Images and Alternative Text

2011-08-16 Thread LuKreme
On Aug 16, 2011, at 12:59, steveax stev...@gmail.com wrote: While I know it's impossible to make authors supply good alternative text, I think tools can nudge one way or another and I suspect the current behavior will nudge in the wrong direction. Since an alt tag is REQUIRED it makes sense to

Re: Solution for Black Pointer on Dark Background

2011-08-16 Thread LuKreme
On Aug 16, 2011, at 8:41, Sceaga robert...@me.com wrote: Maybe there should be an option to change the I-bar color AND thickness? That would help immensely. In system preferences = Accessibility (is that the current name?) there is an option to make the Ouse cursor larger. I find that on my

Re: BBedit 10: Images and Alternative Text

2011-08-16 Thread John Delacour
At 15:42 -0700 16/08/2011, steveax wrote: On Aug 16, 3:22 pm, LuKreme krem...@kreme.com wrote: Since an alt tag is REQUIRED it makes sense to supply one, else the code BBEdit inserts for the image is syntactically invalid. Not in HTML5, and in any case, inserting the filename is a

Re: BBedit 10: Images and Alternative Text

2011-08-16 Thread Rich Siegel
On Tuesday, August 16, 2011, steveax stev...@gmail.com wrote: BBEdit 10's behavior is to insert the filename in the alt attribute if none is supplied. This is counterproductive and I fear will lead (some) authors into believing that is a good practice. Wait for it... defaults write

Re: BBedit 10: Images and Alternative Text

2011-08-16 Thread steveax
On Aug 16, 5:51 pm, Rich Siegel sie...@barebones.com wrote: On Tuesday, August 16, 2011, steveax stev...@gmail.com wrote: BBEdit 10's behavior is to insert the filename in the alt attribute if none is supplied. This is counterproductive and I fear will lead (some) authors into believing that

Re: Grep Replace Help needed

2011-08-16 Thread Patrick James
To add a tiny bit of info. \1 reproduces in the replace whatever is within the first set of brackets in the expression and \2 reproduces whatever is in the second and of course \3 the third and so on. A couple of very handy things which I think may be unique to BBEdit grep implementation:

Re: Grep Replace Help needed

2011-08-16 Thread Christian Boyce
Wow. Is that nice or what. Thank you Patrick! On Aug 16, 2011, at 7:17 PM, Patrick James wrote: Handiest of all is that the ampersand reproduces the entire searched text. This I use all the time. If you want to put p and /p around some para's then it is: Find: .+ Replace: p/p --