helwardany / pyscripter

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

Add an easy way to reload the files on a project folder #520

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is currently quite hard to update the list of files that are tracked on a 
PyScripter project. If new files are added or some existing files are removed 
from a project folder PyScripter does not notice it. As far as I know you must 
remove the folder from the project and add it again.

It would be nice to be able to tell pyscripter to reload the files in one of 
the folders of the project (or on all of them).

This would be particularly useful when working with version control systems, 
that let you go to an old revision whose files may be different than the 
current revision.

Original issue reported on code.google.com by angel.ez...@gmail.com on 30 May 2011 at 12:30