Compare commits

...

3 Commits

@ -1,6 +1,6 @@
<application>
<component name="Color Highlighter Settings">
<option name="rgbaEnabled" value="false" />
<option name="enabled" value="false" />
<option name="version" value="18.1.0" />
</component>
</application>

@ -80,4 +80,7 @@
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="Dart.dart.i18n.inlay.hints.provider" />
</component>
<component name="XmlEditorOptions">
<option name="showCssInlineColorPreview" value="true" />
</component>
</application>

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1752460121296" />
<option name="lastTrimTime" value="1753178718893" />
</component>
<component name="Translation.OpenAISettings">
<option name="OPEN_AI">
@ -18,6 +18,9 @@
</component>
<component name="Translation.States">
<histories>
<item value="is fulfilled" />
<item value="status" />
<item value="capacity" />
<item value="Calling [destroy] will make the send a close event on the stream and will no longer react on data being piped to it." />
<item value="Call [close] (inherited from [IOSink]) to only close the [Socket] for sending data." />
<item value="Destroys the socket in both directions. Calling [destroy] will make the send a close event on the stream and will no longer react on data being piped to it. Call [close] (inherited from [IOSink]) to only close the [Socket] for sending data." />
@ -65,9 +68,6 @@
<item value="Slider spacing from bottom. If you choose [ScrollbarPosition.top] or [ScrollbarPosition.bottom] position, the scrollbar will be rotated 90 degrees, and the top will be on the left. Don't forget this when specifying the [sliderSpacing]." />
<item value="Under the slider part of the scrollbar spacing. If you choose [ScrollbarPosition.top] or [ScrollbarPosition.bottom] position, the scrollbar will be rotated 90 degrees, and the top will be on the left. Don't forget this when specifying the [underSpacing]." />
<item value="editting" />
<item value="charactor id" />
<item value="character id" />
<item value="If the current action is not removing an element, update [_selectedElements] with [defaultData]. Otherwise, keep the previous value of [_selectedElements], preventing it from being updated by [defaultData]. Note: [didUpdateWidget] is called whenever the widget is updated, so it's important to control when [_selectedElements] should be updated. This is also executed if and only if we do not have any elements selected, because in this way we will only have an update if an element is selected after the widget is built. Recommendation: Over time this entire implementation should be migrated to [ValueNotifier], with a singleton abstraction." />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save