GO-2021.2.1 <debuggerx@debuggerx-PC Create baseRefactoring.xml, markdown.xml, ide.general.xml, ide-features-trainer.xml, DebuggerX.xml, MyStyle.icls, project.default.xml, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, Monokai Sublime Text 3.icls, 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, My Vim dark .icls, gutter.xml, laf.xml, Default.xml, go.sdk.xml, Default for GNOME copy.xml, Default _2_.xml, jdk.table.xml, Vim dark.icls, 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:
2021-08-26 14:44:44 +08:00
commit b9a535c50d
46 changed files with 3543 additions and 0 deletions
+30
View File
@@ -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>