merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

Clear history #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

Right click main screen to clear history.

What goal would this enhancement help you achieve?

User privacy.

Original issue reported on code.google.com by jjnil...@gmail.com on 31 Jul 2012 at 9:59

GoogleCodeExporter commented 9 years ago
Many things rely on index number like background color of item is gray if odd 
index number and when you clear history when doing upload this won't work 
correctly. Because that uploading one won't be removed and two gray will be 
next to each other. And i don't see any points of removing it. It is not 
history just temp currently uploaded items.

Original comment by flexy...@gmail.com on 2 Aug 2012 at 1:00

GoogleCodeExporter commented 9 years ago
If I uploaded something wrong and just want to clean my main screen I can't. 
There is another history window, both should have option to clean, like 
everything, like every software with a history.

Original comment by jjnil...@gmail.com on 2 Aug 2012 at 3:29

GoogleCodeExporter commented 9 years ago
Cleaning main screen have no any use. And if you really want to clean for some 
strange reason then you can re open it so list will be clean. And i don't do 
full xml parsing and doing changes and saving all of them again. It will 
require so much cpu and have more risk to be corrupt if app crash when doing 
this etc. Just appending entries to end of it. And if i want to remove one 
entry by index and if you upload something when this happening index will 
change and will remove wrong entry and will require to do full parsing, 
removing and re saving for this to happen. Like i don't know history require 
delete. Telling is easy...

Original comment by flexy...@gmail.com on 2 Aug 2012 at 3:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r218.

Original comment by flexy...@gmail.com on 10 Aug 2012 at 3:02