lifted-studios / AutoCopyright

Plugin for Sublime Text 2 to automate adding/updating the appropriate copyright text at the top of the file.
MIT License
13 stars 5 forks source link

First time user experience has annoying second error message #22

Closed lee-dohm closed 11 years ago

lee-dohm commented 11 years ago

The first time user experience is supposed to go like this:

  1. User opens a file
  2. User opens the command palette and select AutoCopyright: Insert Copyright
  3. Error displays saying that the owner text is not set
  4. Settings file automatically opens
  5. User edits the settings file and saves it
  6. User goes back to the file and executes AutoCopyright: Insert Copyright again

Unfortunately, when the user saves the settings file, they get the error dialog again. This second error dialog should not happen.