AI-Otter 2 Feature Drop | 2025.2.2 <debuggerx@debuggerx-PC Update studiobot.xml, yiiguxing.translation.xml

master
debuggerx 3 days ago
parent 19b536f7a0
commit e0fd0d40ef

@ -8,5 +8,10 @@
</option>
<option name="contextSharingModeV2" value="AskPerProject" />
<option name="onboardedVersion" value="3" />
<option name="queryHistory">
<list>
<historyEntry timestamp="1765433964428">replace和pushReplacement的区别</historyEntry>
</list>
</option>
</component>
</application>

@ -22,6 +22,10 @@
<option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" />
<histories>
<item value="See also: [push] which pushes the given location onto the page stack. [pushReplacement] which replaces the top-most page of the page stack but always uses a new page key." />
<item value="The page key will be reused. This will preserve the state and not run any page animation." />
<item value="Replaces the top-most page of the page stack with the given one but treats it as the same page." />
<item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`." />
<item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`. See also: [go] which navigates to the location. [push] which pushes the given location onto the page stack. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." />
<item value="Controls how one widget replaces another widget in the tree. If the [runtimeType] and [key] properties of the two widgets are [operator==], respectively, then the new widget replaces the old widget by updating the underlying element (i.e., by calling [Element.update] with the new widget). Otherwise, the old element is removed from the tree, the new widget is inflated into an element, and the new element is inserted into the tree. In addition, using a [GlobalKey] as the widget's [key] allows the element to be moved around the tree (changing parent) without losing state. When a new widget is found (its key and type do not match a previous widget in the same location), but there was a widget with that same global key elsewhere in the tree in the previous frame, then that widget's element is moved to the new location. Generally, a widget that is the only child of another widget does not need an explicit key. See also: The discussions at [Key] and [GlobalKey]." />
<item value="Invoking the setter will notify listeners if [updateShouldNotify] returns true." />
@ -68,10 +72,6 @@
<item value="loading showing" />
<item value="If `mode` is [ProcessStartMode.detached] a detached process will be created. A detached process has no connection to its parent, and can keep running on its own when the parent dies. The only information available from a detached process is its `pid`. There is no connection to its `stdin`, `stdout` or `stderr`, nor will the process' exit code become available when it terminates." />
<item value="If [mode] is [ProcessStartMode.normal] (the default) a child process will be started with `stdin`, `stdout` and `stderr` connected to its parent. The parent process will not exit so long as the child is running, unless [exit] is called by the parent. If [exit] is called by the parent then the parent will be terminated but the child will continue running." />
<item value="Using an absolute path for [executable] is recommended since resolving the [executable] path is platform-specific. On Windows, both any `PATH` set in the [environment] map parameter and the path set in [workingDirectory] parameter are ignored for the purposes of resolving the [executable] path." />
<item value="Returns a `Future&lt;Process&gt;` that completes with a [Process] instance when the process has been successfully started. That [Process] object can be used to interact with the process. If the process cannot be started the returned [Future] completes with an exception." />
<item value="Starts a process running the [executable] with the specified [arguments]." />
<item value="Resolves this image provider using the given `configuration`, returning an [ImageStream]. This is the public entry-point of the [ImageProvider] class hierarchy. Subclasses should implement [obtainKey] and [loadImage], which are used by this method. If they need to change the implementation of [ImageStream] used, they should override [createStream]. If they need to manage the actual resolution of the image, they should override [resolveStreamForKey]. See the Lifecycle documentation on [ImageProvider] for more information." />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save