Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSON Editor contribution

I don’t think the C++ IDE package has it and we’re seeing json as a popular config format for embedded too. And if it is that generic, I’d have to ask why it’s in WTP and not in the Eclipse platform, or in some layer like the IDE common project we keep talking about and really should get off the ground.

At any rate, I need to get my multi-lang project off the ground before I can have a convincing argument otherwise. Eclipse really needs a good json editor and I’m glad for this contribution.

Thanks!
Doug.

From: <wtp-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply-To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Date: Monday, July 6, 2015 at 12:39 AM
To: "wtp-dev@xxxxxxxxxxx" <wtp-dev@xxxxxxxxxxx>
Subject: Re: [wtp-dev] JSON Editor contribution

On 07/06/2015 01:39 AM, Doug Schaefer wrote:
The dependency on SSE is an issue.
Why? SSE is shipped in all Eclipse packages, and is already required and used by most structured document editors. If this is not an issue for XML and HTML, why would it be for JSON?
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top