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 154156 - Add XML file support for nbPython
Summary: Add XML file support for nbPython
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-29 20:20 UTC by a_adrian
Modified: 2009-02-19 22:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a_adrian 2008-11-29 20:20:27 UTC
Please add support for XML file editing in nbPython (nbPHP seems to have it). Many Python
projects use XML, so this would be much needed.
Comment 1 Torbjorn Norbye 2008-11-30 02:57:22 UTC
The main XML support is already included - XML files are recognized, the editing support is all there etc.

The only thing I don't see which perhaps is what you're asking for is adding XML files to the "Other" category in the New Templates wizard such that you can 
create new files?

Or is there something else you're looking for?
Comment 2 Torbjorn Norbye 2008-11-30 03:49:53 UTC
I'm assuming what you were asking for is getting the XML types added to the python project's active types, so I've done that - fixed in changeset fc3a195d5003. Reopen if there is anything else missing.

Comment 3 Torbjorn Norbye 2008-11-30 03:50:20 UTC
Fix will appear in build #204 and later from http://deadlock.netbeans.org/hudson/job/python/
Comment 4 a_adrian 2008-12-01 12:52:43 UTC
> I'm assuming what you were asking for is getting the XML types added to the python project's active types, 
Yes, I was used to see them there from nbPHP :).
I guess that's so with allot of features: if they're not visible, the user will suppose they're not included :).

> so I've done that
Thank you very much.