AI-4.0.1 <schme@DESKTOP-T7NGNOH Create ide.general.xml, project.default.xml, laf.xml, jdk.table.xml, Default.xml, path.macros.xml, androidStudioFirstRun.xml, wsl.distributions.xml, filetypes.xml, vcs.xml, colors.scheme.xml, notifications.xml, debugger.xml, updates.xml

This commit is contained in:
schme 2020-09-28 21:52:44 +02:00
commit 3503c4dcb1
14 changed files with 466 additions and 0 deletions

5
_windows/laf.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="LafManager">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
</component>
</application>

5
_windows/path.macros.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="PathMacrosImpl">
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\.AndroidStudio4.0\config\plugins\Kotlin\kotlinc" />
</component>
</application>

View File

@ -0,0 +1,8 @@
<application>
<component name="AndroidFirstRunPersistentData">
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>4.0.1</shownVersion>
</component>
</application>

114
codestyles/Default.xml Normal file
View File

@ -0,0 +1,114 @@
<code_scheme name="Default" version="173">
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:android</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:id</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>style</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
<order>ANDROID_ATTRIBUTE_ORDER</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>.*</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>

5
colors.scheme.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="EditorColorsManagerImpl">
<global_color_scheme name="Darcula" />
</component>
</application>

100
debugger.xml Normal file
View File

@ -0,0 +1,100 @@
<application>
<component name="DebuggerSettings">
<filter>
<option name="PATTERN" value="com.sun.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="java.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="javax.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="org.omg.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="sun.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="jdk.internal.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="junit.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="com.intellij.rt.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="com.yourkit.runtime.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="com.springsource.loaded.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="org.springsource.loaded.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="javassist.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="org.apache.webbeans.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="com.ibm.ws.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="kotlin.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
<filter>
<option name="PATTERN" value="kotlin.*" />
<option name="ENABLED" value="true" />
<option name="INCLUDE" value="true" />
</filter>
</component>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="ObjectiveC">
<configuration>
<option name="VALUES_FILTER_ENABLED" value="false" />
</configuration>
</debugger>
<debugger id="kotlin_debugger">
<configuration>
<option name="filterForStdlibAlreadyAdded" value="true" />
</configuration>
</debugger>
</debuggers>
</component>
</application>

9
filetypes.xml Normal file
View File

@ -0,0 +1,9 @@
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping ext="webp" type="Image" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
</extensionMap>
</component>
</application>

5
ide.general.xml Normal file
View File

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

74
jdk.table.xml Normal file
View File

@ -0,0 +1,74 @@
<application>
<component name="ProjectJdkTable">
<jdk version="2">
<name value="1.8" />
<type value="JavaSDK" />
<version value="java version &quot;1.8.0_242&quot;" />
<homePath value="$APPLICATION_HOME_DIR$/jre" />
<roots>
<annotationsPath>
<root type="composite">
<root url="jar://$APPLICATION_HOME_DIR$/plugins/java/lib/jdkAnnotations.jar!/" type="simple" />
</root>
</annotationsPath>
<classPath>
<root type="composite">
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/charsets.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/access-bridge-64.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/cldrdata.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/dnsns.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/jaccess.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/localedata.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/nashorn.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunec.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunjce_provider.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunmscapi.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunpkcs11.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/zipfs.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/jce.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/jsse.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/management-agent.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/resources.jar!/" type="simple" />
<root url="jar://$APPLICATION_HOME_DIR$/jre/jre/lib/rt.jar!/" type="simple" />
</root>
</classPath>
<javadocPath>
<root type="composite">
<root url="https://docs.oracle.com/javase/8/docs/api/" type="simple" />
</root>
</javadocPath>
<sourcePath>
<root type="composite" />
</sourcePath>
</roots>
<additional />
</jdk>
<jdk version="2">
<name value="Android API 30 Platform" />
<type value="Android SDK" />
<homePath value="$USER_HOME$/AppData/Local/Android/Sdk" />
<roots>
<annotationsPath>
<root type="composite">
<root url="jar://$USER_HOME$/AppData/Local/Android/Sdk/platforms/android-30/data/annotations.zip!/" type="simple" />
</root>
</annotationsPath>
<classPath>
<root type="composite">
<root url="jar://$USER_HOME$/AppData/Local/Android/Sdk/platforms/android-30/android.jar!/" type="simple" />
<root url="file://$USER_HOME$/AppData/Local/Android/Sdk/platforms/android-30/data/res" type="simple" />
</root>
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite">
<root url="file://$USER_HOME$/AppData/Local/Android/Sdk/sources/android-30" type="simple" />
</root>
</sourcePath>
</roots>
<additional jdk="1.8" sdk="android-30" />
</jdk>
</component>
</application>

6
notifications.xml Normal file
View File

@ -0,0 +1,6 @@
<application>
<component name="NotificationConfiguration">
<notification groupId="Build sync orphan modules" displayType="NONE" shouldLog="false" />
<notification groupId="Gradle Notification Group" displayType="NONE" shouldLog="false" />
</component>
</application>

9
project.default.xml Normal file
View File

@ -0,0 +1,9 @@
<application>
<component name="ProjectManager">
<defaultProject>
<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$USER_HOME$/OneDrive - Wilhelm-Diess-Gymnasium/Unterricht/Q11/PSeminar/VocabelTrainer" />
</component>
</defaultProject>
</component>
</application>

17
updates.xml Normal file
View File

@ -0,0 +1,17 @@
<application>
<component name="UpdatesConfigurable">
<enabledExternalComponentSources>
<item value="Android SDK" />
</enabledExternalComponentSources>
<option name="externalUpdateChannels">
<map>
<entry key="Android SDK" value="Stable Channel" />
</map>
</option>
<knownExternalComponentSources>
<item value="Android SDK" />
</knownExternalComponentSources>
<option name="LAST_BUILD_CHECKED" value="AI-193.6911.18.40.6626763" />
<option name="LAST_TIME_CHECKED" value="1601319673441" />
</component>
</application>

17
vcs.xml Normal file
View File

@ -0,0 +1,17 @@
<application>
<component name="GitRememberedInputs">
<option name="visitedUrls">
<list>
<UrlAndUserName>
<option name="url" value="https://git.sfs.ddnss.org/WDG/Vokabel-Trainer.git" />
<option name="userName" value="" />
</UrlAndUserName>
<UrlAndUserName>
<option name="url" value="http://git.sfs.ddnss.org" />
<option name="userName" value="peet" />
</UrlAndUserName>
</list>
</option>
<option name="cloneParentDir" value="C:\Users\schme\OneDrive - Wilhelm-Diess-Gymnasium\Unterricht\Q11\PSeminar" />
</component>
</application>

92
wsl.distributions.xml Normal file
View File

@ -0,0 +1,92 @@
<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>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>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>WLINUX</id>
<microsoft-id>WLinux</microsoft-id>
<executable-path>wlinux.exe</executable-path>
<presentable-name>WLinux</presentable-name>
</descriptor>
<descriptor>
<id>PENGWIN</id>
<microsoft-id>Pengwin</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>ARCH</id>
<microsoft-id>Arch</microsoft-id>
<executable-path>Arch.exe</executable-path>
<presentable-name>Arch Linux</presentable-name>
</descriptor>
</set>
</descriptors>
</component>
</application>