mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
PY-2017.3 <Brad@Libra Create git.xml, project.default.xml, laf.xml, other.xml, jdk.table.xml, Default.xml, find.xml, filetypes.xml, vcs.xml, editor.codeinsight.xml, databaseSettings.xml, editor.xml, usageView.xml, debugger.xml
This commit is contained in:
commit
f95fe4ab17
5
_windows/git.xml
Normal file
5
_windows/git.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="Git.Application.Settings">
|
||||
<option name="SSH_EXECUTABLE" value="IDEA_SSH" />
|
||||
</component>
|
||||
</application>
|
||||
5
_windows/laf.xml
Normal file
5
_windows/laf.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="LafManager">
|
||||
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
|
||||
</component>
|
||||
</application>
|
||||
9
codestyles/Default.xml
Normal file
9
codestyles/Default.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<code_scheme name="Default" version="173">
|
||||
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
|
||||
<codeStyleSettings language="Python">
|
||||
<indentOptions>
|
||||
<option name="USE_TAB_CHARACTER" value="true" />
|
||||
<option name="SMART_TABS" value="true" />
|
||||
</indentOptions>
|
||||
</codeStyleSettings>
|
||||
</code_scheme>
|
||||
26
databaseSettings.xml
Normal file
26
databaseSettings.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<application>
|
||||
<component name="DatabaseSettings" version="2">
|
||||
<csv-formats>
|
||||
<csv-format name="Tab-separated (TSV)" id="Tab-separated (TSV)_id">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
<csv-format name="Comma-separated (CSV)" id="Comma-separated (CSV)_id">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
</csv-formats>
|
||||
</component>
|
||||
</application>
|
||||
13
debugger.xml
Normal file
13
debugger.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<application>
|
||||
<component name="XDebuggerSettings">
|
||||
<data-views />
|
||||
<general />
|
||||
<debuggers>
|
||||
<debugger id="javascript">
|
||||
<configuration>
|
||||
<custom-object-presentation />
|
||||
</configuration>
|
||||
</debugger>
|
||||
</debuggers>
|
||||
</component>
|
||||
</application>
|
||||
6
editor.codeinsight.xml
Normal file
6
editor.codeinsight.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<application>
|
||||
<component name="CodeInsightSettings">
|
||||
<option name="REFORMAT_ON_PASTE" value="1" />
|
||||
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
|
||||
</component>
|
||||
</application>
|
||||
6
editor.xml
Normal file
6
editor.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="FONT_SIZE" value="18" />
|
||||
<option name="FONT_SCALE" value="1.5" />
|
||||
</component>
|
||||
</application>
|
||||
5
filetypes.xml
Normal file
5
filetypes.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="FileTypeManager" version="17">
|
||||
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
|
||||
</component>
|
||||
</application>
|
||||
7
find.xml
Normal file
7
find.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<application>
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="Project 'dominionengine'" />
|
||||
<option name="defaultScopeName" value="Project 'dominionengine'" />
|
||||
<option name="SEARCH_SCOPE" value="Project 'dominionengine'" />
|
||||
</component>
|
||||
</application>
|
||||
68
jdk.table.xml
Normal file
68
jdk.table.xml
Normal file
@ -0,0 +1,68 @@
|
||||
<application>
|
||||
<component name="ProjectJdkTable">
|
||||
<jdk version="2">
|
||||
<name value="Python 3.6 (dominionengine)" />
|
||||
<type value="Python SDK" />
|
||||
<version value="Python 3.6.4" />
|
||||
<homePath value="C:\Users\Brad\PycharmProjects\dominionengine\venv\Scripts\python.exe" />
|
||||
<roots>
|
||||
<classPath>
|
||||
<root type="composite">
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominionengine/venv/Lib" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominionengine/venv/Scripts" type="simple" />
|
||||
<root url="file://C:/Python36/Lib" type="simple" />
|
||||
<root url="file://C:/Python36/DLLs" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominionengine/venv" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominionengine/venv/Lib/site-packages" type="simple" />
|
||||
<root url="file://$USER_HOME$/.PyCharm2017.3/system/python_stubs/2109498807" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/python-skeletons" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.6" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.5" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.4" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/2and3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/2and3" type="simple" />
|
||||
</root>
|
||||
</classPath>
|
||||
<sourcePath>
|
||||
<root type="composite" />
|
||||
</sourcePath>
|
||||
</roots>
|
||||
<additional ASSOCIATED_PROJECT_PATH="$USER_HOME$/PycharmProjects/dominionengine" />
|
||||
</jdk>
|
||||
<jdk version="2">
|
||||
<name value="Python 3.6 (dominion_game)" />
|
||||
<type value="Python SDK" />
|
||||
<version value="Python 3.6.4" />
|
||||
<homePath value="C:\Users\Brad\PycharmProjects\dominion_game\venv\Scripts\python.exe" />
|
||||
<roots>
|
||||
<classPath>
|
||||
<root type="composite">
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominion_game/venv/Lib" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominion_game/venv/Scripts" type="simple" />
|
||||
<root url="file://C:/Python36/Lib" type="simple" />
|
||||
<root url="file://C:/Python36/DLLs" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominion_game/venv" type="simple" />
|
||||
<root url="file://$USER_HOME$/PycharmProjects/dominion_game/venv/Lib/site-packages" type="simple" />
|
||||
<root url="file://$USER_HOME$/.PyCharm2017.3/system/python_stubs/-1584434852" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/python-skeletons" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.6" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.5" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.4" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/2and3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/3" type="simple" />
|
||||
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/2and3" type="simple" />
|
||||
</root>
|
||||
</classPath>
|
||||
<sourcePath>
|
||||
<root type="composite" />
|
||||
</sourcePath>
|
||||
</roots>
|
||||
<additional ASSOCIATED_PROJECT_PATH="$USER_HOME$/PycharmProjects/dominion_game" />
|
||||
</jdk>
|
||||
</component>
|
||||
</application>
|
||||
8
other.xml
Normal file
8
other.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<application>
|
||||
<component name="PyCodeInsightSettings">
|
||||
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_FUNCTION" value="true" />
|
||||
<option name="RENAME_SEARCH_NON_CODE_FOR_FUNCTION" value="true" />
|
||||
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_CLASS" value="true" />
|
||||
<option name="RENAME_SEARCH_NON_CODE_FOR_CLASS" value="true" />
|
||||
</component>
|
||||
</application>
|
||||
10
project.default.xml
Normal file
10
project.default.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<application>
|
||||
<component name="ProjectManager">
|
||||
<defaultProject>
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<option name="PROJECT_PROFILE" />
|
||||
<version value="1.0" />
|
||||
</component>
|
||||
</defaultProject>
|
||||
</component>
|
||||
</application>
|
||||
8
usageView.xml
Normal file
8
usageView.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<application>
|
||||
<component name="ShowUsagesSettings">
|
||||
<option name="GROUP_BY_USAGE_TYPE" value="false" />
|
||||
<option name="GROUP_BY_MODULE" value="false" />
|
||||
<option name="GROUP_BY_PACKAGE" value="false" />
|
||||
<option name="GROUP_BY_FILE_STRUCTURE" value="false" />
|
||||
</component>
|
||||
</application>
|
||||
13
vcs.xml
Normal file
13
vcs.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<application>
|
||||
<component name="GitRememberedInputs">
|
||||
<option name="visitedUrls">
|
||||
<list>
|
||||
<UrlAndUserName>
|
||||
<option name="url" value="https://github.com/neogeek23/dominionengine.git" />
|
||||
<option name="userName" value="" />
|
||||
</UrlAndUserName>
|
||||
</list>
|
||||
</option>
|
||||
<option name="cloneParentDir" value="C:\Users\Brad\PycharmProjects" />
|
||||
</component>
|
||||
</application>
|
||||
Loading…
x
Reference in New Issue
Block a user