scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

New worksheet wizard have to require a Scala project #140

Open skyluc opened 11 years ago

skyluc commented 11 years ago

The problem was reported in scala-ide#1751: it is possible to create a worksheet even without a location selected, or with a location in a non-Scala project selected.

The finish button should be disabled until the selected location is valid.