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

Summary: Add XML file support for nbPython
Product: python Reporter: a_adrian <a_adrian>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.