Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 440890

Summary: Pretty print launch configuration (.launch) files
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Maciej Bendkowski <maciej.bendkowski>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: maciej.bendkowski
Version: 5.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-07-31 09:26:36 EDT
The launchConfigurations/*.launch files generated by Orion's support for CloudFoundry deploys are JSON format, but they are serialized on a single line. 

It would be nice if they were pretty printed.
Comment 1 Maciej Bendkowski CLA 2014-08-04 04:11:09 EDT
I'm not sure that a pretty print is sufficient here. I think we should have a dedicated visual editor instead, similarly to Eclipse.
Comment 2 Maciej Bendkowski CLA 2014-09-29 09:01:58 EDT
Fixed with: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f32202599998cc1d339e1ed305d6d0dbb22dae60

Since the reported issue was fixed, I'm closing this bug. We should open another bug for the dedicated editor.
Comment 3 Mark Macdonald CLA 2014-09-29 09:40:34 EDT
Thanks Maciej