This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70581 - No longer possible to customize templates
Summary: No longer possible to customize templates
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 13:24 UTC by kitfox
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kitfox 2005-12-19 13:24:18 UTC
In NB 4.1, it was possible to tweak the source files used to generate various
.java files.  Instructions on how to do this were printed at the top of every
.java file created:

 * To change this template, choose Tools | Options and locate the template under
 * the Source Creation and Management node. Right-click the template and choose
 * Open. You can then make changes to the template in the Source Editor.

This no longer works with NB 5.0.  Nor is there any obvious place to find the
templates to modify.  How can I find and edit my templates to provide some
custom boiler plate javadoc and/or code for all files I create?
Comment 1 Lukas Hasik 2006-01-04 17:54:56 UTC
Tools > Template Manager ?
Comment 2 kitfox 2006-01-07 04:25:12 UTC
Didn't see that.  Sorry.
Comment 3 Marian Mirilovic 2006-01-22 12:52:33 UTC
Sorry, but it works fine in NB 5.0 , there is a text at the beggining of each
created file :
------------------
/*
 * Main.java
 *
 * Created on January 22, 2006, 11:55 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */
-------------------

Comment 4 Marian Mirilovic 2006-01-22 12:58:53 UTC
NB 5.0 - RC2