Revision: 3839 http://geany.svn.sourceforge.net/geany/?rev=3839&view=rev Author: eht16 Date: 2009-06-05 15:35:47 +0000 (Fri, 05 Jun 2009)
Log Message: ----------- Add build_settings section to allow executing Matlab scripts.
Modified Paths: -------------- trunk/ChangeLog trunk/data/filetypes.matlab
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-06-05 15:09:04 UTC (rev 3838) +++ trunk/ChangeLog 2009-06-05 15:35:47 UTC (rev 3839) @@ -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>
Modified: trunk/data/filetypes.matlab =================================================================== --- trunk/data/filetypes.matlab 2009-06-05 15:09:04 UTC (rev 3838) +++ trunk/data/filetypes.matlab 2009-06-05 15:35:47 UTC (rev 3839) @@ -36,3 +36,10 @@
# 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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.