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 150628 - [65cat] Insert code for Class creates class name without uppercase
Summary: [65cat] Insert code for Class creates class name without uppercase
Status: RESOLVED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 07:45 UTC by sunbiz
Modified: 2010-06-28 23:15 UTC (History)
1 user (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 sunbiz 2008-10-19 07:45:58 UTC
When we use insert code to create a new class, the class name created does not begin with a uppercase alphabet like the 
convention. Thus, after the insert code, netbeans complains that the class name should begin with uppercase. Just a 
minor annoyance.
Comment 1 stevo 2010-06-28 23:15:29 UTC
this bug may have been solved with the addition of the following code at this location.

http://hg.netbeans.org/main/file/a73bb8e087f3/python.editor/src/org/netbeans/modules/python/editor/codegen/

will it does not solve the bug its self the user is required to supply the class Name, making it there responsibility to Caps the first letter.