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

master
DebuggerX 3 years ago
parent 038e3ee45c
commit 84a06bf1d8

@ -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="visit Method Declaration" />
<item value="visit Function Declaration" />
<item value="visit Import Directive" />
<item value="TODO(paulberry): the grammar does not allow metadata to be associated with a VariableDeclaration, and currently we don't record comments for it either. Consider changing the class hierarchy so that [VariableDeclaration] does not extend [Declaration]." /> <item value="TODO(paulberry): the grammar does not allow metadata to be associated with a VariableDeclaration, and currently we don't record comments for it either. Consider changing the class hierarchy so that [VariableDeclaration] does not extend [Declaration]." />
<item value="A compilation unit. While the grammar restricts the order of the directives and declarations within a compilation unit, this class does not enforce those restrictions. In particular, the children of a compilation unit will be visited in lexical order even if lexical order does not conform to the restrictions of the grammar. compilationUnit ::= directives declarations directives ::= [ScriptTag]? [LibraryDirective]? namespaceDirective [PartDirective] | [PartOfDirective] namespaceDirective ::= [ImportDirective] | [ExportDirective] declarations ::= [CompilationUnitMember] Clients may not extend, implement or mix-in this class." /> <item value="A compilation unit. While the grammar restricts the order of the directives and declarations within a compilation unit, this class does not enforce those restrictions. In particular, the children of a compilation unit will be visited in lexical order even if lexical order does not conform to the restrictions of the grammar. compilationUnit ::= directives declarations directives ::= [ScriptTag]? [LibraryDirective]? namespaceDirective [PartDirective] | [PartOfDirective] namespaceDirective ::= [ImportDirective] | [ExportDirective] declarations ::= [CompilationUnitMember] Clients may not extend, implement or mix-in this class." />
<item value="Traverse the AST from initial child node to successive parents, building a collection of local variable and parameter names visible to the initial child node. In case of name shadowing, the first name seen is the most specific one so names are not redefined. Completion test code coverage is 95%. The two basic blocks that are not executed cannot be executed. They are included for future reference." /> <item value="Traverse the AST from initial child node to successive parents, building a collection of local variable and parameter names visible to the initial child node. In case of name shadowing, the first name seen is the most specific one so names are not redefined. Completion test code coverage is 95%. The two basic blocks that are not executed cannot be executed. They are included for future reference." />
@ -33,8 +36,8 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="23" /> <entry key="CHINESE" value="26" />
<entry key="ENGLISH" value="24" /> <entry key="ENGLISH" value="27" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save