AI-Ladybug | 2024.2.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml, jdk.table.xml, kotlin-onboarding.xml

master
debuggerx 6 months ago
parent 4e23e69348
commit e3648ca09f

@ -358,5 +358,24 @@
</sourcePath>
</roots>
</jdk>
<jdk version="2">
<name value="Kotlin SDK" />
<type value="KotlinSDK" />
<homePath value="" />
<roots>
<annotationsPath>
<root type="composite" />
</annotationsPath>
<classPath>
<root type="composite" />
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite" />
</sourcePath>
</roots>
</jdk>
</component>
</application>

@ -1,7 +1,13 @@
<application>
<component name="BuildProcessSatisfactionSurveyStore">
<option name="daysWithGradleBuilds" value="1" />
<option name="firstKotlinGradleBuildTime" value="1730207302" />
<option name="lastKotlinGradleBuildTime" value="1730208262" />
<option name="nextCountedGradleBuild" value="1730293702" />
</component>
<component name="KotlinNewUserTracker">
<option name="firstKtFileOpened" value="1721650294" />
<option name="lastKtFileOpened" value="1730183012" />
<option name="lastKtFileOpened" value="1730208459" />
<option name="newKtUserSince" value="1730172618" />
</component>
</application>

@ -12,6 +12,11 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="dart function expression impl" />
<item value="dart var declaration list impl" />
<item value="place at the end of line" />
<item value="presentation" />
<item value="relates to preceding text" />
<item value="register inspection" />
<item value="register intention" />
<item value="emoticon" />
@ -57,17 +62,12 @@
<item value="An AST visitor that will recursively visit all of the nodes in an AST structure. For example, using an instance of this class to visit a [Block] will also cause all of the statements in the block to be visited. Subclasses that override a visit method must either invoke the overridden visit method or must explicitly ask the visited node to visit its children. Failure to do so will cause the children of the visited node to not be visited. Clients may extend this class." />
<item value="recursive ast visitor" />
<item value="visit field formal parameter" />
<item value="map literal entry" />
<item value="If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the file an `ArgumentError` will be thrown. If the parameter is `false`, then the caller can check the result to see whether there are any errors." />
<item value="Callers that don't need the feature set to be strictly correct can pass in `FeatureSet.latestLanguageVersion()` to enable the default set of features; this is much more performant than using an analysis session, because it doesn't require the analyzer to process the SDK." />
<item value="[featureSet] determines what set of features will be assumed by the parser. This parameter is required because the analyzer does not yet have a performant way of computing the correct feature set for a single file to be parsed. Callers that need the feature set to be strictly correct must create an [AnalysisContextCollection], query it to get an [AnalysisContext], query it to get an [AnalysisSession], and then call `getParsedUnit`." />
<item value="If a [resourceProvider] is given, it will be used to access the file system." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="646" />
<entry key="CHINESE_SIMPLIFIED" value="123" />
<entry key="ENGLISH" value="766" />
<entry key="CHINESE_SIMPLIFIED" value="128" />
<entry key="ENGLISH" value="771" />
<entry key="HAWAIIAN" value="1" />
<entry key="INDONESIAN" value="1" />
<entry key="NORWEGIAN" value="1" />

Loading…
Cancel
Save