I downloaded Geany 0.16 and 0.17 and neither one has the filetypes.ada file in the distro. Where can I get it?
Thanks.
Hi Gary,
AFAICT Ada never had a filetypes.ada, it works using the default settings and default keyword list of:
"abort abs abstract accept access aliased all and array at begin body case constant declare delay delta digits do else elsif end entry exception exit for function generic goto if in interface is limited loop mod new not null of or others out overriding package pragma private procedure protected raise range record rem renames requeue return reverse select separate subtype synchronized tagged task terminate then type until use when while with xor"
(see highlighting.c)
Cheers Lex
2009/8/9 Gary Dumer gedumer@yahoo.com:
I downloaded Geany 0.16 and 0.17 and neither one has the filetypes.ada file in the distro. Where can I get it?
Thanks.
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Sun, 9 Aug 2009 16:00:24 +1000, Lex wrote:
Hi Gary,
AFAICT Ada never had a filetypes.ada, it works using the default settings and default keyword list of:
But it should have this file. I just forgot to commit it when I added the Ada filetype but now it's in SVN.
@Gary: Thanks for reporting. You can download the file from http://geany.svn.sourceforge.net/viewvc/geany/trunk/data/filetypes.ada?revis...
Regards, Enrico