GemTalk / Jadeite

IDE for GemStone Smalltalk application development using Rowan code management
MIT License
6 stars 2 forks source link

[3.2.10] Create Project dialog doesn't update project name if focus has not left property list widget before Enter pressed #941

Closed ericwinger closed 2 years ago

ericwinger commented 2 years ago

If you open a Create Project dialog (project list > Create ...) Type the name of the new project but don't leave focus on the propertyList widget then hit to create the project, Jadeite attempts to create a project with an empty name causing problems later in Rowan.

One easy way to fix this is to not have Create as the default button so pressing enter won't create the project.

ericwinger commented 2 years ago

Make sure the project properties view's model is updated before trying to create the project.