cjwilliams43 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Feature Request: Project Explorer right-click option: add new file to project #607

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would it find useful--particularly when starting projects--if I could just 
right click the project explorer in order to add new files to my project. 
Currently one must make a file and then add it in two distinct steps.

A possible workflow for this might be:
1. User right-clicks Project Explorer and selects "Add New File..."
3. A save-style dialog pops up requesting a name and location for the file
    (the title bar ought to say something more descriptive)
4. User makes elects to make "foo/bar.py" (types name and clicks "OK"/"Save")
5. New, templated file is written to disk
6. That file is added to the project
7. That file is opened in a new editor tab in PyScripter

As of 2.4.3, this feature does not exist (afaik).

Original issue reported on code.google.com by theman.t...@gmail.com on 27 Jan 2012 at 7:01