Fri, 14 Mar 2014 17:53:09 +0100
Allow the user to change the file type associations before adding existing files to a new project.
Project/Project.py | file | annotate | diff | comparison | revisions |
--- a/Project/Project.py Fri Mar 14 17:51:47 2014 +0100 +++ b/Project/Project.py Fri Mar 14 17:53:09 2014 +0100 @@ -2265,6 +2265,9 @@ @param mainscript name of the mainscript (string) """ + # Show the file type associations for the user to change + self.__showFiletypeAssociations() + QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) QApplication.processEvents()