AI-Bumblebee | 2021.1.1 Patch 1 <debuggerx@debuggerx-PC Merge branch 'master'

Conflicts:
	yiiguxing.translation.xml
master
DebuggerX 3 years ago
commit 1a8aa833ff

@ -5,11 +5,7 @@
<option name="newTranslationDialogY" value="624" /> <option name="newTranslationDialogY" value="624" />
<option name="pinNewTranslationDialog" value="true" /> <option name="pinNewTranslationDialog" value="true" />
<histories> <histories>
<item value="feat: add startup bulletin; switch to edit mode when click text on md preview." /> <item value="fix: package name issue when upload to UOS store." />
<item value="on Tap" />
<item value="Handles errors emitted by this [Future]. This is the asynchronous equivalent of a &quot;catch&quot; block. Returns a new [Future] that will be completed with either the result of this future or the result of calling the `onError` callback. If this future completes with a value, the returned future completes with the same value. If this future completes with an error, then [test] is first called with the error value. If `test` returns false, the exception is not handled by this `catchError`, and the returned future completes with the same error and stack trace as this future. If `test` returns `true`, [onError] is called with the error and possibly stack trace, and the returned future is completed with the result of this call in exactly the same way as for [then]'s `onError`. If `test` is omitted, it defaults to a function that always returns true. The `test` function should not throw, but if it does, it is handled as if the `onError` function had thrown. Note that futures don't delay reporting of errors until listeners are added. If the first `catchError` (or `then`) call happens after this future has completed with an error then the error is reported as unhandled error. See the description on [Future]. The `Function` below stands for one of two types: - (dynamic) -&gt; FutureOr&lt;T&gt; - (dynamic, StackTrace) -&gt; FutureOr&lt;T&gt; Given that there is a `test` function that is usually used to do an `isCheck` we should also expect functions that take a specific argument." />
<item value="catch Error" />
<item value="Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring." />
<item value="Generic Name" /> <item value="Generic Name" />
<item value="font Strikethrough" /> <item value="font Strikethrough" />
<item value="font Delete Line" /> <item value="font Delete Line" />
@ -55,11 +51,15 @@
<item value="conflict" /> <item value="conflict" />
<item value="precondition Failed" /> <item value="precondition Failed" />
<item value="request Entity Too Large" /> <item value="request Entity Too Large" />
<item value="request Uri Too Long" />
<item value="unsupported Media Type" />
<item value="requested Range Not Satisfiable" />
<item value="expectation Failed" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="152" /> <entry key="CHINESE" value="146" />
<entry key="ENGLISH" value="153" /> <entry key="ENGLISH" value="147" />
<entry key="AFRIKAANS" value="1" /> <entry key="AFRIKAANS" value="1" />
<entry key="LATIN" value="1" /> <entry key="LATIN" value="1" />
<entry key="ROMANIAN" value="1" /> <entry key="ROMANIAN" value="1" />
@ -68,7 +68,7 @@
</option> </option>
</component> </component>
<component name="Cache"> <component name="Cache">
<option name="lastTrimTime" value="1645177023396" /> <option name="lastTrimTime" value="1645254076343" />
</component> </component>
<component name="Settings"> <component name="Settings">
<option name="translateDocumentation" value="true" /> <option name="translateDocumentation" value="true" />

Loading…
Cancel
Save