Stopped doing a copy for watertile picking. Just use image in that path already.
Added same poorly named water tile again with .png at end. Should replace one day. Set this on all examples
* Added default values to Redis DB config
* Fixed water tile dialog picking water tiles works correctly, File.Copy(string, string, bool) 2nd argument cannot be a directory it has to be a file within a directory
* disable "Test All Servers Without Data Clear" by default
* set various controls Enabled property to be conditional on project presence (paving the way for a "File > Close")
* prevent unexpected case where test command is enabled despite no project being loaded
* guard against DirectoryNotFoundException, log it as a MessageBox
* set enabled to true if, only if, and when project is loaded successfully (avoids performance hit of changing Enabled on paint)
* "true" is shorter than "enabled"...
* Update README.md
Added more detailed server configuration info for using ServerGridEditor to clear up some of the issues.
* Fixed tab indexes for the 'Create Project' form so that all fields flow in a predictable order. Previously tabbing through DB Entries would jump around the form unpredictably after the 3rd row.
* Reverted binary and *.user file
* Thanks for the help! We are trying to move this to the wiki currently and fill out little more instructions this week.