Creating a project template that copies over folders. Follow
In FlashDevelop, you can create a project directory structure that copies over folders into a new project. So if I want to create a Flixel project, I put the Flixel classes into this project folder, and my new project starts out with that library. I do NOT want to point to a single source for these libraries because I want the resulting project source all in one place and I don't want older projects to break if a library like Flixel is updated or changed months later.
In FD, you can put argements into your files to automatically put in package names or project names.
http://www.flashdevelop.org/wikidocs/index.php?title=Arguments#Project_template_arguments
Is this possible with IntelliJ?
Please sign in to leave a comment.
Looks like there's no such feature in IntelliJ IDEA. Similar request is http://youtrack.jetbrains.com/issue/IDEA-60187. Please vote and add your comments and link to FD docs there.