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 - python module added from python project node goes to top-level project directory
Summary: python module added from python project node goes to top-level project directory
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.0.2
Hardware: All All
: P2 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-13 00:09 UTC by Peter Lam
Modified: 2015-09-22 07:04 UTC (History)
1 user (show)

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-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