Something strange is going on while trying to run Julia script files:

  1. the .jl extension is removed: so running an "x.jl" with EX_00_CM=julia "%f" in "filetypes.julia" results in: file x not found.
  2. if the script file name is x.jl.jl and there is a file x.jl present in the directory, but not marked as executable then there is another error message: 'Permission denied' .

The filetypes.python file structure does not differ from filetypes.julia, but Python scripts run OK without being marked as executable and are found.

What could be the reason for this weird behavior and how to fix this issue, so that Julia scripts could be run using F5 in Geany?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3908@github.com>