AI-Bumblebee | 2021.1.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml, usageView.xml

master
DebuggerX 3 years ago
parent 7052106461
commit e00fe22c9e

@ -1,5 +1,6 @@
<application> <application>
<component name="ShowUsagesSettings"> <component name="ShowUsagesSettings">
<option name="IS_FILTER_DUPLICATED_LINE" value="false" />
<option name="GROUP_BY_FILE_STRUCTURE" value="true" /> <option name="GROUP_BY_FILE_STRUCTURE" value="true" />
<option name="GROUP_BY_MODULE" value="true" /> <option name="GROUP_BY_MODULE" value="true" />
<option name="GROUP_BY_PACKAGE" value="true" /> <option name="GROUP_BY_PACKAGE" value="true" />

@ -5,6 +5,9 @@
<option name="newTranslationDialogY" value="447" /> <option name="newTranslationDialogY" value="447" />
<option name="pinNewTranslationDialog" value="true" /> <option name="pinNewTranslationDialog" value="true" />
<histories> <histories>
<item value="A visitor that will recursively visit all of the element in an element model. For example, using an instance of this class to visit a [CompilationUnitElement] will also cause all of the types in the compilation unit to be visited. Subclasses that override a visit method must either invoke the overridden visit method or must explicitly ask the visited element to visit its children. Failure to do so will cause the children of the visited element to not be visited. Clients may extend this class." />
<item value="A visitor that will do nothing when visiting an element. It is intended to be a superclass for classes that use the visitor pattern primarily as a dispatch mechanism (and hence don't need to recursively visit a whole structure) and that only need to visit a small number of element types. Clients may extend this class." />
<item value="An object that can be used to visit an element structure. Clients may not extend, implement or mix-in this class. There are classes that implement this interface that provide useful default behaviors in `package:analyzerdartelementvisitor.dart`. A couple of the most useful include SimpleElementVisitor which implements every visit method by doing nothing, RecursiveElementVisitor which will cause every node in a structure to be visited, and ThrowingElementVisitor which implements every visit method by throwing an exception." />
<item value="specific" /> <item value="specific" />
<item value="特定" /> <item value="特定" />
<item value="专属" /> <item value="专属" />
@ -17,8 +20,8 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="7" /> <entry key="CHINESE" value="9" />
<entry key="ENGLISH" value="7" /> <entry key="ENGLISH" value="10" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save