after using ED for some time, I would like to share some suggestions and a couple of bugs

Suggestions:
1 - Add an option to enable/disable the generation of a single class, just like the "Enabled" template option
2 - Add an option to use the name of the enums instead of the value for NHibernate template as explained here: http://codebetter.com/jeffreypalermo/20 ... level-400/
3 - The regex used for "Validate format -> Numeric" should be changed from "^[1-9]\d*(,\d+)?$" to "^[0-9]\d*(,\d+)?$", because 0 is a valid number too; if it was intended to check if the property has a value, let the user choose which one to use
4 - Add an option to decorate entities as [Serializable]
5 - Add support for [DataType] data annotations
Issues:
1 - Toolbar and docking customizations of the standalone designer gets lost when the program is uninstalled for updates
2 - If you want to set the "Add foreign key properties to the child class" option at a later time, i.e. when the model is already created, it does not works; it only works if you set it when you first create the project or for newly added entities
I hope this will help to improve the software.
Best regards.