JSandJSONinNB69
(Difference between revisions)
Ppisl (Talk | contribs)
(Created page with '==JavaScript and JSON task for NetBeans 6.9== This document contains a list of task, which are needed to improve JavaScript support and JSON. {| border=1 class="simple" ! Prior…')
Newer edit →
(Created page with '==JavaScript and JSON task for NetBeans 6.9== This document contains a list of task, which are needed to improve JavaScript support and JSON. {| border=1 class="simple" ! Prior…')
Newer edit →
Revision as of 13:58, 23 November 2009
JavaScript and JSON task for NetBeans 6.9
This document contains a list of task, which are needed to improve JavaScript support and JSON.
Priority | Task Description |
---|---|
P1 | The most important task is to split JSON support from JavaScript editor. Currently the JSON language support extends JavaScript language. This approach stopped to work in NetBeans 6.7, when new CSL infrastructure was used. The main problem is that JSON data object has different mimetype than the language support and the CSL works only if these mimetypes are the same. Basicaly all main editor features stopped to work in JSON editor. |
P2 | Evaluate new versions of Rhino (version 1.7R2 is now available) and use it instead the old one (version 1.6R7 |