AI-223.8836.35.2231.9848316 <debuggerx@debuggerx-e5 Update stringManipulation.xml, yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent ca99646e7e
commit c081d961a8

@ -59,9 +59,9 @@
</option>
<option name="lastActionModel">
<UniversalActionModel>
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" />
<option name="description" value="Toggle: snake_case / camelCase" />
<option name="textWithMnemonic" value="snake_case / camelCase" />
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.ToPascalCaseAction" />
<option name="description" value="To PascalCase" />
<option name="textWithMnemonic" value="To PascalCase" />
</UniversalActionModel>
</option>
</component>

@ -4,6 +4,8 @@
</component>
<component name="Translation.States">
<histories>
<item value="Used to annotate a field that is allowed to be overridden in Strong Mode. Deprecated: Most of strong mode is now the default in 2.0, but the notion of virtual fields was dropped, so this annotation no longer has any meaning. Uses of the annotation should be removed." />
<item value="Used to annotate an instance member (method, getter, setter, operator, or field) `m` in a class `C` or mixin `M`. Indicates that `m` should not be overridden in any classes that extend or mixin `C` or `M`. Tools, such as the analyzer, can provide feedback if the annotation is associated with anything other than an instance member, the annotation is associated with an abstract member (because subclasses are required to override the member), the annotation is associated with an extension method, the annotation is associated with a member `m` in class `C`, and there is a class `D` or mixin `M`, that extends or mixes in `C`, that declares an overriding member `m`." />
<item value="w" />
<item value="Waits for multiple futures to complete and collects their results. Returns a future which will complete once all the provided futures have completed, either with their results, or with an error if any of the provided futures fail. The value of the returned future will be a list of all the values that were produced in the order that the futures are provided by iterating [futures]." />
<item value="fix issue when run scan on isolate." />
@ -52,13 +54,11 @@
<item value="A widget that calls a callback whenever the user presses or releases a key on a keyboard. A [RawKeyboardListener] is useful for listening to raw key events and hardware buttons that are represented as keys. Typically used by games and other apps that use keyboards for purposes other than text entry. For text entry, consider using a [EditableText], which integrates with on-screen keyboards and input method editors (IMEs). The [RawKeyboardListener] is different from [KeyboardListener] in that [RawKeyboardListener] uses the legacy [RawKeyboard] API. Use [KeyboardListener] if possible. See also: [EditableText], which should be used instead of this widget for text entry. [KeyboardListener], a similar widget based on the newer [HardwareKeyboard] API." />
<item value="Specify that the automatic animation should repeat in a loop (default to true). The property has no effect if [animate] is false or [controller] is not null." />
<item value="Indicate to automatically add a `RepaintBoundary` widget around the animation. This allows to optimize the app performance by isolating the animation in its own `Layer`. This property is `true` by default." />
<item value="Some options to enabledisable some feature of Lottie - enableMergePaths: Enable merge path support" />
<item value="If no controller is specified, this value indicate whether or not the Lottie animation should be played automatically (default to true). If there is an animation controller specified, this property has no effect. See [repeat] to control whether the animation should repeat." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="78" />
<entry key="ENGLISH" value="78" />
<entry key="CHINESE" value="79" />
<entry key="ENGLISH" value="80" />
<entry key="POLISH" value="1" />
</map>
</option>

Loading…
Cancel
Save