haacked / Encourage

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

Encourage doesn't work with "Save All" #13

Closed Venemo closed 10 years ago

Venemo commented 10 years ago

Encourage works perfectly with Visual Studio 2013 when I use "Save" (or hit Ctrl+S) but it doesn't seem to work when I use "Save All" (or hit Ctrl+Shift+S).

jaredpar commented 10 years ago

Played around with this a bit and I'm seeing the following behavior

  1. The "Save" command shows encouragement regardless of the dirty state of the file
  2. The "Save All" command will only show encouragement for files which are dirty

Can you confirm this is the behavior you are seeing as well?

haacked commented 10 years ago

I'm seeing that as well. I think it should probably only show up when the file is dirty and it's being saved. What do you think?

Venemo commented 10 years ago

@jaredpar Yes, that's exactly what's happening to me. @Haacked Sounds reasonable. :)

jaredpar commented 10 years ago

@Haacked i agree that's reasonable behavior. Looking at this ...