/usr/share/anjuta/snippets-global-variables.xml is in anjuta-common 2:3.18.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?xml version="1.0" encoding="UTF-8"?>
<anjuta-global-variables>
<global-variable name="date" is_command="true" ><![CDATA[date +"%B %e, %Y"]]></global-variable>
<global-variable name="time" is_command="true" ><![CDATA[date +%T]]></global-variable>
<global-variable name="date_time" is_command="true" ><![CDATA[date +"%a %B %d %T %Y"]]></global-variable>
<global-variable name="year" is_command="true" ><![CDATA[date +%Y]]></global-variable>
<global-variable name="email" is_command="false"><![CDATA[user@host]]></global-variable>
</anjuta-global-variables>
|