Skip to content

Commit b455b07

Browse files
committed
PC-2017.3.4 <zhout@zaid Create ui.lnf.xml, filetypes.xml, editor.codeinsight.xml, project.default.xml, colors.scheme.xml, laf.xml, editor.xml, jdk.table.xml, Default.xml, debugger.xml
1 parent adffdec commit b455b07

File tree

10 files changed

+154
-0
lines changed

10 files changed

+154
-0
lines changed

_windows/laf.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<application>
2+
<component name="LafManager">
3+
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
4+
</component>
5+
</application>

codestyles/Default.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<code_scheme name="Default" version="173">
2+
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
3+
</code_scheme>

colors.scheme.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<application>
2+
<component name="EditorColorsManagerImpl">
3+
<global_color_scheme name="Darcula" />
4+
</component>
5+
</application>

debugger.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<application>
2+
<component name="XDebuggerSettings">
3+
<data-views />
4+
<general />
5+
</component>
6+
</application>

editor.codeinsight.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<application>
2+
<component name="CodeInsightSettings">
3+
<option name="REFORMAT_ON_PASTE" value="1" />
4+
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
5+
</component>
6+
</application>

editor.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<application>
2+
<component name="DefaultFont">
3+
<option name="FONT_SIZE" value="24" />
4+
</component>
5+
<component name="EditorSettings">
6+
<option name="USE_SOFT_WRAPS" value="" />
7+
</component>
8+
</application>

filetypes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<application>
2+
<component name="FileTypeManager" version="17">
3+
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
4+
</component>
5+
</application>

jdk.table.xml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<application>
2+
<component name="ProjectJdkTable">
3+
<jdk version="2">
4+
<name value="Python 3.6 (project1)" />
5+
<type value="Python SDK" />
6+
<version value="Python 3.6.4" />
7+
<homePath value="C:\Users\zhout\PycharmProjects\project1\venv\Scripts\python.exe" />
8+
<roots>
9+
<classPath>
10+
<root type="composite">
11+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/DLLs" type="simple" />
12+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/Lib" type="simple" />
13+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32" type="simple" />
14+
<root url="file://$USER_HOME$/PycharmProjects/project1/venv" type="simple" />
15+
<root url="file://$USER_HOME$/PycharmProjects/project1/venv/Lib/site-packages" type="simple" />
16+
<root url="jar://$USER_HOME$/PycharmProjects/project1/venv/Lib/site-packages/setuptools-28.8.0-py3.6.egg!/" type="simple" />
17+
<root url="file://$USER_HOME$/PycharmProjects/project1/venv/Lib/site-packages/pip-9.0.1-py3.6.egg" type="simple" />
18+
<root url="file://$USER_HOME$/.PyCharmCE2017.3/system/python_stubs/366187485" type="simple" />
19+
<root url="file://$APPLICATION_HOME_DIR$/helpers/python-skeletons" type="simple" />
20+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.6" type="simple" />
21+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.5" type="simple" />
22+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.4" type="simple" />
23+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.3" type="simple" />
24+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3" type="simple" />
25+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/2and3" type="simple" />
26+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/3" type="simple" />
27+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/2and3" type="simple" />
28+
</root>
29+
</classPath>
30+
<sourcePath>
31+
<root type="composite" />
32+
</sourcePath>
33+
</roots>
34+
<additional ASSOCIATED_PROJECT_PATH="$USER_HOME$/PycharmProjects/project1" />
35+
</jdk>
36+
<jdk version="2">
37+
<name value="Python 3.6 virtualenv at C:\Users\zhout\PycharmProjects\project1\venv" />
38+
<type value="Python SDK" />
39+
<version value="Python 3.6.4" />
40+
<homePath value="C:\Users\zhout\PycharmProjects\project1\venv\Scripts\python.exe" />
41+
<roots>
42+
<classPath>
43+
<root type="composite">
44+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/DLLs" type="simple" />
45+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/Lib" type="simple" />
46+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32" type="simple" />
47+
<root url="file://$USER_HOME$/PycharmProjects/project1/venv" type="simple" />
48+
<root url="file://$USER_HOME$/PycharmProjects/project1/venv/Lib/site-packages" type="simple" />
49+
<root url="jar://$USER_HOME$/PycharmProjects/project1/venv/Lib/site-packages/setuptools-28.8.0-py3.6.egg!/" type="simple" />
50+
<root url="file://$USER_HOME$/.PyCharmCE2017.3/system/python_stubs/366187485" type="simple" />
51+
<root url="file://$APPLICATION_HOME_DIR$/helpers/python-skeletons" type="simple" />
52+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.6" type="simple" />
53+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.5" type="simple" />
54+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.4" type="simple" />
55+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.3" type="simple" />
56+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3" type="simple" />
57+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/2and3" type="simple" />
58+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/3" type="simple" />
59+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/2and3" type="simple" />
60+
</root>
61+
</classPath>
62+
<sourcePath>
63+
<root type="composite" />
64+
</sourcePath>
65+
</roots>
66+
<additional ASSOCIATED_PROJECT_PATH="$USER_HOME$/PycharmProjects/project1" />
67+
</jdk>
68+
<jdk version="2">
69+
<name value="Python 3.6 (project 1)" />
70+
<type value="Python SDK" />
71+
<version value="Python 3.6.4" />
72+
<homePath value="C:\Users\zhout\PycharmProjects\project 1\venv\Scripts\python.exe" />
73+
<roots>
74+
<classPath>
75+
<root type="composite">
76+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/DLLs" type="simple" />
77+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32/Lib" type="simple" />
78+
<root url="file://$USER_HOME$/AppData/Local/Programs/Python/Python36-32" type="simple" />
79+
<root url="file://$USER_HOME$/PycharmProjects/project 1/venv" type="simple" />
80+
<root url="file://$USER_HOME$/PycharmProjects/project 1/venv/Lib/site-packages" type="simple" />
81+
<root url="jar://$USER_HOME$/PycharmProjects/project 1/venv/Lib/site-packages/setuptools-28.8.0-py3.6.egg!/" type="simple" />
82+
<root url="file://$USER_HOME$/PycharmProjects/project 1/venv/Lib/site-packages/pip-9.0.1-py3.6.egg" type="simple" />
83+
<root url="file://$USER_HOME$/.PyCharmCE2017.3/system/python_stubs/-1556263035" type="simple" />
84+
<root url="file://$APPLICATION_HOME_DIR$/helpers/python-skeletons" type="simple" />
85+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.6" type="simple" />
86+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.5" type="simple" />
87+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.4" type="simple" />
88+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3.3" type="simple" />
89+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/3" type="simple" />
90+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/stdlib/2and3" type="simple" />
91+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/3" type="simple" />
92+
<root url="file://$APPLICATION_HOME_DIR$/helpers/typeshed/third_party/2and3" type="simple" />
93+
</root>
94+
</classPath>
95+
<sourcePath>
96+
<root type="composite" />
97+
</sourcePath>
98+
</roots>
99+
<additional ASSOCIATED_PROJECT_PATH="$USER_HOME$/PycharmProjects/project 1" />
100+
</jdk>
101+
</component>
102+
</application>

project.default.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<application>
2+
<component name="ProjectManager">
3+
<defaultProject>
4+
<component name="PropertiesComponent">
5+
<property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
6+
</component>
7+
</defaultProject>
8+
</component>
9+
</application>

ui.lnf.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<application>
2+
<component name="UISettings">
3+
<option name="HIDE_TOOL_STRIPES" value="false" />
4+
</component>
5+
</application>

0 commit comments

Comments
 (0)