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

master
DebuggerX 3 years ago
parent 401279eeff
commit 9e79da7274

@ -5,6 +5,7 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinNewTranslationDialog" value="true" />
<histories>
<item value="Initialize a newly created node locator to replace the [_oldNode] with the [_newNode]." />
<item value="Use the given [visitor] to visit this node. Return the value returned by the visitor as a result of visiting this node." />
<item value="An AST visitor that will recursively visit all of the nodes in an AST structure (like instances of the class [RecursiveAstVisitor]). In addition, every node will also be visited by using a single unified [visitNode] method. Subclasses that override a visit method must either invoke the overridden visit method or explicitly invoke the more general [visitNode] method. Failure to do so will cause the children of the visited node to not be visited. Clients may extend this class." />
<item value="An AST visitor that will recursively visit all of the nodes in an AST structure. For example, using an instance of this class to visit a [Block] will also cause all of the statements in the block to be visited. Subclasses that override a visit method must either invoke the overridden visit method or must explicitly ask the visited node to visit its children. Failure to do so will cause the children of the visited node to not be visited. Clients may extend this class." />
@ -26,8 +27,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="16" />
<entry key="ENGLISH" value="17" />
<entry key="CHINESE" value="17" />
<entry key="ENGLISH" value="18" />
</map>
</option>
</component>

Loading…
Cancel
Save