AI-Ladybug | 2024.2.1 Patch 2 <debuggerx@DebuggerX-AIR Update androidStudioFirstRun.xml, kotlin-wizard-data.xml, rainbow_brackets.xml, live-plugin.xml, yiiguxing.translation.xml, jdk.table.xml, kotlin-onboarding.xml

master
debuggerx 4 months ago
commit e39d62b413

@ -3,6 +3,6 @@
<version>1</version> <version>1</version>
</component> </component>
<component name="whatsNew"> <component name="whatsNew">
<shownVersion>2024.2.1rc11</shownVersion> <shownVersion>2024.2.1rc12</shownVersion>
</component> </component>
</application> </application>

@ -282,12 +282,12 @@
</root> </root>
</classPath> </classPath>
<javadocPath> <javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite"> <root type="composite">
<root url="file://$USER_HOME$/Android/Sdk/sources/android-34" type="simple" /> <root url="http://developer.android.com/reference/" type="simple" />
</root> </root>
</javadocPath>
<sourcePath>
<root type="composite" />
</sourcePath> </sourcePath>
</roots> </roots>
<additional sdk="android-34" /> <additional sdk="android-34" />

@ -1,13 +1,13 @@
<application> <application>
<component name="BuildProcessSatisfactionSurveyStore"> <component name="BuildProcessSatisfactionSurveyStore">
<option name="daysWithGradleBuilds" value="2" /> <option name="daysWithGradleBuilds" value="4" />
<option name="firstKotlinGradleBuildTime" value="1730207302" /> <option name="firstKotlinGradleBuildTime" value="1730207302" />
<option name="lastKotlinGradleBuildTime" value="1732179612" /> <option name="lastKotlinGradleBuildTime" value="1736590305" />
<option name="nextCountedGradleBuild" value="1732266012" /> <option name="nextCountedGradleBuild" value="1736676582" />
</component> </component>
<component name="KotlinNewUserTracker"> <component name="KotlinNewUserTracker">
<option name="firstKtFileOpened" value="1721650294" /> <option name="firstKtFileOpened" value="1721650294" />
<option name="lastKtFileOpened" value="1732244519" /> <option name="lastKtFileOpened" value="1736418182" />
<option name="newKtUserSince" value="1730172618" /> <option name="newKtUserSince" value="1730172618" />
</component> </component>
</application> </application>

@ -1,4 +1,18 @@
<application> <application>
<component name="CoroutinesLibraryCompatibilityStore">
<option name="artifactId" value="kotlinx-coroutines-core" />
<option name="groupId" value="org.jetbrains.kotlinx" />
<option name="ideVersion" value="Ladybug | 2024.2.1 Patch 3" />
<option name="versions">
<map>
<entry key="1.5" value="1.5.2" />
<entry key="1.6" value="1.6.4" />
<entry key="1.8" value="1.7.3" />
<entry key="1.9" value="1.8.1" />
<entry key="2.0" value="1.8.1" />
</map>
</option>
</component>
<component name="KotlinWizardDependencyVersionStore"> <component name="KotlinWizardDependencyVersionStore">
<option name="ideVersion" value="Iguana | 2023.2.1 Beta 1" /> <option name="ideVersion" value="Iguana | 2023.2.1 Beta 1" />
<option name="versions"> <option name="versions">

@ -2,5 +2,6 @@
<component name="LivePluginSettings"> <component name="LivePluginSettings">
<option name="justInstalled" value="false" /> <option name="justInstalled" value="false" />
<option name="runAllPluginsOnIDEStartup" value="true" /> <option name="runAllPluginsOnIDEStartup" value="true" />
<option name="runProjectSpecificPlugins" value="false" />
</component> </component>
</application> </application>

@ -6,6 +6,6 @@
<option name="suppressBigFileCheck" value="true" /> <option name="suppressBigFileCheck" value="true" />
<option name="suppressXMLCheck" value="true" /> <option name="suppressXMLCheck" value="true" />
<option name="suppressYAMLCheck" value="true" /> <option name="suppressYAMLCheck" value="true" />
<option name="version" value="2024.2.7-241" /> <option name="version" value="2024.2.8-241" />
</component> </component>
</application> </application>

@ -4,14 +4,16 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="get parity" />
<item value="get baud" />
<item value="a result (possibly null), on successful invocation; a [PlatformException], if the invocation failed in the platform plugin; a [MissingPluginException], if the method has not been implemented by a platform plugin." /> <item value="a result (possibly null), on successful invocation; a [PlatformException], if the invocation failed in the platform plugin; a [MissingPluginException], if the method has not been implemented by a platform plugin." />
<item value="The generic argument `T` of the method can be inferred by the surrounding context, or provided explicitly. If it does not match the returned type of the channel, a [TypeError] will be thrown at runtime. `T` cannot be a class with generics other than `dynamic`. For example, `Map&lt;String, String&gt;` is not supported but `Map&lt;dynamic, dynamic&gt;` or `Map` is." /> <item value="The generic argument `T` of the method can be inferred by the surrounding context, or provided explicitly. If it does not match the returned type of the channel, a [TypeError] will be thrown at runtime. `T` cannot be a class with generics other than `dynamic`. For example, `Map&lt;String, String&gt;` is not supported but `Map&lt;dynamic, dynamic&gt;` or `Map` is." />
<item value="The static type of [arguments] is `dynamic`, but only values supported by the [codec] of this channel can be used. The same applies to the returned result. The values supported by the default codec and their platform-specific counterparts are documented with [StandardMessageCodec]." /> <item value="The static type of [arguments] is `dynamic`, but only values supported by the [codec] of this channel can be used. The same applies to the returned result. The values supported by the default codec and their platform-specific counterparts are documented with [StandardMessageCodec]." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE_SIMPLIFIED" value="2" /> <entry key="CHINESE_SIMPLIFIED" value="4" />
<entry key="ENGLISH" value="3" /> <entry key="ENGLISH" value="5" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save