Re: 64 bit BBEdit and JXA

2018-02-14 Thread Dmitry Markman
thanks just FYI, js console.log sends output to stdout (I think) I didn’t find output of console.log in any of log in Console.app thanks again for your prompt response dm > On Feb 14, 2018, at 9:23 PM, Rich Siegel wrote: > > On 2/14/18 at 9:19 PM, dmark...@mac.com (Dmitry Markman) wrote: >

Re: 64 bit BBEdit and JXA

2018-02-14 Thread Rich Siegel
On 2/14/18 at 9:19 PM, dmark...@mac.com (Dmitry Markman) wrote: what about console.log output? I have no idea, sorry. The notion of "console" for a GUI application is not well defined, so maybe it's in the macOS "Console.app". Good luck finding it there. R. -- Rich Siegel

Re: 64 bit BBEdit and JXA

2018-02-14 Thread Dmitry Markman
ok, thanks Rich what about console.log output? dm > On Feb 14, 2018, at 9:17 PM, Rich Siegel wrote: > > On 2/14/18 at 9:14 PM, dmark...@mac.com (Dmitry Markman) wrote: > >> finally BBEdit is 64 bit application I was able to test scripting with >> java script >> >> and I found few problems

Re: 64 bit BBEdit and JXA

2018-02-14 Thread Rich Siegel
On 2/14/18 at 9:14 PM, dmark...@mac.com (Dmitry Markman) wrote: finally BBEdit is 64 bit application I was able to test scripting with java script and I found few problems the most important problem that I can’t get value of any of BBEdit environment variable: Those environment variables are

64 bit BBEdit and JXA

2018-02-14 Thread Dmitry Markman
Hi finally BBEdit is 64 bit application I was able to test scripting with java script and I found few problems the most important problem that I can’t get value of any of BBEdit environment variable: ObjC.import('stdlib') ObjC.import('Foundation') function run(argv) { var app = App