<div dir="ltr">Hey guys,<br><br>Great work on Geany. It's by far my most favorite text editor. A few minutes ago with the help of dmaphy on IRC, I was able to make it a bit more awesome for me by having it execute .m files on octave the way it does with python. All I had to do was add:<br>

<br>[build_settings]<br># %f will be replaced by the complete filename<br># %e will be replaced by the filename without extension<br># (use only one of it at one time)<br>compiler=<br>run_cmd=octave -q "%f"<br clear="all">

<br>to the end of the file ~/.config/geany/filedefs/filetypes.matlab, that would execute the script on octave if it's installed. I was wondering if this could be added by default.<br>Octave is a pretty decent matlab-compatible free tool (<a href="http://en.wikipedia.org/wiki/GNU_Octave">http://en.wikipedia.org/wiki/GNU_Octave</a>).<br>

<br>So, what do you guys think?<br><br>-- Amr<br>
</div>