thecocce / pyscripter

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

Add shortcut in personal toolbar #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to have an icon-shortcut to create a new python script (File -> New - 
> New File -> Python Script).

Thanks
Vincent

Original issue reported on code.google.com by htcvi...@gmail.com on 2 Aug 2010 at 7:10

Attachments:

GoogleCodeExporter commented 9 years ago
The New Python module Command does exactly that.  What you explained to me by 
email was that you would like a file template to be applied automatically for 
new python modules.

This has now been implemented in Version Control as follows:

A new IDE option (Tools, Options, IDE Options) has been added "File Template 
for New Python Scripts".  This by default points to the default File Template 
for new Python scripts. 

The "New Python Module" command checks the value of that IDE option and, if it 
is not empty and it is the name of an existing File Template, it uses the 
template for the new module.

Original comment by pyscripter on 18 Aug 2010 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:00