Re: How run Julia script from BBEdit?

2021-08-01 Thread Bruce Van Allen
Hey Murray, I'm new to Julia as of today, but this might help. 1. Besides installing Julia and the BBEdit language module as you did, here is my script: #!/usr/bin/env julia print("Hello, World!\n") 2. With the script open in BBEdit: * check in the lower left, that the language widget is

Bingo, indeed - it works exactly as you said! Thank you.What was totally unclear was beginning the script with "#!/usr/bin/env julia". I had been under the (apparently mistaken) impression that if the

2021-08-01 Thread Murray Eisenberg
On Sunday, August 1, 2021 at 2:58:03 PM UTC-4 Bruce Van Allen wrote: > Hey Murray, > > I'm new to Julia as of today, but this might help. > > 1. Besides installing Julia and the BBEdit language module as you did, > here is my script: > > #!/usr/bin/env julia > > print("Hello, World!\n") >

How run Julia script from BBEdit?

2021-08-01 Thread Murray Eisenberg
In BBEdit 14.0 under macOS Big Sur 11.5.1, I have the following Julia code in a file hello.jl now open in a BBEdit window: print("Hello, World!\n") I _have_ installed the Julia Language Module from https://github.com/JuliaEditorSupport/julia-textwrangler-bbedit and restarted BBEDit. Now how

BBEdit 14.0.1 – Scroll Text Up Past Bottom of Window

2021-08-01 Thread Christopher Stone
Hey Folks, BBEdit 12.x allowed the user to scroll text up past the bottom of the window, so you could conveniently position the cursor in your comfort zone without having to add blank lines to the end of your text. I'm looking in the prefs and expert prefs and can't find the setting. Could

Re: BBEdit 14.0.1 – Scroll Text Up Past Bottom of Window

2021-08-01 Thread Christopher Stone
> On Aug 01, 2021, at 18:42, Christopher Waterman wrote: > > I think it’s. > > defaults write com.barebones.bbedit ExtraSpaceInTextViews -bool YES Hey Christopher, That didn't work for me, but it helped me do some sleuthing. There is NO “ExtraSpaceInTextViews” pref in the currently listed

Re: BBEdit 14.0.1 – Scroll Text Up Past Bottom of Window

2021-08-01 Thread Christopher Waterman
Oh sorry about that, and thanks. I knew this existed but had never tried it out. I think I like it. > On Aug 1, 2021, at 5:03 PM, Christopher Stone > wrote: > >> On Aug 01, 2021, at 18:42, Christopher Waterman > > wrote: >> >> I think it’s. >> >> defaults write

Re: BBEdit 14.0.1 – Scroll Text Up Past Bottom of Window

2021-08-01 Thread Christopher Waterman
I think it’s. defaults write com.barebones.bbedit ExtraSpaceInTextViews -bool YES > On Aug 1, 2021, at 3:47 PM, Christopher Stone > wrote: > > Hey Folks, > > BBEdit 12.x allowed the user to scroll text up past the bottom of the window, > so you could conveniently position the cursor in your