The GUI-way solved the issue writing to the filetypes.julia:

[build-menu]
## USE the Geany MENU: 
#						»Build	»Set Build Commands 
# to configure the	filetypes.julia	file
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
EX_00_CM=julia %f
EX_00_LB=_Execute
EX_00_WD=

(The comments are changed manually by editing the text)

This solved the issue and now Julia scripts run as Python scripts do. Thanks for the very fast response :) which solved the issue.


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/2167047998@github.com>