Kaydet (Commit) 2555d3ba authored tarafından Enrico Tröger's avatar Enrico Tröger

Add build_settings section to allow executing Matlab scripts.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3839 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 5de4dc54
......@@ -5,6 +5,8 @@
* plugins/classbuilder.c:
Fix wrongly created header guards when the class filenames contains
dashes (patch by PCMan, thanks).
* data/filetypes.matlab:
Add build_settings section to allow executing Matlab scripts.
2009-06-03 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
......@@ -36,3 +36,10 @@ comment_use_indent=true
# context action command (please see Geany's main documentation for details)
context_action_cmd=
[build_settings]
# %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)
compiler=
run_cmd=octave -q "%f"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment