Re: auto indent perl

2009-10-09 Thread J. Gregg Thomason

On Oct 8, 8:46 am, Ash Varma m...@slackertype.net wrote:
 Hi.

 I just switched to using BBEdit and just wanted to know if there is a
 method to turn on automagic indenting for my perl scripts, as I type ..

You can use clippings to control indents (eg use a clipping to insert
your 'if' structure) and a scripted filter to run your code through
Perltidy.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
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
-~--~~~~--~~--~--~---



PHP Syntax Checking

2009-10-09 Thread Rod Buchanan

Pardon my senior moment ...

Since upgrading to Snow Leopard, John Gruber's _excellent_ PHP syntax  
checker opens results in a new document window, instead of a dialog  
box.  I seem to remember running into this before and fixing it, but  
the fix escapes me now.  Any ideas?

TIA,

-- 
Rod Buchanan
KDSI / Kelly Supply Co / ISCO
308 382-8764 x220

A programmer is a person who passes as an exacting expert on the  
basis of being able to turn out, after innumerable punching, an  
infinite series of incomprehensive answers calculated with micrometric  
precisions from vague assumptions based on debatable figures taken  
from inconclusive documents and carried out on instruments of  
problematical accuracy by persons of dubious reliability and  
questionable mentality for the avowed purpose of annoying and  
confounding a hopelessly defenseless department that was unfortunate  
enough to ask for the information in the first place.
-- IEEE Grid news magazine


--~--~-~--~~~---~--~~
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.
-~--~~~~--~~--~--~---



Can't open AppleScript dictionary

2009-10-09 Thread Nik

Opening the AppleScript dictionary does nothing. If I try multiple
times, I'll sometimes get a blank dictionary window.

I'm running the latest version of BBEdit on Snow Leopard.

--~--~-~--~~~---~--~~
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.
-~--~~~~--~~--~--~---



Re: Can't open AppleScript dictionary

2009-10-09 Thread peter boardman

On 9 Oct 2009, at 20:10, Nik wrote:


 Opening the AppleScript dictionary does nothing. If I try multiple
 times, I'll sometimes get a blank dictionary window.

 I'm running the latest version of BBEdit on Snow Leopard.

Do you get stuff like this in the Console?

09/10/2009 20:57:52 AppleScript Editor[87918]   *** -[NSCFDictionary  
setObject:forKey:]: attempt to insert nil value (key: name)
09/10/2009 20:57:53 [0x0-0x109e09d].com.apple.ScriptEditor2[87918]   
Called sdef:id on a class node that has no name or id!
09/10/2009 20:57:53 AppleScript Editor[87918]   An exception was thrown 
 
during execution of an NSScriptCommand...
09/10/2009 20:57:53 AppleScript Editor[87918]   *** -[NSCFDictionary  
setObject:forKey:]: attempt to insert nil value (key: name)

I do too... :)


--~--~-~--~~~---~--~~
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.
-~--~~~~--~~--~--~---



Re: Can't open AppleScript dictionary

2009-10-09 Thread Bill Rowe

On 10/9/09 at 12:10 PM, n...@inik.net (Nik) wrote:

Opening the AppleScript dictionary does nothing. If I try multiple
times, I'll sometimes get a blank dictionary window.

I'm running the latest version of BBEdit on Snow Leopard.

This is a known bug. For a work around you can use ASDictionary 
available here http://appscript.sourceforge.net/tools.html. 
ASDictionary is free, can read BBEdit's scripting dictionary and 
export it as HTML or 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 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.
-~--~~~~--~~--~--~---