PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Automatically indent and color based on response type #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a request
2. Look at the body
3. It's not indented/colored to match the request type

What is the expected output? What do you see instead?
The response is usually test/json or application/xml.  In these cases, the
body display should automatically indent and color to the appropriate
syntax.  Whether to index and/or color can be preferences, but they should
be persistent.

Original issue reported on code.google.com by turadg on 24 Oct 2008 at 7:33

GoogleCodeExporter commented 8 years ago
Yes, this is an important usability feature. I will try to get it done.

Original comment by subwiz on 28 Oct 2008 at 5:17

GoogleCodeExporter commented 8 years ago
Just another vote for this feature.  I hacked up a copy of the client to 
autoformat
for me in the meantime.

BTW - great software!

Original comment by ryanshil...@gmail.com on 12 Nov 2008 at 9:19

GoogleCodeExporter commented 8 years ago
Will do it quickly :-)

Original comment by subwiz on 13 Nov 2008 at 5:16

GoogleCodeExporter commented 8 years ago
Rev. 404 has this fix. Select Tools>Options>Etc. to set the property.

Original comment by subwiz on 15 Feb 2009 at 2:12