[jbosstools-issues] [JBoss JIRA] (ERT-382) Adding a new value to the JSON file collapses the Outline view [EBZ#497260]

Friendly Jira Robot (JIRA) issues at jboss.org
Fri Aug 12 16:26:00 EDT 2016


Friendly Jira Robot created ERT-382:
---------------------------------------

             Summary: Adding a new value to the JSON file collapses the Outline view [EBZ#497260]
                 Key: ERT-382
                 URL: https://issues.jboss.org/browse/ERT-382
             Project: Eclipse Release Train
          Issue Type: Task
          Components: WTP Source Editing
            Reporter: Friendly Jira Robot


This is part of the improvements that the Outline view require for JSON Editor

Steps:

Create a JSON file with the following content:

{
  "thirdaddition": true,
  "name": "JSONEditorTest2",
  "secondaddition": 2,
  "description": "JSONEditorTest description2",
  "version": "1.0.1",
  "main": "app.js",
  "scripts": {
"start": "node app.js"
  },
  "anothervalue": 123
}

Put the cursor before "anothervalue" (right after closing "scripts"), and type "value": "test",

Notice that right after entering the comma, the "Outline" view collapses. There is no reason for that to happen, the tree should be expanded and showing the recently inserted node.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list