Compare commits

..

3 Commits

2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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>
+6 -2
View File
@@ -4,6 +4,9 @@
</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="Montserrat" />
<item value="restart avahi service for every 15 minutes." /> <item value="restart avahi service for every 15 minutes." />
<item value="restart avahi service for every 15 minus." /> <item value="restart avahi service for every 15 minus." />
<item value="periodic" /> <item value="periodic" />
@@ -25,8 +28,9 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="18" /> <entry key="CATALAN" value="1" />
<entry key="ENGLISH" value="19" /> <entry key="CHINESE" value="20" />
<entry key="ENGLISH" value="21" />
</map> </map>
</option> </option>
</component> </component>