de-jcup / eclipse-hijson-editor

Highspeed JSON editor
https://marketplace.eclipse.org/content/hijson-editor
Apache License 2.0
8 stars 1 forks source link

Outline shall provide delete function #23

Open de-jcup opened 2 years ago

de-jcup commented 2 years ago

Situation

It often happens, that I have a larger block of data I want to get rid of in a JSON file. E.g. to shrink existing bigger data to a simple example

Wanted

Mark a block inside JSON and just pres DEL and its gone, without syntax problems I have to fix after this

Solution

Inside the outline view, users can already select multiple elements. There shall be an option to delete those selected parts.