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 156299 - Code template for class is wrong
Summary: Code template for class is wrong
Status: VERIFIED WORKSFORME
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 19:01 UTC by tonybeckham
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 tonybeckham 2009-01-05 19:01:53 UTC
The code template for a class generates:

class name(Extends):
initialindentindent"""
initialindentindentDocumentation
initialindentindent"""
initialindentindent

Whether from shortcut cls +tab or from insert code popup menu.

System:
Build 519
Product Version: NetBeans IDE Dev (Build 20090105145718)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)
Comment 1 tonybeckham 2009-01-05 19:11:55 UTC
After a restart of NB template behaves as expected...weird.  Changing to WFM.
Comment 2 tonybeckham 2009-01-05 19:13:28 UTC
Verified