| **Navigation:**  [[clarion ide.htm|Development Environment (IDE)]] > General Setup and Navigation > Configuration Options > Coding >====== Tools Options: Coding - Edit Standard Headers ====== | [[icsharpcode sharpdevelop gui optionpanels codetemplatepanel.htm|{{btn_prev_n.gif|Previous page}}]][[clarion ide.htm|{{btn_home_n.gif|Return to chapter overview}}]][[icsharpcode componentinspector addin generaloptionspanel.htm|{{btn_next_n.gif|Next page}}]] | | || Standard Headers are textual information that loads by default when new files are created. Standard headers for C#, VBNET, C++.NET and of course, Clarion, are listed here. This is the default header for new Clarion (CLW) files: **OMIT('***')** *** Created by Clarion ###** *** User: ${USER}** *** Date: ${DATE}** *** Time: ${TIME}** ***** *** To change this template use Tools | Options | Coding | Edit Standard Headers.** ******* At press time, here is the complete list of "User defined" IDE elements that you can use in the header: "USER", "DATE", "TIME", "ITEMPATH", "ITEMDIR", "ITEMFILENAME", "ITEMEXT", "CURLINE", "CURCOL", "CURTEXT", "TARGETPATH", "TARGETDIR", "TARGETNAME", "TARGETEXT","PROJECTDIR", "PROJECTFILENAME", "COMBINEDIR", "COMBINEFILENAME", "STARTUPPATH" Each element should be prepended with a $ character, and surrounded by curly braces "{ }".