AI-Arctic Fox | 2020.3.1 Patch 4 <debuggerx@debuggerx Update find.xml, filetypes.xml, vcs.xml, pluginAdvertiser.xml, yiiguxing.translation.xml

master
DebuggerX 3 years ago
commit 0ef40fa4f8

@ -1,17 +1,10 @@
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<removed_mapping ext="klib" type="ARCHIVE" />
<mapping pattern="ChangeLog.txt" type="PLAIN_TEXT" />
<mapping pattern=".test" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog" type="PLAIN_TEXT" />
<mapping ext="bak" type="PLAIN_TEXT" />
<mapping ext="mk" type="PLAIN_TEXT" />
<mapping ext="qrc" type="XML" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping ext="py" approved="true" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>

@ -2,8 +2,6 @@
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="localRegularExpressions" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
</component>
</application>

@ -779,6 +779,22 @@
</plugin>
</value>
</entry>
<entry key="*.markdown">
<value>
<plugin>
<option name="myPluginId" value="org.intellij.plugins.markdown" />
<option name="myPluginName" value="Markdown" />
</plugin>
</value>
</entry>
<entry key="*.md">
<value>
<plugin>
<option name="myPluginId" value="org.intellij.plugins.markdown" />
<option name="myPluginName" value="Markdown" />
</plugin>
</value>
</entry>
<entry key="*.mdb">
<value>
<plugin>

@ -154,6 +154,14 @@
<option name="url" value="git@github.com:debuggerx01/battery_indicator.git" />
<option name="userName" value="" />
</UrlAndUserName>
<UrlAndUserName>
<option name="url" value="https://kolaente.dev/vikunja/app.git" />
<option name="userName" value="" />
</UrlAndUserName>
<UrlAndUserName>
<option name="url" value="https://github.com/go-vikunja/app.git" />
<option name="userName" value="" />
</UrlAndUserName>
</list>
</option>
<option name="cloneParentDir" value="$USER_HOME$/AndroidStudioProjects" />

@ -5,68 +5,72 @@
<option name="newTranslationDialogY" value="624" />
<option name="pinNewTranslationDialog" value="true" />
<histories>
<item value="symptom" />
<item value="sy" />
<item value="s" />
<item value="fa" />
<item value="readonly" />
<item value="'Focus.of() was called with a context that does not contain a Focus between the given ' 'context and the nearest FocusScope widget.\n' 'No Focus ancestor could be found starting from the context that was passed to ' 'Focus.of() to the point where it found the nearest FocusScope widget. This can happen ' 'because you are using a widget that looks for a Focus ancestor, and do not have a ' 'Focus widget ancestor in the current FocusScope.\n' 'The context used was:\n'" />
<item value="Focus.of() was called with a context that does not contain a Focus between the given context and the nearest FocusScope widget." />
<item value="自动计算可用的下拉框选项" />
<item value="sp unit text scale issue." />
<item value="Fix for" />
<item value="implicit" />
<item value="casts" />
<item value="Note: When compiling to JavaScript, integers are restricted to values that can be represented exactly by double-precision floating point values. The available integer values include all integers between -2^53 and 2^53, and some integers with larger magnitude. That includes some integers larger than 2^63." />
<item value="获取下一个可用手势" />
<item value="paste" />
<item value="make built_in commands support i18n." />
<item value="Show Window" />
<item value="Minimize" />
<item value="Toggle Maximize" />
<item value="Handle 4 Or 5 Fingers Swipe Up" />
<item value="Show Workspace" />
<item value="shortcut keycode map completed." />
<item value="I don't think need implement those keys" />
<item value="I don't think should implement those keys" />
<item value="not implements on linux" />
<item value="Spreadsheet" />
<item value="Contacts" />
<item value="seems only works on mobile." />
<item value="seams only works on mobile." />
<item value="Illum" />
<item value="Too dangerous ..." />
<item value="numpad Decimal" />
<item value="comma" />
<item value="asterisk" />
<item value="parenthesis Left" />
<item value="quote Single" />
<item value="ampersand" />
<item value="number Sign" />
<item value="exclam" />
<item value="exclamation" />
<item value="Returns an object representing the logical key that was pressed. {@template flutter.services.RawKeyEvent.logicalKey} This method takes into account the key map and modifier keys (like SHIFT) to determine which logical key to return. If you are looking for the character produced by a key event, use [RawKeyEvent.character] instead. If you are collecting text strings, use the [TextField] or [CupertinoTextField] widgets, since those automatically handle many of the complexities of managing keyboard input, like showing a soft keyboard or interacting with an input method editor (IME). {@endtemplate}" />
<item value="Represents the logical &quot;Lang 1&quot; key on the keyboard. See the function [RawKeyEvent.logicalKey] for more information." />
<item value="A list of all the predefined constant PhysicalKeyboardKeys so that they can be searched." />
<item value="skicky" />
<item value="A widget that manages a [FocusNode] to allow keyboard focus to be given to this widget and its descendants. When the focus is gained or lost, [onFocusChange] is called. For keyboard events, [onKey] is called if [FocusNode.hasFocus] is true for this widget's [focusNode], unless a focused descendant's [onKey] callback returns [KeyEventResult.handled] when called. This widget does not provide any visual indication that the focus has changed. Any desired visual changes should be made when [onFocusChange] is called. To access the [FocusNode] of the nearest ancestor [Focus] widget and establish a relationship that will rebuild the widget when the focus changes, use the [Focus.of] and [FocusScope.of] static methods. To access the focused state of the nearest [Focus] widget, use [FocusNode.hasFocus] from a build method, which also establishes a relationship between the calling widget and the [Focus] widget that will rebuild the calling widget when the focus changes. Managing a [FocusNode] means managing its lifecycle, listening for changes in focus, and re-parenting it when needed to keep the focus hierarchy in sync with the widget hierarchy. This widget does all of those things for you. See [FocusNode] for more information about the details of what node management entails if you are not using a [Focus] widget and you need to do it yourself. To collect a sub-tree of nodes into an exclusive group that restricts focus traversal to the group, use a [FocusScope]. To collect a sub-tree of nodes into a group that has a specific order to its traversal but allows the traversal to escape the group, use a [FocusTraversalGroup]. To move the focus, use methods on [FocusNode] by getting the [FocusNode] through the [of] method. For instance, to move the focus to the next node in the focus traversal order, call `Focus.of(context).nextFocus()`. To unfocus a widget, call `Focus.of(context).unfocus()`. {@tool dartpad --template=stateful_widget_scaffold} This example shows how to manage focus using the [Focus] and [FocusScope] widgets. See [FocusNode] for a similar example that doesn't use [Focus] or [FocusScope]." />
<item value="LayoutBuilder does not support returning intrinsic dimensions." />
<item value="壮举:避免 Cardio Plus 设备 连接到此应用" />
<item value="壮举:避免 Cardio Plus 设备 连接到此应用程序" />
<item value="壮举:避免 Cardio Plus 设备 连接到此应用程序的 " />
<item value="壮举:避免 Cardio Plus 设备。" />
<item value="推荐" />
<item value="Appends up to four conic curves weighted to describe an oval of `radius` and rotated by `rotation`. The first curve begins from the last point in the path and the last ends at `arcEnd`. The curves follow a path in a direction determined by `clockwise` and `largeArc` in such a way that the sweep angle is always less than 360 degrees. A simple line is appended if either either radii are zero or the last point in the path is `arcEnd`. The radii are scaled to fit the last path point if both are greater than zero but too small to describe an arc." />
<item value="arc To Point" />
<item value="un Processable Entity" />
<item value="trampoline" />
<item value="Pivot tables guard against ambiguous fields by excluding tables that have already been queried in this scope." />
<item value="reserve Name" />
<item value="adorn With Table Name" />
<item value="deprecated" />
<item value="Query" />
<item value="include Annotations" />
<item value="severe" />
<item value="negative Button" />
<item value="implement some api; add md editor to app; login and signup for app." />
<item value="negative Button Title" />
<item value="positive Button Title" />
<item value="Get value stored in this cache entry. If used without [create], this function simply gets the value or `null` if no value is stored. If used with [create], this function becomes an upsert, returning the value stored if any, otherwise creating a new value and storing it with optional [ttl]. If multiple callers are using the same cache this is an inherently racy operation, that is multiple instances of the value may be created. The [get] method is a best-effort method. In case of intermittent failures from the underlying [CacheProvider] the [get] method will ignore failures and return `null` (or result from [create] if specified)." />
<item value="bad Request" />
<item value="unauthorized" />
<item value="payment Required" />
<item value="forbidden" />
<item value="method Not Allowed" />
<item value="not Acceptable" />
<item value="proxy Authentication Required" />
<item value="conflict" />
<item value="precondition Failed" />
<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" />
<item value="render" />
<item value="exclude" />
<item value="can Serialize" />
<item value="can Deserialize" />
<item value="Attempts to authenticate a user using one or more strategies. [type] is a strategy name to try, or a `List` of such. If a strategy returns `null` or `false`, either the next one is tried, or a `401 Not Authenticated` is thrown, if it is the last one. Any other result is considered an authenticated user, and terminates the loop." />
<item value="authenticate" />
<item value="Configures an Angel server to decode and validate JSON Web tokens on demand, whenever an instance of [User] is injected." />
<item value="Strategy" />
<item value="Backdrop Filter" />
<item value="change api framework to angel3." />
<item value="Shows a platform alert dialog with custom button titles. You can assign up to 3 buttons in the alert dialog. The method follows the convention on Android. [positiveButtonTitle] is the title of the positive button like for &quot;OK&quot; or &quot;Yes&quot;, [negativeButtonTitle] is the title for the negative button like &quot;Cancel&quot; or &quot;No&quot;, while [neutralButtonTitle] is for other buttons." />
<item value="confirmed" />
<item value="neutral Button Title" />
<item value="positive Button" />
<item value="Notificator" />
<item value="use 'fromMarket' and 'uploaded' flag instead of 'readOnly'; clean code." />
<item value="use 'fromMarket' and 'uploaded' flag instead of 'readOnly'; code clean." />
<item value="Removes the topmost Flutter instance, presenting what was before it. On Android, removes this activity from the stack and returns to the previous activity. On iOS, calls `popViewControllerAnimated:` if the root view controller is a `UINavigationController`, or `dismissViewControllerAnimated:completion:` if the top view controller is a `FlutterViewController`. The optional `animated` parameter is ignored on all platforms except iOS where it is an argument to the aforementioned methods. This method should be preferred over calling `dart:io`'s [exit] method, as the latter may cause the underlying platform to act as if the application had crashed." />
<item value="remove support for WeCardioUNPlus device." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="56" />
<entry key="ENGLISH" value="56" />
<entry key="CHINESE" value="126" />
<entry key="ENGLISH" value="126" />
<entry key="AFRIKAANS" value="1" />
<entry key="LATIN" value="1" />
<entry key="ROMANIAN" value="1" />
<entry key="ITALIAN" value="2" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1637836169333" />
<option name="lastTrimTime" value="1641786301885" />
</component>
<component name="Settings">
<option name="translateDocumentation" value="true" />
</component>
</application>
Loading…
Cancel
Save