How To Use Grep To Change Beginning And Ending Text Only

2010-09-21 Thread OleBBSer
Hello Everyone, Patrick has already explained to me how to change text on the left and right sides of a phrase, without changing the center phrase, when the center phrase is a fixed string. However, what if the center phrase is NOT a fixed string, but rather a title of a book, for example, and

Re: syntax highlighting php variables

2010-09-21 Thread Martin
Thanks Dennis i thought it's more easy, so i wont change it. On 17 Sep., 21:12, Dennis Rande runfastrun...@mac.com wrote: On Sep 17, 2010, at 3:19 AM, Martin wrote: ?php echo $name; ? i swould like to see $name in blue. what do i have to change to get this please? I believe the only

Re: How To Use Grep To Change Beginning And Ending Text Only

2010-09-21 Thread Gabriel Roth
Change your replacement pattern to: h2nbsp;nbsp;nbsp;\1/h2 The \1 here means the first parenthetical sub-pattern in the Find pattern. I strongly suggest that you read Chapter 8 of the BBEdit manual, which provides a very useful introduction to grep. The relevant section here is 'Writing

Re: syntax highlighting php variables

2010-09-21 Thread Rod Buchanan
On Sep 21, 2010, at 6:37 AM, Martin wrote: Thanks Dennis i thought it's more easy, so i wont change it. Does this not do what you want? On Sep 13, 2010, at 2:01 PM, Rod Buchanan wrote: On Sep 13, 2010, at 10:38 AM, Martin wrote: the last post to this is from 2008 and it didn't help

Line Spacing

2010-09-21 Thread Rick Yentzer
Is it at all possible to increase the line spacing within the bbedit document window? Aptana has a script that increases it an certain increment each time you run the script. It would be nice to be able to space out the text. -- Rick Yentzer -- You received this message because you are