itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

Create New File - Validating whether filename already exists before clicking on finish #187

Open jthoene opened 5 years ago

jthoene commented 5 years ago

At the moment, the New File Wizard validates whether a file with the filename for the new File exists after clicking finish. I think for the user it would be more convinient if this is checked on the fly and not after trying to create the file.

Before clicking finish: beforefinish

After finish: afterfinish