AI-Dolphin | 2021.3.1 Patch 1 <debuggerx@debuggerx Update vcs.xml, yiiguxing.translation.xml, editor.xml

master
debuggerx 2 years ago
parent b1fdd91cb3
commit a29e5598be

@ -23,7 +23,6 @@
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="ENABLE_RENDERED_DOC" value="true" />
<option name="USE_EDITOR_FONT_IN_INLAYS" value="true" />
<option name="IS_DND_ENABLED" value="false" />
</component>
<component name="GivServiceSettings">

@ -202,6 +202,10 @@
<option name="url" value="http://home.debuggerx.com:3000/debuggerx/flutter_ring_indicator.git" />
<option name="userName" value="" />
</UrlAndUserName>
<UrlAndUserName>
<option name="url" value="http://home.debuggerx.com:3000/debuggerx/remote_system_monitor.git" />
<option name="userName" value="" />
</UrlAndUserName>
</list>
</option>
<option name="cloneParentDir" value="$USER_HOME$/StudioProjects" />

@ -6,6 +6,9 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="The [address] can either be a [String] or an [InternetAddress]. If [address] is a [String], [bind] will perform a [InternetAddress.lookup] and use the first value in the list. To listen on the loopback adapter, which will allow only incoming connections from the local host, use the value [InternetAddress.loopbackIPv4] or [InternetAddress.loopbackIPv6]. To allow for incoming connection from the network use either one of the values [InternetAddress.anyIPv4] or [InternetAddress.anyIPv6] to bind to all interfaces or the IP address of a specific interface. If an IP version 6 (IPv6) address is used, both IP version 6 (IPv6) and version 4 (IPv4) connections will be accepted. To restrict this to version 6 (IPv6) only, use [v6Only] to set version 6 only. However, if the address is [InternetAddress.loopbackIPv6], only IP version 6 (IPv6) connections will be accepted." />
<item value="The [address] can either be a [String] or an [InternetAddress]. If [address] is a [String], [bind] will perform a [InternetAddress.lookup] and use the first value in the list. To listen on the loopback adapter, which will allow only incoming connections from the local host, use the value [InternetAddress.loopbackIPv4] or [InternetAddress.loopbackIPv6]. To allow for incoming connection from the network use either one of the values [InternetAddress.anyIPv4] or [InternetAddress.anyIPv6] to bind to all interfaces or the IP address of a specific interface." />
<item value="Starts listening for HTTP requests on the specified [address] and [port]. The [address] can either be a [String] or an [InternetAddress]. If [address] is a [String], [bind] will perform a [InternetAddress.lookup] and use the first value in the list. To listen on the loopback adapter, which will allow only incoming connections from the local host, use the value [InternetAddress.loopbackIPv4] or [InternetAddress.loopbackIPv6]. To allow for incoming connection from the network use either one of the values [InternetAddress.anyIPv4] or [InternetAddress.anyIPv6] to bind to all interfaces or the IP address of a specific interface." />
<item value="implement" />
<item value="实现" />
<item value="Leveled" />
@ -53,14 +56,11 @@
<item value="opaque" />
<item value="Schedule a callback for the end of this frame. Does not request a new frame. This callback is run during a frame, just after the persistent frame callbacks (which is when the main rendering pipeline has been flushed). If a frame is in progress and post-frame callbacks haven't been executed yet, then the registered callback is still executed during the frame. Otherwise, the registered callback is executed during the next frame. The callbacks are executed in the order in which they have been added. Post-frame callbacks cannot be unregistered. They are called exactly once. See also: [scheduleFrameCallback], which registers a callback for the start of the next frame." />
<item value="Fullscreen display with status and navigation elements rendered over the application. Available starting at SDK 29 or Android 10. Earlier versions of Android will not be affected by this setting. For applications running on iOS, the status bar and home indicator will be visible. The system overlays will not disappear or reappear in this mode as they are permanently displayed on top of the application. See also: [SystemUiOverlayStyle], can be used to configure transparent status and navigation bars with or without a contrast scrim." />
<item value="Specifies the [SystemUiMode] to have visible when the application is running. The `overlays` argument is a list of [SystemUiOverlay] enum values denoting the overlays to show when configured with [SystemUiMode.manual]. If a particular mode is unsupported on the platform, enabling or disabling that mode will be ignored. The settings here can be overridden by the platform when System UI becomes necessary for functionality. For example, on Android, when the keyboard becomes visible, it will enable the navigation bar and status bar system UI overlays. When the keyboard is closed, Android will not restore the previous UI visibility settings, and the UI visibility cannot be changed until 1 second after the keyboard is closed to prevent malware locking users from navigation buttons. To regain &quot;fullscreen&quot; after text entry, the UI overlays can be set again after a delay of at least 1 second through [restoreSystemUIOverlays] or calling this again. Otherwise, the original UI overlay settings will be automatically restored only when the application loses and regains focus. Alternatively, a [SystemUiChangeCallback] can be provided to respond to changes in the System UI. This will be called, for example, when in [SystemUiMode.leanBack] and the user taps the screen to bring up the system overlays. The callback provides a boolean to represent if the application is currently in a fullscreen mode or not, so that the application can respond to these changes. When `systemOverlaysAreVisible` is true, the application is not fullscreen. See [SystemChrome.setSystemUIChangeCallback] to respond to these changes in a fullscreen application." />
<item value="Declares manually configured [SystemUiOverlay]s. When using this mode with [SystemChrome.setEnabledSystemUIMode], the preferred overlays must be set by the developer. When [SystemUiOverlay.top] is enabled, the status bar will remain visible on all platforms. Omitting this overlay will hide the status bar on iOS &amp; Android. When [SystemUiOverlay.bottom] is enabled, the navigation bar and home indicator of Android and iOS applications will remain visible. Omitting this overlay will hide them. Omitting both overlays will result in the same configuration as [SystemUiMode.leanBack]." />
<item value="Fullscreen display with status and navigation bars presentable through a swipe gesture at the edges of the display. Available starting at SDK 19 or Android K. Earlier versions of Android will not be affected by this setting. For applications running on iOS, the status bar and home indicator will be hidden for a similar fullscreen experience. A swipe gesture from the edge of the screen displays overlays. In contrast to [SystemUiMode.immersiveSticky], this gesture is not received by the application. See also: [SystemUiChangeCallback], used to listen and respond to the change in system overlays." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="494" />
<entry key="ENGLISH" value="494" />
<entry key="ENGLISH" value="495" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
<entry key="INDONESIAN" value="1" />

Loading…
Cancel
Save