haacked / Encourage

A bit of encouragment added to Visual Studio
75 stars 32 forks source link

Encouragement displays only on dirty state change #14

Closed jaredpar closed 10 years ago

jaredpar commented 10 years ago

Previously encouragement would display when

  1. A Save operation occurred independent of whether or not the document was dirty
  2. A Save All operation occurred and document was dirty

This unifies the behavior to display encouragement only when the file is actually saved (the dirty state changes). closes #13

haacked commented 10 years ago

Very cool!