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 or view it on GitHub: https://github.com/geany/geany/issues/3908#issuecomment-2167047998 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3908/[email protected]>
