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 152368 - code template for class uses lowercase name 'class'
Summary: code template for class uses lowercase name 'class'
Status: VERIFIED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 21:52 UTC by Peter Lam
Modified: 2009-01-15 01:58 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 Peter Lam 2008-11-04 21:52:54 UTC
The code template 'cls' for for class is 'class' which has a warning after insertion. The warning indicated that classes
should start with uppercase name. This is not a major issue but it'd be nice to start with uppercase name as 'Class'.
Comment 1 Peter Lam 2008-11-04 21:58:43 UTC
ops, read the warning incorrectly. It referred to the class name, not the keyword.
Comment 2 Peter Lam 2008-11-04 21:58:59 UTC
verified.