Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89f2a794ab | |||
| 672453c0ce | |||
| 5af0a22fc6 |
@@ -2,7 +2,7 @@
|
||||
<component name="StringManipulationState">
|
||||
<option name="lastAction">
|
||||
<UniversalActionModel>
|
||||
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" />
|
||||
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToScreamingSnakeCaseOrCamelCaseAction" />
|
||||
</UniversalActionModel>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<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 minus." />
|
||||
<item value="periodic" />
|
||||
@@ -25,8 +28,9 @@
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="18" />
|
||||
<entry key="ENGLISH" value="19" />
|
||||
<entry key="CATALAN" value="1" />
|
||||
<entry key="CHINESE" value="20" />
|
||||
<entry key="ENGLISH" value="21" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user