AI-Ladybug | 2024.2.1 Patch 2 <debuggerx@DebuggerX-AIR Update ide.general.xml, yiiguxing.translation.xml, editor.xml, jdk.table.xml Create projectView.xml
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<application>
|
||||
<component name="Translation.Cache">
|
||||
<option name="lastTrimTime" value="1733326604666" />
|
||||
<option name="lastTrimTime" value="1736557720125" />
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<histories>
|
||||
<item value="When used inside `build`, listeners will automatically be removed if a widget rebuilds and stops listening to a provider. For listening to a provider from outside `build`, consider using [listenManual] instead. This is useful for showing modals or other imperative logic." />
|
||||
<item value="Listen to a provider and call `listener` whenever its value changes, without having to take care of removing the listener. The [listen] method should exclusively be used within the `build` method of a widget:" />
|
||||
<item value="{@template notifier.listen} Listens to changes on the value exposed by this provider. The listener will be called immediately after the provider completes building. As opposed to [Ref.listen], the listener will be called even if [ProviderElementBase.updateShouldNotify] returns false, meaning that the previous and new value can potentially be identical. {@endtemplate}" />
|
||||
<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<String, String>` is not supported but `Map<dynamic, dynamic>` 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]." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
|
||||
Reference in New Issue
Block a user