Bläddra i källkod

PY-2021.1.1 <TheoryOfNekomata@VALHALLA Merge branch 'master'

Conflicts:
	ide.general.xml
master
TheoryOfNekomata 2 år sedan
förälder
incheckning
c96d099e64
19 ändrade filer med 42 tillägg och 409 borttagningar
  1. +11
    -0
      advancedSettings.xml
  2. +5
    -0
      baseRefactoring.xml
  3. +5
    -3
      colors/TheoryOfNekomata.icls
  4. +1
    -1
      colors/_@user_Darcula.icls
  5. +0
    -47
      databaseSettings.xml
  6. +0
    -8
      editor.xml
  7. +3
    -0
      encoding.xml
  8. +1
    -1
      filetypes.xml
  9. +10
    -0
      grazie_global.xml
  10. +2
    -1
      ide.general.xml
  11. +0
    -17
      lightEdit.xml
  12. +1
    -1
      material_custom_theme.xml
  13. +2
    -1
      material_theme.xml
  14. +0
    -183
      pluginAdvertiser.xml
  15. +0
    -6
      terminal.xml
  16. +0
    -9
      trusted-paths.xml
  17. +1
    -0
      ui.lnf.xml
  18. +0
    -3
      web-browsers.xml
  19. +0
    -128
      wsl.distributions.xml

+ 11
- 0
advancedSettings.xml Visa fil

@@ -0,0 +1,11 @@
<application>
<component name="AdvancedSettings">
<option name="settings">
<map>
<entry key="bigger.font.in.project.view" value="true" />
<entry key="editor.skip.copy.and.cut.for.empty.selection" value="true" />
<entry key="editor.tab.painting" value="ARROW" />
</map>
</option>
</component>
</application>

+ 5
- 0
baseRefactoring.xml Visa fil

@@ -0,0 +1,5 @@
<application>
<component name="BaseRefactoringSettings">
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
</component>
</application>

+ 5
- 3
colors/TheoryOfNekomata.icls Visa fil

@@ -4,7 +4,7 @@
<property name="created">2021-07-05T06:47:16</property>
<property name="ide">AndroidStudio</property>
<property name="ideVersion">4.2.2.0</property>
<property name="modified">2021-11-22T09:32:02</property>
<property name="modified">2021-12-13T11:38:37</property>
<property name="originalScheme">TheoryOfNekomata copy</property>
</metaInfo>
<option name="LINE_SPACING" value="0.85" />
@@ -39,7 +39,7 @@
<option name="FILESTATUS_MODIFIED" value="eed371" />
<option name="FILESTATUS_UNKNOWN" value="ff66c6" />
<option name="FILESTATUS_addedOutside" value="a8ee36" />
<option name="GUTTER_BACKGROUND" value="333333" />
<option name="GUTTER_BACKGROUND" value="222222" />
<option name="INDENT_GUIDE" value="444444" />
<option name="LEFT_GUTTER_BACKGROUND" value="8a8a8a" />
<option name="LINE_NUMBERS_COLOR" value="666666" />
@@ -56,6 +56,8 @@
<option name="SELECTION_BACKGROUND" value="555555" />
<option name="SELECTION_FOREGROUND" value="" />
<option name="SOFT_WRAP_SIGN_COLOR" value="" />
<option name="ScrollBar.hoverThumbColor" value="" />
<option name="ScrollBar.thumbColor" value="" />
<option name="TEARLINE_COLOR" value="404040" />
<option name="WHITESPACES" value="666666" />
<option name="WHITESPACES_MODIFIED_LINES_COLOR" value="6e5a5a" />
@@ -849,7 +851,7 @@
<option name="TEXT">
<value>
<option name="FOREGROUND" value="ffffff" />
<option name="BACKGROUND" value="333333" />
<option name="BACKGROUND" value="222222" />
</value>
</option>
<option name="TEXT_SEARCH_RESULT_ATTRIBUTES">


+ 1
- 1
colors/_@user_Darcula.icls Visa fil

@@ -3,7 +3,7 @@
<property name="created">2018-04-15T18:12:58</property>
<property name="ide">WebStorm</property>
<property name="ideVersion">2018.1.1.0.0</property>
<property name="modified">2021-12-01T11:10:35</property>
<property name="modified">2022-01-21T09:51:40</property>
<property name="originalScheme">Darcula</property>
</metaInfo>
<colors>


+ 0
- 47
databaseSettings.xml Visa fil

@@ -1,47 +0,0 @@
<application>
<component name="DatabaseSettings" version="7">
<text-mode>
<parameter-patterns>
<parameter-pattern value="#(\w+)#" in-scripts="true" scope="XML" predefined="#name#" />
<parameter-pattern value="(?&lt;=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="$a.b.c$?" />
<parameter-pattern value="(?&lt;=\W|\A)#(\d+|[a-zA-Z_](?:\w|\.)*)#?(?=\W|\z)" in-scripts="true" scope="*,-SQL" predefined="#a.b.c#?" />
<parameter-pattern value="%\((\w+)\)s" in-scripts="true" scope="Python" predefined="%(name)s" />
<parameter-pattern value="%\w+" in-scripts="true" scope="JAVA,Python,PHP" predefined="%name" />
<parameter-pattern value="\$\{([^\{\}]*)\}" in-scripts="true" predefined="${name}" />
<parameter-pattern value="\$\(([^\)]+)\)" in-scripts="true" predefined="$(name)" />
</parameter-patterns>
</text-mode>
<csv-formats>
<csv-format name="CSV" id="Comma-separated (CSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="TSV" id="Tab-separated (TSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="&#9;" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Pipe-separated" id="Pipe-separated_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>

+ 0
- 8
editor.xml Visa fil

@@ -1,12 +1,4 @@
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="11" />
<option name="FONT_FAMILY" value="MonoLisa" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Light" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="LINE_SPACING" value="0.85" />
<option name="SECONDARY_FONT_FAMILY" value="mononoki" />
</component>
<component name="EditorSettings">
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="IS_BLOCK_CURSOR" value="true" />


+ 3
- 0
encoding.xml Visa fil

@@ -0,0 +1,3 @@
<application>
<component name="Encoding" default_console_encoding="UTF-8" />
</application>

+ 1
- 1
filetypes.xml Visa fil

@@ -1,6 +1,7 @@
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping pattern="cucumber-js" type="AUTO_DETECTED" />
<mapping ext="babelrc" type="JSON" />
<mapping ext="sequelizerc" type="JavaScript" />
<mapping pattern=".gitmessage" type="PLAIN_TEXT" />
@@ -9,7 +10,6 @@
<mapping pattern=".browserslistrc" type="PLAIN_TEXT" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="csv" approved="true" type="CSV" />
<removed_mapping ext="graphqlconfig" approved="true" type="JSON" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="mdx" approved="true" type="Markdown" />
<removed_mapping ext="psd" approved="true" type="Image" />


+ 10
- 0
grazie_global.xml Visa fil

@@ -0,0 +1,10 @@
<application>
<component name="GraziConfig">
<option name="enabledLanguages">
<set>
<option value="English (US)" />
<option value="Tagalog" />
</set>
</option>
</component>
</application>

+ 2
- 1
ide.general.xml Visa fil

@@ -8,7 +8,6 @@
</component>
<component name="Registry">
<entry key="dumb.aware.run.configurations" value="true" />
<entry key="bigger.font.in.project.view" value="true" />
<entry key="win.editor.thumb.default.alpha.base" value="0" />
<entry key="win.editor.thumb.default.alpha.delta" value="102" />
<entry key="win.editor.thumb.darcula.alpha.base" value="0" />
@@ -28,6 +27,8 @@
<entry key="ide.tree.ui.experimental" value="false" />
<entry key="ide.mac.allowDarkWindowDecorations" value="true" />
<entry key="external.system.auto.import.disabled" value="true" />
<entry key="ide.new.stripes.ui" value="true" />
<entry key="clang.parameter.info" value="true" />
<entry key="ide.experimental.ui.toolwindow.stripes" value="true" />
</component>
<component name="StatusBar">


+ 0
- 17
lightEdit.xml Visa fil

@@ -1,17 +0,0 @@
<application>
<component name="LightEdit">
<option name="supportedFilePatterns">
<list>
<option value="*.conf" />
<option value="*.ini" />
<option value="*.json" />
<option value="*.log" />
<option value="*.md" />
<option value="*.sh" />
<option value="*.txt" />
<option value="*.xml" />
<option value="*.yml" />
</list>
</option>
</component>
</application>

+ 1
- 1
material_custom_theme.xml Visa fil

@@ -15,6 +15,6 @@
<option name="selectionBackgroundColor" value="996699ff" />
<option name="textColor" value="ccccccff" />
<option name="foregroundColor" value="eeeeeeff" />
<option name="backgroundColor" value="333333ff" />
<option name="backgroundColor" value="222222ff" />
</component>
</application>

+ 2
- 1
material_theme.xml Visa fil

@@ -1,6 +1,7 @@
<application>
<component name="MaterialThemeConfig">
<option name="customTreeIndentEnabled" value="true" />
<option name="allowDataCollection" value="true" />
<option name="compactSidebar" value="true" />
<option name="isCustomTreeIndentEnabled" value="true" />
<option name="isWizardShown" value="true" />
@@ -14,7 +15,7 @@
<option name="accentColor" value="eeca3f" />
<option name="selectedTheme" value="CUSTOM" />
<option name="userId" value="7a11f371:1686d9b67db:-8000" />
<option name="version" value="6.5.0.1" />
<option name="version" value="6.13.0" />
<option name="stripedToolWindowsEnabled" value="true" />
</component>
</application>

+ 0
- 183
pluginAdvertiser.xml Visa fil

@@ -1,183 +0,0 @@
<application>
<component name="PluginFeatureService">
<option name="features">
<map>
<entry key="com.intellij.configurationType">
<value>
<FeaturePluginsList>
<option name="featureMap">
<map>
<entry key="ChromiumRemoteDebugType">
<value>
<FeaturePluginData displayName="Attach to Node.js/Chrome" pluginName="JavaScript Debugger" pluginId="JavaScriptDebugger" bundled="true" />
</value>
</entry>
<entry key="CompoundRunConfigurationType">
<value>
<FeaturePluginData displayName="Compound" pluginName="IDEA CORE" pluginId="com.intellij" bundled="true" />
</value>
</entry>
<entry key="DatabaseScript">
<value>
<FeaturePluginData displayName="Database Script" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
</value>
</entry>
<entry key="DjangoTestsConfigurationType">
<value>
<FeaturePluginData displayName="Django tests" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="FirefoxRemoteDebugType">
<value>
<FeaturePluginData displayName="Firefox Remote" pluginName="JavaScript Debugger" pluginId="JavaScriptDebugger" bundled="true" />
</value>
</entry>
<entry key="HttpClient.HttpRequestRunConfigurationType">
<value>
<FeaturePluginData displayName="HTTP Request" pluginName="HTTP Client" pluginId="com.jetbrains.restClient" bundled="true" />
</value>
</entry>
<entry key="JavaScriptTestRunnerJest">
<value>
<FeaturePluginData displayName="Jest" pluginName="JavaScript and TypeScript" pluginId="JavaScript" bundled="true" />
</value>
</entry>
<entry key="JavaScriptTestRunnerProtractor">
<value>
<FeaturePluginData displayName="Protractor" pluginName="JavaScript and TypeScript" pluginId="JavaScript" bundled="true" />
</value>
</entry>
<entry key="JavascriptDebugType">
<value>
<FeaturePluginData displayName="JavaScript Debug" pluginName="JavaScript Debugger" pluginId="JavaScriptDebugger" bundled="true" />
</value>
</entry>
<entry key="NodeWebKit">
<value>
<FeaturePluginData displayName="NW.js" pluginName="JavaScript Debugger" pluginId="JavaScriptDebugger" bundled="true" />
</value>
</entry>
<entry key="PyBehaveRunConfigurationType">
<value>
<FeaturePluginData displayName="Behave" pluginName="Pythonid" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="PyRemoteDebugConfigurationType">
<value>
<FeaturePluginData displayName="Python Debug Server" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="Python.AppEngineServer">
<value>
<FeaturePluginData displayName="App Engine server" pluginName="Pythonid" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="Python.DjangoServer">
<value>
<FeaturePluginData displayName="Django Server" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="Python.FlaskServer">
<value>
<FeaturePluginData displayName="Flask server" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="Python.PyramidServer">
<value>
<FeaturePluginData displayName="Pyramid server" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="PythonConfigurationType">
<value>
<FeaturePluginData displayName="Python" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="ReactNative">
<value>
<FeaturePluginData displayName="React Native" pluginName="JavaScript Debugger" pluginId="JavaScriptDebugger" bundled="true" />
</value>
</entry>
<entry key="ShConfigurationType">
<value>
<FeaturePluginData displayName="Shell Script" pluginName="Shell Script" pluginId="com.jetbrains.sh" bundled="true" />
</value>
</entry>
<entry key="TSqltConfigurationType">
<value>
<FeaturePluginData displayName="tSQLt Test" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
</value>
</entry>
<entry key="Tox">
<value>
<FeaturePluginData displayName="tox" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="UtPlSqlConfigurationType">
<value>
<FeaturePluginData displayName="utPLSQL Test" pluginName="Database Tools and SQL" pluginId="com.intellij.database" bundled="true" />
</value>
</entry>
<entry key="docker-deploy">
<value>
<FeaturePluginData displayName="Docker" pluginName="IDEA CORE" pluginId="com.intellij" bundled="true" />
</value>
</entry>
<entry key="docs">
<value>
<FeaturePluginData displayName="Python docs" pluginName="Pythonid" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="js.build_tools.grunt">
<value>
<FeaturePluginData displayName="Grunt.js" pluginName="JavaScript and TypeScript" pluginId="JavaScript" bundled="true" />
</value>
</entry>
<entry key="js.build_tools.gulp">
<value>
<FeaturePluginData displayName="Gulp.js" pluginName="JavaScript and TypeScript" pluginId="JavaScript" bundled="true" />
</value>
</entry>
<entry key="js.build_tools.npm">
<value>
<FeaturePluginData displayName="npm" pluginName="JavaScript and TypeScript" pluginId="JavaScript" bundled="true" />
</value>
</entry>
<entry key="tests">
<value>
<FeaturePluginData displayName="Python tests" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
</map>
</option>
</FeaturePluginsList>
</value>
</entry>
<entry key="com.intellij.facetType">
<value>
<FeaturePluginsList>
<option name="featureMap">
<map>
<entry key="buildout-python">
<value>
<FeaturePluginData displayName="Buildout Support" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="django">
<value>
<FeaturePluginData displayName="Django" pluginName="Python" pluginId="Pythonid" bundled="true" />
</value>
</entry>
<entry key="google-appengine-python">
<value>
<FeaturePluginData displayName="Google App Engine (Python)" pluginName="Pythonid" pluginId="Pythonid" bundled="true" />
</value>
</entry>
</map>
</option>
</FeaturePluginsList>
</value>
</entry>
</map>
</option>
</component>
</application>

+ 0
- 6
terminal.xml Visa fil

@@ -1,6 +0,0 @@
<application>
<component name="TerminalOptionsProvider">
<option name="myShellPath" value="C:\Windows\system32\cmd.exe" />
<option name="myTabName" value="Local" />
</component>
</application>

+ 0
- 9
trusted-paths.xml Visa fil

@@ -1,9 +0,0 @@
<application>
<component name="Trusted.Paths.Settings">
<option name="TRUSTED_PATHS">
<list>
<option value="E:/Projects/Games" />
</list>
</option>
</component>
</application>

+ 1
- 0
ui.lnf.xml Visa fil

@@ -1,5 +1,6 @@
<application>
<component name="UISettings">
<option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" />
<option name="SHOW_NAVIGATION_BAR" value="false" />
</component>
</application>

+ 0
- 3
web-browsers.xml Visa fil

@@ -1,3 +0,0 @@
<application>
<component name="WebBrowsersConfiguration" showHover="false" />
</application>

+ 0
- 128
wsl.distributions.xml Visa fil

@@ -1,128 +0,0 @@
<application>
<component name="WslDistributionsService" version="1">
<descriptors>
<set>
<descriptor>
<id>DEBIAN</id>
<microsoft-id>Debian</microsoft-id>
<executable-path>debian.exe</executable-path>
<presentable-name>Debian GNU/Linux</presentable-name>
</descriptor>
<descriptor>
<id>KALI</id>
<microsoft-id>kali-linux</microsoft-id>
<executable-path>kali.exe</executable-path>
<presentable-name>Kali Linux</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE42</id>
<microsoft-id>openSUSE-42</microsoft-id>
<executable-path>opensuse-42.exe</executable-path>
<presentable-name>openSUSE Leap 42</presentable-name>
</descriptor>
<descriptor>
<id>SLES12</id>
<microsoft-id>SLES-12</microsoft-id>
<executable-path>sles-12.exe</executable-path>
<presentable-name>SUSE Linux Enterprise Server 12</presentable-name>
</descriptor>
<descriptor>
<id>SLES15</id>
<microsoft-id>SLES-15</microsoft-id>
<executable-path>sles-15.exe</executable-path>
<presentable-name>SUSE Linux Enterprise Server 15</presentable-name>
</descriptor>
<descriptor>
<id>SLES-15-SP1</id>
<microsoft-id>SLES-15-SP1</microsoft-id>
<executable-path>SLES-15-SP1.exe</executable-path>
<presentable-name>SUSE Linux Enterprise Server 15 SP1</presentable-name>
</descriptor>
<descriptor>
<id>SUSE-Linux-Enterprise-Server-15-SP2</id>
<microsoft-id>SUSE-Linux-Enterprise-Server-15-SP2</microsoft-id>
<executable-path>SUSE-Linux-Enterprise-Server-15-SP2.exe</executable-path>
<presentable-name>SUSE Linux Enterprise Server 15 SP2</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE15</id>
<microsoft-id>openSUSE-Leap-15</microsoft-id>
<executable-path>openSUSE-Leap-15.exe</executable-path>
<presentable-name>openSUSE Leap 15</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE15-1</id>
<microsoft-id>openSUSE-Leap-15-1</microsoft-id>
<executable-path>openSUSE-Leap-15-1.exe</executable-path>
<presentable-name>openSUSE Leap 15.1</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE15.2</id>
<microsoft-id>openSUSE-Leap-15.2</microsoft-id>
<executable-path>openSUSE-Leap-15.2.exe</executable-path>
<presentable-name>openSUSE Leap 15.2</presentable-name>
</descriptor>
<descriptor>
<id>UBUNTU</id>
<microsoft-id>Ubuntu</microsoft-id>
<executable-path>ubuntu.exe</executable-path>
<presentable-name>Ubuntu</presentable-name>
</descriptor>
<descriptor>
<id>UBUNTU1604</id>
<microsoft-id>Ubuntu-16.04</microsoft-id>
<executable-path>ubuntu1604.exe</executable-path>
<presentable-name>Ubuntu 16.04</presentable-name>
</descriptor>
<descriptor>
<id>UBUNTU1804</id>
<microsoft-id>Ubuntu-18.04</microsoft-id>
<executable-path>ubuntu1804.exe</executable-path>
<presentable-name>Ubuntu 18.04</presentable-name>
</descriptor>
<descriptor>
<id>UBUNTU2004</id>
<microsoft-id>Ubuntu-20.04</microsoft-id>
<executable-path>ubuntu2004.exe</executable-path>
<presentable-name>Ubuntu 20.04</presentable-name>
</descriptor>
<descriptor>
<id>Ubuntu-CommPrev</id>
<microsoft-id>Ubuntu-CommPrev</microsoft-id>
<executable-path>ubuntupreview.exe</executable-path>
<presentable-name>Ubuntu on Windows Community Preview</presentable-name>
</descriptor>
<descriptor>
<id>PENGWIN</id>
<microsoft-id>WLinux</microsoft-id>
<executable-path>pengwin.exe</executable-path>
<presentable-name>Pengwin</presentable-name>
</descriptor>
<descriptor>
<id>PENGWIN_ENTERPRISE</id>
<microsoft-id>WLE</microsoft-id>
<executable-path>wle.exe</executable-path>
<presentable-name>Pengwin Enterprise</presentable-name>
</descriptor>
<descriptor>
<id>fedoraremix</id>
<microsoft-id>fedoraremix</microsoft-id>
<executable-path>fedoraremix.exe</executable-path>
<presentable-name>Fedora Remix for WSL</presentable-name>
</descriptor>
<descriptor>
<id>ARCH</id>
<microsoft-id>Arch</microsoft-id>
<executable-path>Arch.exe</executable-path>
<presentable-name>Arch Linux</presentable-name>
</descriptor>
<descriptor>
<id>WLINUX</id>
<microsoft-id>WLinux</microsoft-id>
<executable-path>wlinux.exe</executable-path>
<presentable-name>WLinux</presentable-name>
</descriptor>
</set>
</descriptors>
</component>
</application>

Laddar…
Avbryt
Spara