Re: Syntax highlighting for PHP variables

2012-02-21 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/02/2012 00:38, Jake Davidson wrote: > Hey guys, I'm wondering how I can make php variables show up in a > specific color. I've looked at the colors tab in preferences, but to > no avail. From what I can find online by googling, this seems > imp

Syntax highlighting for PHP variables

2012-02-21 Thread Jake Davidson
Hey guys, I'm wondering how I can make php variables show up in a specific color. I've looked at the colors tab in preferences, but to no avail. From what I can find online by googling, this seems impossible but I find it really hard to believe that a product this awesome really doesn't have someth

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

2012-02-21 Thread Christian Boyce
I am sure that this is possible. I am also sure that there are a lot of people who can give you the magic formula, as easily as if you'd asked me for help spelling "cat." However, if you don't get an answer from someone else, let me know. I speak a little GREP and think I could bang this out f

Running Tidy->Reflow Document crashes with large XML file

2012-02-21 Thread bunner bob
I'm trying to reflow a 16MB XML file and every time I try I get the spinning cursor and then after a minute or so BBEdit just quits. Is this a known issue? Anything I can do about it? BBE 9.6.3, MacBook Pro running 10.6.8 - Bob -- You received this message because you are subscribed to the "B

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

2012-02-21 Thread Christopher Stone
On Feb 21, 2012, at 13:11, TJ Luoma wrote: > Hi, my name is TJ and I'm terrible at regular expressions :-) __ Hey TJ, Olof has pretty much got it. On Feb 21, 2012, at 13:36, Olof Svensson wrote: > Try > ^([A-Z])([A-Z]+)$\r > re

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.

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

2012-02-21 Thread TJ Luoma
Hi, my name is TJ and I'm terrible at regular expressions :-) Here's what I want to do: Match: "Any line which is one word long (where 'word' is defined as ASCII letters, only) and that word is ALL CAPS" Do: * Change word from UPPERCASE to Capitalized * Put a colon after WORD * Wrap that word (

Re: where did Markup->Utilities->Comment go?

2012-02-21 Thread Lee Hinde
On Feb 21, 2012, at 6:44 AM, Mike Arnold wrote: > David, > > That works, so its all good. > > Shew, I really thought that used to be in Utilities ... oh well, > another day, something forgotten! :-) > > Mike. > The 'comment' commands were consolidated. You're not going crazy. Well, you may

Re: where did Markup->Utilities->Comment go?

2012-02-21 Thread Mike Arnold
David, That works, so its all good. Shew, I really thought that used to be in Utilities ... oh well, another day, something forgotten! :-) Mike. -- 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

Re: where did Markup->Utilities->Comment go?

2012-02-21 Thread David Kendal
On 21 Feb 2012, at 13:39, Mike Arnold wrote: > A short time ago, it seems as if 'Markup->Utilities->Comment' > disappeared, now I only have 'Markup->Utilities->Remove Comments'. > > I really miss the function ... any idea where it might be hiding? Could "Un/Comment Selection" in the Text menu b

where did Markup->Utilities->Comment go?

2012-02-21 Thread Mike Arnold
BBedit version 10.1.1 (3140) A short time ago, it seems as if 'Markup->Utilities->Comment' disappeared, now I only have 'Markup->Utilities->Remove Comments'. I really miss the function ... any idea where it might be hiding? thanks, Mike. -- You received this message because you are subscribed

Re: Some ugly bugs

2012-02-21 Thread Jan Erik Moström
I suggest that you send an email to supp...@barebones.com, they probably have some advise for you On Sat, Feb 18, 2012 at 07:53, Jaff wrote: > I've noticed an unfortunate behavior recently, had not taken time to > document it until now. I've been carrying a bunch of unsaved documents > along, tha