Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Fri, 20 Oct 2023 14:35:59 UTC Commit: f86c4de5863d1a2609345a045d7cfff5c35651b4 https://github.com/geany/geany/commit/f86c4de5863d1a2609345a045d7cfff5c35651...
Log Message: ----------- Merge pull request #3607 from hieeupomalrf/R_commands
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).