Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

What should be the (default) maximum size of the history? #35

Closed HeroesGrave closed 10 years ago

HeroesGrave commented 10 years ago
  1. Should the size be judged on memory size, or on number of actions?
  2. What should the default maximum size be?
  3. Should the user be able to change the maximum size from the default?
  4. Should the maximum size scale with the amount of layers and/or the size of the image.
Longor1996 commented 10 years ago

We should implement a system, where the history simply gets written and read from the harddrive as the user goes about his work, but only if the history reaches a certain maximum size (A hundred actions or so, maybe?).

This is how Paint.NET does it, so should we do it, as it is very effective.

HeroesGrave commented 10 years ago

Okay, I'll get onto that shortly, unless you want to.