PY-2021.2 <debuggerx@debuggerx-PC Create baseRefactoring.xml, markdown.xml, ide.general.xml, ide-features-trainer.xml, DebuggerX.xml, project.default.xml, My Vim dark.icls, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, ignore.xml, keymap.xml, find.xml, ui.lnf.xml, filetypes.xml, Python Script.py, code.style.schemes.xml, plugin_ui.xml, colors.scheme.xml, External Tools.xml, notifications.xml, abbreviations.xml, Default _3_.xml, databaseDrivers.xml, github.xml, laf.xml, Default.xml, Default for GNOME copy.xml, pyWelcome.xml, Default _2_.xml, jdk.table.xml, Eclipse copy.xml, lightEdit.xml, Default _1_.xml, web-browsers.xml, macros.xml, proxy.settings.xml, Python.xml, vcs.xml, editor.xml, usageView.xml, debugger.xml, updates.xml
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<toolSet name="External Tools">
|
||||
<tool name="qtdesigner" description="qtdesigner" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="designer" />
|
||||
<option name="PARAMETERS" value="$FileName$" />
|
||||
<option name="WORKING_DIRECTORY" value="$FileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
<tool name="PyUIC" description="PyUIC" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="bash" />
|
||||
<option name="PARAMETERS" value="$USER_HOME$/shell/MyPyUIC.sh $FileName$ $FileNameWithoutExtension$.py" />
|
||||
<option name="WORKING_DIRECTORY" value="$FileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
<tool name="PyRcc" description="PyRcc" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="python3 -m PyQt5.uic.pyrcc" />
|
||||
<option name="PARAMETERS" value="$FileName$ -o $FileNameWithoutExtension$_rc.py" />
|
||||
<option name="WORKING_DIRECTORY" value="$FileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
<tool name="RunLua" description="RunLua" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="lua" />
|
||||
<option name="PARAMETERS" value="$FileName$" />
|
||||
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
</toolSet>
|
||||
Reference in New Issue
Block a user