forked from qt-creator/qt-creator
PythonEditor: Add a run configuration
Allows selection of the interpreter and commandline parameters. Also add support for ".pyqtc" as a project file, containing a flat list of .py files, similar to the Generic Project. Change-Id: If75a0affd735223a658ce7fce0d010ebf49695f2 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -5,4 +5,9 @@
|
|||||||
<comment>Python source file without console</comment>
|
<comment>Python source file without console</comment>
|
||||||
<glob pattern="*.pyw"/>
|
<glob pattern="*.pyw"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
<mime-type type="text/x-python-project">
|
||||||
|
<sub-class-of type="text/x-python"/>
|
||||||
|
<comment>Qt Creator Python project file</comment>
|
||||||
|
<glob pattern="*.pyqtc"/>
|
||||||
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user