Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active September 27, 2015 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkstone/1330788 to your computer and use it in GitHub Desktop.
Save monkstone/1330788 to your computer and use it in GitHub Desktop.
Netbeans Template .nbattrs
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd">
<attributes version="1.0">
<fileobject name="P5Library.java">
<attr name="SystemFileSystem.icon" urlvalue="File:///home/tux/.netbeans/7.4/config/Templates/processing.png"/>
<attr name="displayName" stringvalue="Java P5Library"/>
<attr name="javax.script.ScriptEngine" stringvalue="freemarker"/>
<attr name="template" boolvalue="true"/>
</fileobject>
<fileobject name="P5Main.java">
<attr name="SystemFileSystem.icon" urlvalue="File:///home/tux/.netbeans/7.4/config/Templates/processing.png"/>
<attr name="displayName" stringvalue="Java P5Main"/>
<attr name="javax.script.ScriptEngine" stringvalue="freemarker"/>
<attr name="template" boolvalue="true"/>
</fileobject>
<fileobject name="P5Other.java">
<attr name="SystemFileSystem.icon" urlvalue="File:///home/tux/.netbeans/7.4/config/Templates/processing.png"/>
<attr name="displayName" stringvalue="Java P5Other"/>
<attr name="javax.script.ScriptEngine" stringvalue="freemarker"/>
<attr name="template" boolvalue="true"/>
</fileobject>
</attributes>
@monkstone
Copy link
Author

Update for Netbeans-7.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment