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 172069

Summary: Add php support in .json editor and json in .php
Product: php Reporter: goofy <goofy>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: blocker CC: rmatous
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description goofy 2009-09-11 23:35:24 UTC
All is in title
Comment 1 rmatous 2009-09-14 10:15:20 UTC
you announced it on blog, I think but easily reassign back if you don't plan to work on it
Comment 2 Petr Pisl 2009-09-14 10:20:47 UTC
I looked through this possibility, but it will not be as easy as was for the YAML editor. The difference is that for
JSON files is used javascript editor and the biggest problem is that the Json FileObject has different mimetype
(text/x-json) than has the JSON language (text/x-javascript). At first there has to be separated the Json language from
javascript editor to solve this clash. 
Comment 3 rmatous 2009-09-22 17:28:27 UTC
RFE