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 149391 - Ability to add files other than python files/packages to python project
Summary: Ability to add files other than python files/packages to python project
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
: 153034 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-07 17:52 UTC by tonybeckham
Modified: 2009-01-15 01:59 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 tonybeckham 2008-10-07 17:52:29 UTC
Currently there is no support to add files of any type except python empty, executable, or modules.  There should be the
option to add more types of files such as html, java, etc.
Comment 1 Jiri Vagner 2008-10-14 10:27:30 UTC
Please, at least add ability to use "New File" > "Other" > "Empty File" and "Folder". From my point of view this is not
an enhancement, but an issue, because adding new empty files and folders is basic functionality for every project type.
Comment 2 ardavis26 2008-10-29 13:43:59 UTC
You can add any file to the project that netbeans supports.  I just had that turned off when i had it in the module
suite.  In the current releases any netbeans module can be added through the plugins manager.  
Comment 3 Jiri Vagner 2008-11-12 10:01:49 UTC
Does you last comment belong to this issue? ;) To be honest I really don't understand last comment.

I can add a few "Other" file types in php project using php netbeans edition, in ruby project using ruby netbeans
edition. So why there is no "Other" file type node inside New File wizard for python project?

And by the way, "new file" ui looks strange. Try this:
 - open python project
 - invoke popup for Sources node
 - "New" menu item contains Python Packkage, Empty Module, Executable Module AND "OTHER"
 - Click "Other" -> Oups ... again Python Packkage, Empty Module, Executable Module ... 


> In the current releases any netbeans module can be added through the plugins manager
??? I try to install java+ant plugin (17) into python netbeans edition and I'm still not able to add empty file or
folder into python project.

Comment 4 Jiri Vagner 2008-11-12 10:07:24 UTC
Sorry for my english, firefox send my last comment without my permission. :)

From my point of view adding empty file and folder to python project is crucial feature >> reopening this issue.
Comment 5 Jiri Vagner 2008-11-12 10:10:41 UTC
fix: ... firefox senT ... grrr :(
Comment 6 ardavis26 2008-11-12 18:08:42 UTC
I will try and get this in tonight
Comment 7 Torbjorn Norbye 2008-11-12 18:19:59 UTC
Fixed in changeset 15dd5dc76df4
Comment 8 Peter Lam 2008-11-12 22:56:02 UTC
verified in build 184 (20081112). Other files and packages can now be added to python project.
Comment 9 ardavis26 2008-11-13 00:32:58 UTC
*** Issue 153034 has been marked as a duplicate of this issue. ***
Comment 10 Jiri Vagner 2008-11-13 08:17:15 UTC
Thank you very much for this fix. I'm sure that a lot of users will use this feature everyday.