suparngp / scaffAngular

An IntelliJ Unit Test Manager Plugin for Angular JS
17 stars 10 forks source link

unable to edit file names... #7

Open pstephenwille opened 10 years ago

pstephenwille commented 10 years ago

Am I just missing the obvious, or is there a way to change the file names when creating the module?

e.g. myTestMod, creates myTestModCtrl and myTestModCtrlSpec, but I want myTestMod.ctrl and myTestMod.ctrl.spec or I might need something totally different.

lukasz-karolewski commented 10 years ago

This naming convention is by design and we wanted to enforce it.

However if you want to add a config section for this plugin and make it configurable a pull request is welcome :)

pstephenwille commented 10 years ago

If I knew Java I would. Maybe I can pull in some reinforcements, and take a stab at this. Thanks for the handy plugin.