solettaproject / soletta-dev-app

Soletta Development Application
Apache License 2.0
7 stars 13 forks source link

editor: When creating new file check if it already exists #117

Closed brunobottazzini closed 8 years ago

brunobottazzini commented 8 years ago

Check if the name of the new file exists in the same folder of the repository if it exists it will pop a dialog asking if it can be override.

If the user click yes it will erase the existed file. If the user click no it will cancel the creation.

Signed-off-by: Bruno Bottazzini bruno.bottazzini@intel.com

preetham commented 8 years ago

Looks great! +1