GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

Continuously backup changes and load them when GRIP is launched

Open SamCarlberg opened this issue 8 years ago • 5 comments
trafficstars

SamCarlberg avatar Feb 10 '17 19:02 SamCarlberg

The only problem I forsee is if the backup file turns out to be corrupted or mal-formed then it makes it impossible to load GRIP without deleting this file.

JLLeitschuh avatar Feb 10 '17 19:02 JLLeitschuh

Codecov Report

Merging #822 into master will decrease coverage by -0.47%. The diff coverage is 12.5%.

@@             Coverage Diff              @@
##             master     #822      +/-   ##
============================================
- Coverage     52.47%   52.01%   -0.47%     
- Complexity     1133     1137       +4     
============================================
  Files           240      241       +1     
  Lines          7708     7784      +76     
  Branches        522      535      +13     
============================================
+ Hits           4045     4049       +4     
- Misses         3479     3549      +70     
- Partials        184      186       +2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 65ab349...3fb9623. Read the comment docs.

codecov-io avatar Feb 10 '17 21:02 codecov-io

@JLLeitschuh Well this is a pain... different save files of the same project aren't guaranteed to be textually identical, even if they're functionally identical. I want to be able to compare a previous save file to the backup to determine which one to load (backup if it's different from the previous save, otherwise the previous save).

SamCarlberg avatar Feb 12 '17 00:02 SamCarlberg

Can you use time modified?

AustinShalit avatar Feb 12 '17 03:02 AustinShalit

Can you use time modified?


Never mind, all changes are automatically saved to the backup files anyway

SamCarlberg avatar Feb 12 '17 22:02 SamCarlberg