Depending on your installed PHP version (Apple standard, Entropy, 5.2,
5.3, etc), you may need to change the line where the error is reported
or else the error message will come up in a new text window instead of
a dialog.

Change:

set msg to paragraph 2 of err_text

To:

set msg to paragraph 1 of err_text

I also prefer to change the "No errors" message to a simple "beep"
command so that it's less intrusive.

Hope that helps,

-Paul Burney

On Nov 8, 1:02 pm, Scout <[email protected]> wrote:
> Thanks, Jim! I had looked at that page but there was no indication
> that the script had been modified since it was originally published.
>
> line 43 was:
>                 set is_dirty to modified of w
> now:
>         set is_dirty to modified of (document of w)
>
> line 46 was:
>                 set the_filename to name of w
> now:
>         set the_filename to name of (document of w)
>
> All set now. Thanks for the help!
>
> -scout
>
> On Nov 7, 6:00 pm, Jim Correia <[email protected]> wrote:
>
> > On Nov 7, 2009, at 8:51 PM, Noah Slater wrote:
>
> > > On 7 Nov 2009, at 17:37, Jim Correia wrote:
>
> > >> There was a bug in the script which John fixed last year when I sent
> > >> him a patch.
>
> > […]
>
> > > Where is the new version found?
>
> > The new version is on the project page:
>
> >        http://daringfireball.net/2003/12/php_syntax_checking_in_bbedit
>
> > My recollection is that John rolled in the fix as soon as I alerted  
> > him to the problem.
>
> > - Jim
>
>
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 "[email protected]" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to