Hazzamanic / orchardizer

Orchardizer is an extension for VS2013 that reduces development of Orchard modules to a bunch of textboxes and some sporadic clicking
https://marketplace.visualstudio.com/items?itemName=CloudierTurtle.Orchardizer
GNU General Public License v2.0
28 stars 9 forks source link

add support for custom module / theme locations added in 1.10 #16

Open rtpHarry opened 8 years ago

rtpHarry commented 8 years ago

https://github.com/Hazzamanic/orchardizer/blob/master/Orchardizer/OrchardizerPackage.cs#L94

The Create New Module and Create New Theme options are only available when right clicking their respective folders.

Since Orchard 1.10 you can define custom folder locations in the web.config.

Hazzamanic commented 8 years ago

I cant think of a simple way to track this short of parsing the web.config file, which seems overkill. I'm also not dealing with sub-solution folders right now, so I'll probably just open it up so that any solution folder will provide the Generate Module/Theme command.