<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as3" deleted="false" description="Trace a debug message, used by the Alcon debugging tool." enabled="true" name="DEBUG">Debug.trace("${message}", Debug.LEVEL_DEBUG);</template><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as3" deleted="false" description="Trace a error message, used by the Alcon debugging tool." enabled="true" name="ERROR">Debug.trace("${message}", Debug.LEVEL_ERROR);</template><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as3" deleted="false" description="Trace a fatal message, used by the Alcon debugging tool." enabled="true" name="FATAL">Debug.trace("${message}", Debug.LEVEL_FATAL);</template><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as3" deleted="false" description="Trace an info message, used by the Alcon debugging tool." enabled="true" name="INFO">Debug.trace("${message}", Debug.LEVEL_INFO);</template><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as3" deleted="false" description="Trace a warning message, used by the Alcon debugging tool." enabled="true" name="WARN">Debug.trace("${message}", Debug.LEVEL_WARN);</template></templates>
