<br><br><div class="gmail_quote">On 2 April 2010 03:42, Nick Treleaven <span dir="ltr"><<a href="mailto:nick.treleaven@btinternet.com">nick.treleaven@btinternet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
As we have discussed a little whether project filetype commands are<br>
worth having, I thought I'd share what I've begun to use them for<br>
lately when working on Geany.<br>
<br>
reStructuredText:<br>
Manual  make doc<br>
Hacking make hacking-doc        %p/doc directory<br>
<br>
'Manual' is for when I'm editing doc/geany.txt.<br>
'Hacking' is for when I'm editing HACKING.<br>
<br>
C:<br>
API     make api-doc    %p/doc directory<br>
<br>
This generates the API docs and is available for any C file I might be<br>
editing.<br>
<br>
When I close my Geany project, the default filetype commands are<br>
unaffected. I think project filetype commands are really useful.<br>
<br>
Regards,<br>
Nick<br></blockquote><div><br>Great to hear, I might also add that I have found them useful with different targets or when there is more than one version of a toolset:<br><br>eg:<br><br>For Python, projects can ensure that the correct version is used (2.5 vs 2.6/3.x)  since old code may not yet be converted and new code won't run on the old tools.<br>
<br>For C, generation of 64 bit or 32 bit (cross compiled) executables, and I would expect that you could also have a Windows version.<br><br>Cheers<br>Lex<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
</blockquote></div><br>