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 152472 - code template 'def' creates a lot of blank lines below
Summary: code template 'def' creates a lot of blank lines below
Status: VERIFIED FIXED
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-06 01:38 UTC by Peter Lam
Modified: 2009-01-15 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
code template for def creates lots of blank lines (8.13 KB, image/png)
2008-11-06 01:38 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-11-06 01:38:11 UTC
Product Version: NetBeans IDE 6.5 (Build 20081105122310)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Depending on where the code template for 'def' is being done, the number of blank lines created in the method body
varies from a small number to a large number. See attached screenshot. This is not very reproducible consistently but it
happens when I didn't intend to see it.
Comment 1 Peter Lam 2008-11-06 01:38:51 UTC
Created attachment 73340 [details]
code template for def creates lots of blank lines
Comment 2 Torbjorn Norbye 2008-11-07 01:02:50 UTC
Fixed while cleaning up 152469.
Comment 3 Peter Lam 2008-11-08 02:11:19 UTC
verified in build 164 (20081107)