Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Need to add new files to Project and other stuff.

share|improve this question

closed as not a real question by Mat, Michael Petrotta, Felix Kling, Marko Topolnik, Luksprog May 6 '12 at 10:45

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

In the project view on the left, right click on the directory or project and select New Module or directory or class or file

share|improve this answer
I need files to be create automatically... and your suggestion is very slow for me to do such actions every time I need to create project. – YatsukoYin May 6 '12 at 7:13
How would you like to create the new files? Are you trying to import some existing files? Putting contents in the files usually takes much long than creating them. ;) – Peter Lawrey May 6 '12 at 7:15
no, I am not trying to import files... I need some files (for example, like: Settings.inf, Options.inf and Errors.log and etc) to be created automatically. So... how?) – YatsukoYin May 6 '12 at 7:22
Where is this list of file to be created? If its in a file of file names you can write a simple script to create them all. If its in your head, you need to tell the computer what you want some how. I wouldn't have thought you need to create errors.log manually, your program should create it when you have an error. – Peter Lawrey May 6 '12 at 7:32

Not the answer you're looking for? Browse other questions tagged or ask your own question.