wocommunity / wolips

wolips
53 stars 53 forks source link

Creating a new component don't add it to Components folder by default #42

Closed pascalrobert closed 12 years ago

pascalrobert commented 12 years ago

If you right-click on the project name or any folder and you select New -> WOComponent, the folder where the component will be added in the selected folder. For example, if you right-click on Resources, the component will be created in the Resources folder. It would be best to make the default folder to be the Components folder.

New -> EOModel already do that (e.g. no matter where you try to add a EOModel, it's the Resources folder who is selected by default), New -> WOComponent behavior should be similar.

pascalrobert commented 12 years ago

Should be ok now, tested locally.

qdolan commented 12 years ago

Looks like a weird bug in organise imports, there is no NSString class used in that file. Thanks, will push up a fix now.