gnome - What is the Anjuta project template (automake) *.wiz format (syntax)? -
apparently it's xml-like. example templates can found in gnome anjuta shares on ubuntu install @ /usr/share/anjuta/project/
i think i'll go eclipse , gedit if doesn't anjuta has documented decent auto-completion, project build, , syntax-highlighting template format. others same question went fishing on ubuntu forums , had no luck.
the answer might people trying build automake scripts svn repos @ [https://stackoverflow.com/questions/5926366/using-anjuta-with-svn-how-to-create-the-project]
a bit overdue, found the official documentation, , remembered having seen post. docs:
the template files xml documents , have extension .wiz. templates , others related files installed default in
$anjuta_install_dir/share/anjuta/templates
. project wizard looks templates in sub directoryanjuta/templates
of user data directories definedxdg base
directory specification
too. possible override anjuta project template user 1 put, example, in~/.local/share/anjuta/templates
.the template file divided in 4 parts: header block, 1 or more page blocks, content block , optional action block. file read several times, 1 time each block before reading it, whole file go though transformation pass , resulting file must valid xml file. transformation pass uses autogen.
Comments
Post a Comment