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 62007 - New file template created by loader wiz - poor appearance
Summary: New file template created by loader wiz - poor appearance
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 22:12 UTC by Jesse Glick
Modified: 2005-11-30 10:02 UTC (History)
0 users

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 Jesse Glick 2005-08-09 22:12:43 UTC
I made a new loader in a new module and got

<folder name="Templates">
        <folder name="Other">
            <file name="newStuff.xml">&lt;root xmlns="urn:stuff"/&gt;<attr
boolvalue="true" name="template"/>
            </file>
        </folder>
    </folder>

1. File name should be "stuff.xml" or "Stuff.xml" since the New wizard in target
app will anyway prepend "new" when you try to use it, so "newnewStuff" looks stupid.

2. url="..." would be better than inline content.

3. Should have a SystemFileSystem.localizingBundle and e.g.

Templates/Other/Stuff.xml=Empty Stuff File
Comment 1 Milos Kleint 2005-08-10 10:21:24 UTC
all done.
Comment 2 pzajac 2005-11-30 10:02:10 UTC
verified