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 155405

Summary: python module added from python project node goes to top-level project directory
Product: python Reporter: Peter Lam <petersl>
Component: ProjectsAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: blocker CC: ralphbenjamin
Priority: P2    
Version: 8.0.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2008-12-13 00:09:58 UTC
If python module or package is added from the project node, module or package is not visible from the project window.
From the Files window, the added module or package is under the project directory on the same level as 'src' and
'nbproject' directories. By default, when creating mew module from other types of projects (eg java, ruby, etc.), newly
created module goes to the default package so that they are visible in the projects window.

- create a python project
- right click on the python project and select New->Empty Module|Executable Module|Python Package
Result: the newly created module or package is not displayed under the python project from the projects window.
Comment 1 Ralph Ruijs 2015-09-22 07:04:57 UTC
changeset:   b3bafec343dc
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Sep 14 20:32:18 2015 +0200
summary:     #155405 - python module added from python project node goes to top-level project directory