Branch: refs/heads/master Author: hieeupomalrf hieeupomalrf@gmail.com Committer: hieeupomalrf hieeupomalrf@gmail.com Date: Thu, 19 Oct 2023 01:28:11 UTC Commit: 6104d0007a6df4ed3f6055551e55080475d3066a https://github.com/geany/geany/commit/6104d0007a6df4ed3f6055551e55080475d306...
Log Message: ----------- add R execution command
Modified Paths: -------------- data/filedefs/filetypes.r
Modified: data/filedefs/filetypes.r 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -60,3 +60,8 @@ context_action_cmd= #width=4 # 0 is spaces, 1 is tabs, 2 is tab & spaces #type=1 + +[build_settings] +# %f will be replaced by the complete filename +# %e will be replaced by the filename without extension +run_cmd=Rscript "%f" \ No newline at end of file
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).