Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Create New File As Current ====== By default, if you call File.New command (CTRL+N) HippoEDIT uses a current file as a template for the new file (extension, language). If you want to disable this behavior, change it in **hippoedit.config** directly: <code xml> <CreateNewFileAsCurrent>true</CreateNewFileAsCurrent> </code> Default is **true**. Set to **false** for disable. #xml_option