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 152598 - python console does not show indentation till Enter
Summary: python console does not show indentation till Enter
Status: RESOLVED WORKSFORME
Alias: None
Product: python
Classification: Unclassified
Component: Console (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 01:41 UTC by Peter Lam
Modified: 2015-05-19 03:50 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-07 01:41:05 UTC
Product Version: NetBeans IDE 6.5 (Build 20081106113300)
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)

From the python console, physically pressing the Tab key to indent for method definition is not displayed until Enter
key is pressed.

Here's an example:
>>> def func3(num):
... print num

After pressing Enter, become the following which shows 2 tabs instead of one.
>>> def func3(num):
...         print num
Comment 1 Lou Dasaro 2015-05-19 03:50:09 UTC
Unable to replicate using Python 2.7.9 and
Product Version: NetBeans IDE Dev (Build 201505170001)
Java: 1.7.0_79; Java HotSpot(TM) Client VM 24.79-b02
Runtime: Java(TM) SE Runtime Environment 1.7.0_79-b15
System: Windows 8 version 6.2 running on x86; Cp1252; en_US (nb)