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

master
DebuggerX 2 years ago
parent f6c380afda
commit 1a0aed88fc

@ -1,5 +1,62 @@
<application> <application>
<component name="StringManipulationState"> <component name="StringManipulationState">
<option name="customActionModels">
<list>
<CustomActionModel>
<option name="id" value="StringManipulation.SwitchStyleAction" />
<option name="name" value="Switch case" />
<option name="steps">
<list>
<Step>
<option name="enabled" value="false" />
<option name="style" value="_UNKNOWN" />
</Step>
<Step>
<option name="style" value="PASCAL_CASE" />
</Step>
<Step>
<option name="style" value="CAMEL_CASE" />
</Step>
<Step>
<option name="style" value="SNAKE_CASE" />
</Step>
<Step>
<option name="style" value="SCREAMING_SNAKE_CASE" />
</Step>
<Step>
<option name="style" value="KEBAB_LOWERCASE" />
</Step>
<Step>
<option name="style" value="CAPITALIZED_SNAKE_CASE" />
</Step>
<Step>
<option name="enabled" value="false" />
<option name="style" value="_SINGLE_WORD_CAPITALIZED" />
</Step>
<Step>
<option name="style" value="DOT" />
</Step>
<Step>
<option name="enabled" value="false" />
<option name="style" value="_ALL_UPPER_CASE" />
</Step>
<Step>
<option name="style" value="WORD_LOWERCASE" />
</Step>
<Step>
<option name="style" value="SENTENCE_CASE" />
</Step>
<Step>
<option name="style" value="WORD_CAPITALIZED" />
</Step>
<Step>
<option name="style" value="KEBAB_UPPERCASE" />
</Step>
</list>
</option>
</CustomActionModel>
</list>
</option>
<option name="lastActionModel"> <option name="lastActionModel">
<UniversalActionModel> <UniversalActionModel>
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.ToPascalCaseAction" /> <option name="actionClassName" value="osmedile.intellij.stringmanip.styles.ToPascalCaseAction" />

@ -4,6 +4,7 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="Create Private Group Chat Page" />
<item value="The path of the executable used to run the script in this isolate. Usually `dart` when running on the Dart VM or the compiled script name (`script_name.exe`). The literal path used to identify the executable. This path might be relative or just be a name from which the executable was found by searching the system path. Use [resolvedExecutable] to get an absolute path to the executable." /> <item value="The path of the executable used to run the script in this isolate. Usually `dart` when running on the Dart VM or the compiled script name (`script_name.exe`). The literal path used to identify the executable. This path might be relative or just be a name from which the executable was found by searching the system path. Use [resolvedExecutable] to get an absolute path to the executable." />
<item value="Shape Clipper" /> <item value="Shape Clipper" />
<item value="Sub Rects Clipper" /> <item value="Sub Rects Clipper" />
@ -52,8 +53,8 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="47" /> <entry key="CHINESE" value="48" />
<entry key="ENGLISH" value="48" /> <entry key="ENGLISH" value="49" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save