AI-Giraffe | 2022.3.1 Patch 2 <debuggerx@debuggerx-work Update Default _1_.xml, yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent 3f5d041e2e
commit 8907bccc8d

@ -1,4 +1,7 @@
<code_scheme name="Default (1)" version="173">
<JetCodeStyleSettings>
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</JetCodeStyleSettings>
<codeStyleSettings language="Dart">
<option name="RIGHT_MARGIN" value="120" />
</codeStyleSettings>
@ -115,4 +118,7 @@
</rules>
</arrangement>
</codeStyleSettings>
<codeStyleSettings language="kotlin">
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</codeStyleSettings>
</code_scheme>

@ -1,9 +1,11 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1695198421630" />
<option name="lastTrimTime" value="1697427729496" />
</component>
<component name="Translation.States">
<histories>
<item value="granted" />
<item value="on All Granted" />
<item value="LITTLE ENDIAN" />
<item value="advertisement Data" />
<item value="bind Device Internal" />
@ -52,13 +54,11 @@
<item value="Return the result of parsing the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. [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`. 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. 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="Return the result of resolving the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. Note that if more than one file is going to be resolved then this function is inefficient. Clients should instead use [AnalysisContextCollection] to create one or more contexts and use those contexts to resolve the files." />
<item value="A consistent view of the results of analyzing one or more files. The methods in this class that return analysis results will throw an [InconsistentAnalysisException] if the result to be returned might be inconsistent with any previously returned results. Clients may not extend, implement or mix-in this class." />
<item value="Return a future that will complete with information about the results of resolving all of the files in the library with the library [element]. Throw [ArgumentError] if the [element] was not produced by this session." />
<item value="The external names referenced by the file." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="188" />
<entry key="ENGLISH" value="189" />
<entry key="CHINESE" value="190" />
<entry key="ENGLISH" value="191" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save