Re: AppleScript syntax colouring? How?

2018-06-23 Thread Jean-Christophe Helary

> On Jun 24, 2018, at 1:28, Christopher Stone  
> wrote:
> Hey Martin,
> 
> See this page.
> 
> http://bbeditextras.org/wiki/index.php?title=Codeless_Language_Modules 
> 
> 
> The modules available won't have as comprehensive coloring as the Script 
> Editor or Script Debugger, but they're better than nothing.

It must be the one I'm using...

Jean-Christophe Helary
---
http://mac4translators.blogspot.com @brandelune


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-23 Thread Christopher Stone
On 06/12/2018, at 00:41, 'Martin Petersen' via BBEdit Talk 
mailto:bbedit@googlegroups.com>> wrote:
> Played around with the Demo and I must say I am impressed by the support for 
> Regular Expressions in the find and replace dialogue. Yet I can not find 
> support (syntax coloring) for AppleScripts.


Hey Martin,

See this page.

http://bbeditextras.org/wiki/index.php?title=Codeless_Language_Modules 


The modules available won't have as comprehensive coloring as the Script Editor 
or Script Debugger, but they're better than nothing.

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread 'Martin Petersen' via BBEdit Talk
Thank you.

Am Mittwoch, 13. Juni 2018 00:33:27 UTC+8 schrieb Patrick Woolsey:
>
> On 6/12/18 at 12:21 PM, bbe...@googlegroups.com  ('Martin 
> Petersen' via BBEdit Talk) wrote: 
>
> >Thanks, but still no syntax colouring. Any idea? 
> > 
>
> The short answer :-) is that BBEdit does not offer syntax 
> coloring for AppleScript due to various technical & practical 
> considerations. 
>
> Instead, we suggest you use the AppleScript Editor -- or if your 
> scripting needs are more extensive, we highly recommend Script 
> Debugger (and use it ourselves). 
>
>
> Regards, 
>
>   Patrick Woolsey 
> == 
> Bare Bones Software, Inc.  
>
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread Jean-Christophe Helary


> On Jun 13, 2018, at 1:21, 'Martin Petersen' via BBEdit Talk 
>  wrote:
> 
> Thanks, but still no syntax colouring. Any idea?

That's probably something I added later on...

Jean-Christophe 

> 
> Am Dienstag, 12. Juni 2018 19:49:55 UTC+8 schrieb Jean-Christophe Helary:
> 
> 
>> On Jun 12, 2018, at 14:41, 'Martin Petersen' via BBEdit Talk 
>> > wrote:
>> 
>> Played around with the Demo and I must say I am impressed by the support for 
>> Regular Expressions in the find and replace dialogue. Yet I can not find 
>> support (syntax coloring) for AppleScripts. Neither is a .scpt file 
>> automatically recognized nor can I find AppleScript in the language scopes 
>> at the bottom of the window. I am sure I do something wrong but what?
> 
> A .scpt file is a compiled applescript. You need at least Script Editor to 
> open and edit it.
> 
> BBEdit works with .applescript files, which are non compiled applescript 
> documents.
> 
> 
> Jean-Christophe Helary
> ---
> http://mac4translators.blogspot.com  
> @brandelune
> 
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or would like to report a problem, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter:  >
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to bbedit@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/bbedit 
> .

Jean-Christophe Helary
---
http://mac4translators.blogspot.com @brandelune


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread Harvey Pikelberger
When it comes to AppleScript consider JXA (JavaScript for Automation in 
macOS) -- in other words do AppleScript but with JavaScript, at which point 
you can take advantage of BBEdit's syntax coloring.  Also integrates with 
Node/NPM.

Some starters...
https://hackernoon.com/javascript-for-automation-in-macos-3b499da40da1
https://computers.tutsplus.com/tutorials/a-beginners-guide-to-javascript-application-scripting-jxa--cms-27171

On Tuesday, June 12, 2018 at 4:35:05 AM UTC-7, Martin Petersen wrote:
>
> Played around with the Demo and I must say I am impressed by the support 
> for Regular Expressions in the find and replace dialogue. Yet I can not 
> find support (syntax coloring) for AppleScripts. Neither is a .scpt file 
> automatically recognized nor can I find AppleScript in the language scopes 
> at the bottom of the window. I am sure I do something wrong but what?
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread Patrick Woolsey
On 6/12/18 at 12:21 PM, bbedit@googlegroups.com ('Martin 
Petersen' via BBEdit Talk) wrote:



Thanks, but still no syntax colouring. Any idea?



The short answer :-) is that BBEdit does not offer syntax 
coloring for AppleScript due to various technical & practical considerations.


Instead, we suggest you use the AppleScript Editor -- or if your 
scripting needs are more extensive, we highly recommend Script 
Debugger (and use it ourselves).



Regards,

 Patrick Woolsey
==
Bare Bones Software, Inc. 


--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread 'Martin Petersen' via BBEdit Talk
Thanks, but still no syntax colouring. Any idea?

Am Dienstag, 12. Juni 2018 19:49:55 UTC+8 schrieb Jean-Christophe Helary:
>
>
>
> On Jun 12, 2018, at 14:41, 'Martin Petersen' via BBEdit Talk <
> bbe...@googlegroups.com > wrote:
>
> Played around with the Demo and I must say I am impressed by the support 
> for Regular Expressions in the find and replace dialogue. Yet I can not 
> find support (syntax coloring) for AppleScripts. Neither is a .scpt file 
> automatically recognized nor can I find AppleScript in the language scopes 
> at the bottom of the window. I am sure I do something wrong but what?
>
>
> A .scpt file is a compiled applescript. You need at least Script Editor to 
> open and edit it.
>
> BBEdit works with .applescript files, which are non compiled applescript 
> documents.
>
>
> Jean-Christophe Helary
> ---
> http://mac4translators.blogspot.com @brandelune
>
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: AppleScript syntax colouring? How?

2018-06-12 Thread Jean-Christophe Helary


> On Jun 12, 2018, at 14:41, 'Martin Petersen' via BBEdit Talk 
>  wrote:
> 
> Played around with the Demo and I must say I am impressed by the support for 
> Regular Expressions in the find and replace dialogue. Yet I can not find 
> support (syntax coloring) for AppleScripts. Neither is a .scpt file 
> automatically recognized nor can I find AppleScript in the language scopes at 
> the bottom of the window. I am sure I do something wrong but what?

A .scpt file is a compiled applescript. You need at least Script Editor to open 
and edit it.

BBEdit works with .applescript files, which are non compiled applescript 
documents.


Jean-Christophe Helary
---
http://mac4translators.blogspot.com @brandelune


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


AppleScript syntax colouring? How?

2018-06-12 Thread 'Martin Petersen' via BBEdit Talk
Played around with the Demo and I must say I am impressed by the support 
for Regular Expressions in the find and replace dialogue. Yet I can not 
find support (syntax coloring) for AppleScripts. Neither is a .scpt file 
automatically recognized nor can I find AppleScript in the language scopes 
at the bottom of the window. I am sure I do something wrong but what?

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.