h-tadagawa / rest-client

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

Enhancement: Improve history support for requests when closing and opening client #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The history of all requests is lost when closing the application client. 
Although there is a save request archive, it does only save 1 entry. The open 
recent does not open the recently saved item either. Says invalid format, but 
then opens when i explicitly find the file.

However, besides the point. I would like to see a history of every request I 
made. There should be an option to also configure how many to save and for how 
long.

Thanks.

Original issue reported on code.google.com by wbo...@gmail.com on 20 Jul 2012 at 7:37

GoogleCodeExporter commented 8 years ago
Thanks for reporting the issue. Can you tell me when you get *invalid format* 
message? I tried multiple times saving in request, response and archive, and 
then opening it from Open Recent menue. I was not able to reproduce it.

Original comment by subwiz on 21 Jul 2012 at 1:54

GoogleCodeExporter commented 8 years ago
New menu added for traversing history using 'Back' and 'Forward' option.

Original comment by subwiz on 4 Oct 2012 at 9:09

GoogleCodeExporter commented 8 years ago
History persistence code is also completed.

Original comment by subwiz on 5 Oct 2012 at 3:45