minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.5k stars 187 forks source link

Choose parent module? #55

Closed ryantheleach closed 2 years ago

ryantheleach commented 8 years ago

I'm forever accidentally creating new modules while I have SpongeForge selected, which creates it as a sub-module of spongeforge, instead of yet another top level module.

If this matches other peoples workflows, it would be handy to have a step before naming the project in the wizard, that just confirms under what module that you wish to create, because I could then change it there, instead of cancelling the wizard, losing everything I've entered, de-selecting SpongeForge then recreating everything again.

DenWav commented 8 years ago

@ryantheleach hmm, I'm not sure. It seems reasonable, I think, but I'll have to study that code again to see if that would actually be more difficult than it might seem (I haven't touched that bit of the code in a while). If anyone else could chime in their thoughts on this that would be great.

ryantheleach commented 8 years ago

if it's difficult don't worry about it, but gradle has an equivalent that lets you pick a gradle module (Yea it's probably completely different.) which is where I got the idea from.

image

DenWav commented 8 years ago

Probably won't be that hard to do if I copy/paste the Gradle code ;)

ryantheleach commented 8 years ago

Hm, might be fixed one way or another, I just made a new forge mod with my existing SpongePlugin project selected, and it seemed to create as a top level module.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ryantheleach commented 6 years ago

I've retested this, unlike my comment on 6-Oct-2016 this is still making modules under SpongeForge.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.