AI-223.7571.182.2231.9523943 <debuggerx@debuggerx-e5 Update stringManipulation.xml, yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent 672453c0ce
commit 89f2a794ab

@ -2,7 +2,7 @@
<component name="StringManipulationState"> <component name="StringManipulationState">
<option name="lastAction"> <option name="lastAction">
<UniversalActionModel> <UniversalActionModel>
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" /> <option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToScreamingSnakeCaseOrCamelCaseAction" />
</UniversalActionModel> </UniversalActionModel>
</option> </option>
</component> </component>

@ -4,6 +4,7 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="source model" />
<item value="The characters of a string. A character is a Unicode Grapheme cluster represented by a substring of the original string. The `Characters` class is an [Iterable] of those strings. However, unlike most iterables, many of the operations are eager. Since the underlying string is known in its entirety, and is known not to change, operations which select a subset of the elements can be computed eagerly, and in that case the operation returns a new `Characters` object. The [iterator] provided by [Characters] is a [CharacterRange] which allows iterating the independent characters in both directions, but which also provides ways to select other ranges of characters in different ways." /> <item value="The characters of a string. A character is a Unicode Grapheme cluster represented by a substring of the original string. The `Characters` class is an [Iterable] of those strings. However, unlike most iterables, many of the operations are eager. Since the underlying string is known in its entirety, and is known not to change, operations which select a subset of the elements can be computed eagerly, and in that case the operation returns a new `Characters` object. The [iterator] provided by [Characters] is a [CharacterRange] which allows iterating the independent characters in both directions, but which also provides ways to select other ranges of characters in different ways." />
<item value="Montserrat" /> <item value="Montserrat" />
<item value="restart avahi service for every 15 minutes." /> <item value="restart avahi service for every 15 minutes." />
@ -28,8 +29,8 @@
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CATALAN" value="1" /> <entry key="CATALAN" value="1" />
<entry key="CHINESE" value="19" /> <entry key="CHINESE" value="20" />
<entry key="ENGLISH" value="20" /> <entry key="ENGLISH" value="21" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save